diff --git a/RenovationWork/RenovationWork.sln b/RenovationWork/RenovationWork.sln
index 690786c..567d22d 100644
--- a/RenovationWork/RenovationWork.sln
+++ b/RenovationWork/RenovationWork.sln
@@ -3,7 +3,15 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RenovationWork", "RenovationWork\RenovationWork.csproj", "{CCFB54C1-A6F3-4472-A437-69825D3F603F}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RenovationWorkDataModels", "RenovationWorkDataModels\RenovationWorkDataModels.csproj", "{10F45FCF-9ED7-478C-A491-B89E836F49AA}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RenovationWorkContracts", "RenovationWorkContracts\RenovationWorkContracts.csproj", "{4609C94B-CFDD-4017-887B-43BDF52C9DF2}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RenovationWorkListImplement", "RenovationWorkListImplement\RenovationWorkListImplement.csproj", "{E3A3F73E-E2DF-43E2-9EA0-DEB584A81F9A}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RenovationWorkBusinessLogic", "RenovationWorkBusinessLogic\RenovationWorkBusinessLogic.csproj", "{6397981A-13F5-417F-A289-23436442C277}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RenovationWorkView", "RenovationWorkView\RenovationWorkView.csproj", "{E3889A30-0232-4D10-9BBA-8BEE6D098008}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -11,15 +19,31 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {CCFB54C1-A6F3-4472-A437-69825D3F603F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {CCFB54C1-A6F3-4472-A437-69825D3F603F}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {CCFB54C1-A6F3-4472-A437-69825D3F603F}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {CCFB54C1-A6F3-4472-A437-69825D3F603F}.Release|Any CPU.Build.0 = Release|Any CPU
+ {10F45FCF-9ED7-478C-A491-B89E836F49AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {10F45FCF-9ED7-478C-A491-B89E836F49AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {10F45FCF-9ED7-478C-A491-B89E836F49AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {10F45FCF-9ED7-478C-A491-B89E836F49AA}.Release|Any CPU.Build.0 = Release|Any CPU
+ {4609C94B-CFDD-4017-887B-43BDF52C9DF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {4609C94B-CFDD-4017-887B-43BDF52C9DF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {4609C94B-CFDD-4017-887B-43BDF52C9DF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {4609C94B-CFDD-4017-887B-43BDF52C9DF2}.Release|Any CPU.Build.0 = Release|Any CPU
+ {E3A3F73E-E2DF-43E2-9EA0-DEB584A81F9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {E3A3F73E-E2DF-43E2-9EA0-DEB584A81F9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {E3A3F73E-E2DF-43E2-9EA0-DEB584A81F9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {E3A3F73E-E2DF-43E2-9EA0-DEB584A81F9A}.Release|Any CPU.Build.0 = Release|Any CPU
+ {6397981A-13F5-417F-A289-23436442C277}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {6397981A-13F5-417F-A289-23436442C277}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {6397981A-13F5-417F-A289-23436442C277}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {6397981A-13F5-417F-A289-23436442C277}.Release|Any CPU.Build.0 = Release|Any CPU
+ {E3889A30-0232-4D10-9BBA-8BEE6D098008}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {E3889A30-0232-4D10-9BBA-8BEE6D098008}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {E3889A30-0232-4D10-9BBA-8BEE6D098008}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {E3889A30-0232-4D10-9BBA-8BEE6D098008}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {E913E5C3-9B74-41DE-9FA0-1A5E65467D87}
+ SolutionGuid = {92E6A15C-84C3-480E-80A9-56F431B1FFF2}
EndGlobalSection
EndGlobal
diff --git a/RenovationWork/RenovationWork/Form1.Designer.cs b/RenovationWork/RenovationWork/Form1.Designer.cs
deleted file mode 100644
index 7e6b56a..0000000
--- a/RenovationWork/RenovationWork/Form1.Designer.cs
+++ /dev/null
@@ -1,39 +0,0 @@
-namespace RenovationWork
-{
- partial class Form1
- {
- ///
- /// Required designer variable.
- ///
- private System.ComponentModel.IContainer components = null;
-
- ///
- /// Clean up any resources being used.
- ///
- /// true if managed resources should be disposed; otherwise, false.
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form Designer generated code
-
- ///
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- ///
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(800, 450);
- this.Text = "Form1";
- }
-
- #endregion
- }
-}
\ No newline at end of file
diff --git a/RenovationWork/RenovationWork/Form1.cs b/RenovationWork/RenovationWork/Form1.cs
deleted file mode 100644
index dea973e..0000000
--- a/RenovationWork/RenovationWork/Form1.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-namespace RenovationWork
-{
- public partial class Form1 : Form
- {
- public Form1()
- {
- InitializeComponent();
- }
- }
-}
\ No newline at end of file
diff --git a/RenovationWork/RenovationWork/Form1.resx b/RenovationWork/RenovationWork/Form1.resx
deleted file mode 100644
index 1af7de1..0000000
--- a/RenovationWork/RenovationWork/Form1.resx
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
\ No newline at end of file
diff --git a/RenovationWork/RenovationWork/Program.cs b/RenovationWork/RenovationWork/Program.cs
deleted file mode 100644
index b2aaac6..0000000
--- a/RenovationWork/RenovationWork/Program.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-namespace RenovationWork
-{
- internal static class Program
- {
- ///
- /// The main entry point for the application.
- ///
- [STAThread]
- static void Main()
- {
- // To customize application configuration such as set high DPI settings or default font,
- // see https://aka.ms/applicationconfiguration.
- ApplicationConfiguration.Initialize();
- Application.Run(new Form1());
- }
- }
-}
\ No newline at end of file
diff --git a/RenovationWork/RenovationWork/RenovationWork.csproj b/RenovationWork/RenovationWork/RenovationWork.csproj
deleted file mode 100644
index b57c89e..0000000
--- a/RenovationWork/RenovationWork/RenovationWork.csproj
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
- WinExe
- net6.0-windows
- enable
- true
- enable
-
-
-
\ No newline at end of file
diff --git a/RenovationWork/RenovationWorkBusinessLogic/BusinessLogic/ComponentLogic.cs b/RenovationWork/RenovationWorkBusinessLogic/BusinessLogic/ComponentLogic.cs
new file mode 100644
index 0000000..cc4d0c9
--- /dev/null
+++ b/RenovationWork/RenovationWorkBusinessLogic/BusinessLogic/ComponentLogic.cs
@@ -0,0 +1,120 @@
+using Microsoft.Extensions.Logging;
+using RenovationWorkContracts.BindingModels;
+using RenovationWorkContracts.BusinessLogicsContracts;
+using RenovationWorkContracts.SeatchModels;
+using RenovationWorkContracts.StorageContracts;
+using RenovationWorkContracts.ViewModels;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkBusinessLogic.BusinessLogic
+{
+ public class ComponentLogic : IComponentLogic
+ {
+ private readonly ILogger _logger;
+
+ private readonly IComponentStorage _componentStorage;
+
+ public ComponentLogic(ILogger logger, IComponentStorage componentStorage)
+ {
+ _logger = logger;
+ _componentStorage = componentStorage;
+ }
+
+ public List? ReadList(ComponentSearchModel? model)
+ {
+ _logger.LogInformation("ReadList. ComponentName:{ComponentName}. Id:{Id}", model?.ComponentName, model?.Id);
+ var list = model == null ? _componentStorage.GetFullList() : _componentStorage.GetFilteredList(model);
+ if (list == null)
+ {
+ _logger.LogWarning("ReadList return null list");
+ return null;
+ }
+ _logger.LogInformation("ReadList. Count:{Count}", list.Count);
+ return list;
+ }
+
+ public ComponentViewModel? ReadElement(ComponentSearchModel model)
+ {
+ if (model == null)
+ {
+ throw new ArgumentNullException(nameof(model));
+ }
+ _logger.LogInformation("ReadElement. ComponentName:{ComponentName}. Id:{Id}", model.ComponentName, model.Id);
+ var element = _componentStorage.GetElement(model);
+ if (element == null)
+ {
+ _logger.LogWarning("ReadElement element not found");
+ return null;
+ }
+ _logger.LogInformation("ReadElement find. Id:{Id}", element.Id);
+ return element;
+ }
+
+ public bool Create(ComponentBindingModel model)
+ {
+ CheckModel(model);
+ if (_componentStorage.Insert(model) == null)
+ {
+ _logger.LogWarning("Insert operation failed");
+ return false;
+ }
+ return true;
+ }
+
+ public bool Update(ComponentBindingModel model)
+ {
+ CheckModel(model);
+ if (_componentStorage.Update(model) == null)
+ {
+ _logger.LogWarning("Update operation failed");
+ return false;
+ }
+ return true;
+ }
+
+ public bool Delete(ComponentBindingModel model)
+ {
+ CheckModel(model, false);
+ _logger.LogInformation("Delete. Id:{Id}", model.Id);
+ if (_componentStorage.Delete(model) == null)
+ {
+ _logger.LogWarning("Delete operation failed");
+ return false;
+ }
+ return true;
+ }
+
+ private void CheckModel(ComponentBindingModel model, bool withParams = true)
+ {
+ if (model == null)
+ {
+ throw new ArgumentNullException(nameof(model));
+ }
+ if (!withParams)
+ {
+ return;
+ }
+ if (string.IsNullOrEmpty(model.ComponentName))
+ {
+ throw new ArgumentNullException("Нет названия компонента", nameof(model.ComponentName));
+ }
+ if (model.Cost <= 0)
+ {
+ throw new ArgumentNullException("Цена компонента должна быть больше 0", nameof(model.Cost));
+ }
+ _logger.LogInformation("Component. ComponentName:{ComponentName}. Cost:{Cost}. Id:{Id}", model.ComponentName, model.Cost, model.Id);
+ var element = _componentStorage.GetElement(new ComponentSearchModel
+ {
+ ComponentName = model.ComponentName
+ });
+ if (element != null && element.Id != model.Id)
+ {
+ throw new InvalidOperationException("Компонент с таким названием уже есть");
+ }
+ }
+ }
+}
diff --git a/RenovationWork/RenovationWorkBusinessLogic/BusinessLogic/OrderLogic.cs b/RenovationWork/RenovationWorkBusinessLogic/BusinessLogic/OrderLogic.cs
new file mode 100644
index 0000000..0720cce
--- /dev/null
+++ b/RenovationWork/RenovationWorkBusinessLogic/BusinessLogic/OrderLogic.cs
@@ -0,0 +1,132 @@
+using Microsoft.Extensions.Logging;
+using RenovationWorkContracts.BindingModels;
+using RenovationWorkContracts.BusinessLogicsContracts;
+using RenovationWorkContracts.SeatchModels;
+using RenovationWorkContracts.StorageContracts;
+using RenovationWorkContracts.ViewModels;
+using RenovationWorkDataModels.Enums;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkBusinessLogic.BusinessLogic
+{
+ public class OrderLogic : IOrderLogic
+ {
+ private readonly ILogger _logger;
+ private readonly IOrderStorage _orderStorage;
+
+ public OrderLogic(ILogger logger, IOrderStorage orderStorage)
+ {
+ _logger = logger;
+ _orderStorage = orderStorage;
+ }
+
+ public bool CreateOrder(OrderBindingModel model)
+ {
+ CheckModel(model);
+
+ if (model.Status != OrderStatus.Неизвестен)
+ {
+ _logger.LogWarning("Insert operation failed. Order status incorrect.");
+ return false;
+ }
+
+ model.Status = OrderStatus.Принят;
+
+ if (_orderStorage.Insert(model) == null)
+ {
+ model.Status = OrderStatus.Неизвестен;
+ _logger.LogWarning("Insert operation failed");
+ return false;
+ }
+
+ return true;
+ }
+
+ public bool StatusUpdate(OrderBindingModel model, OrderStatus newStatus)
+ {
+ CheckModel(model);
+
+ if (model.Status + 1 != newStatus)
+ {
+ _logger.LogWarning("Status update to " + newStatus.ToString() + " operation failed. Order status incorrect.");
+ return false;
+ }
+
+ model.Status = newStatus;
+
+ if (model.Status == OrderStatus.Выдан)
+ model.DateImplement = DateTime.Now;
+
+ if (_orderStorage.Update(model) == null)
+ {
+ model.Status--;
+ _logger.LogWarning("Update operation failed");
+ return false;
+ }
+
+ return true;
+ }
+ public bool TakeOrderInWork(OrderBindingModel model)
+ {
+ return StatusUpdate(model, OrderStatus.Выполняется);
+ }
+ public bool DeliveryOrder(OrderBindingModel model)
+ {
+ return StatusUpdate(model, OrderStatus.Готов);
+ }
+
+ public bool FinishOrder(OrderBindingModel model)
+ {
+ return StatusUpdate(model, OrderStatus.Выдан);
+ }
+ public List? ReadList(OrderSearchModel? model)
+ {
+ _logger.LogInformation("Order. OrderId:{Id}", model?.Id);
+
+ var list = model == null ? _orderStorage.GetFullList() : _orderStorage.GetFilteredList(model);
+
+ if (list == null)
+ {
+ _logger.LogWarning("ReadList return null list");
+ return null;
+ }
+
+ _logger.LogInformation("ReadList. Count:{Count}", list.Count);
+ return list;
+ }
+ private void CheckModel(OrderBindingModel model, bool withParams = true)
+ {
+ if (model == null)
+ {
+ throw new ArgumentNullException(nameof(model));
+ }
+
+ if (!withParams)
+ {
+ return;
+ }
+
+ if (model.RepairId < 0)
+ {
+ throw new ArgumentNullException("Некорректный идентификатор ремонта", nameof(model.RepairId));
+ }
+
+ if (model.Count <= 0)
+ {
+ throw new ArgumentNullException("Количество ремонта в заказе должно быть больше 0", nameof(model.Count));
+ }
+
+ if (model.Sum <= 0)
+ {
+ throw new ArgumentNullException("Сумма заказа должна быть больше 0", nameof(model.Sum));
+ }
+
+ _logger.LogInformation("Order. OrderId:{Id}.Sum:{ Sum}. RepairId: { RepairId}", model.Id, model.Sum, model.RepairId);
+ }
+ }
+}
+
diff --git a/RenovationWork/RenovationWorkBusinessLogic/BusinessLogic/RepairLogic.cs b/RenovationWork/RenovationWorkBusinessLogic/BusinessLogic/RepairLogic.cs
new file mode 100644
index 0000000..dd28847
--- /dev/null
+++ b/RenovationWork/RenovationWorkBusinessLogic/BusinessLogic/RepairLogic.cs
@@ -0,0 +1,141 @@
+using Microsoft.Extensions.Logging;
+using RenovationWorkContracts.BindingModels;
+using RenovationWorkContracts.BusinessLogicsContracts;
+using RenovationWorkContracts.SeatchModels;
+using RenovationWorkContracts.StorageContracts;
+using RenovationWorkContracts.ViewModels;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkBusinessLogic.BusinessLogic
+{
+ public class RepairLogic : IRepairLogic
+ {
+ private readonly ILogger _logger;
+
+ private readonly IRepairStorage _repairStorage;
+
+ public RepairLogic(ILogger logger, IRepairStorage repairStorage)
+ {
+ _logger = logger;
+ _repairStorage = repairStorage;
+ }
+
+ public bool Create(RepairBindingModel model)
+ {
+ CheckModel(model);
+
+ if (_repairStorage.Insert(model) == null)
+ {
+ _logger.LogWarning("Insert operation failed");
+ return false;
+ }
+
+ return true;
+ }
+ public bool Delete(RepairBindingModel model)
+ {
+ CheckModel(model, false);
+
+ _logger.LogInformation("Delete. Id:{Id}", model.Id);
+
+ if (_repairStorage.Delete(model) == null)
+ {
+ _logger.LogWarning("Delete operation failed");
+ return false;
+ }
+
+ return true;
+ }
+ public RepairViewModel? ReadElement(RepairSearchModel model)
+ {
+ if (model == null)
+ {
+ throw new ArgumentNullException(nameof(model));
+ }
+
+ _logger.LogInformation("ReadElement. RepairName:{RepairName}.Id:{ Id}", model.RepairName, model.Id);
+
+ var element = _repairStorage.GetElement(model);
+
+ if (element == null)
+ {
+ _logger.LogWarning("ReadElement element not found");
+ return null;
+ }
+
+ _logger.LogInformation("ReadElement find. Id:{Id}", element.Id);
+
+ return element;
+ }
+
+ public List? ReadList(RepairSearchModel? model)
+ {
+ _logger.LogInformation("ReadList. RepairName:{RepairName}.Id:{ Id}", model?.RepairName, model?.Id);
+
+ var list = model == null ? _repairStorage.GetFullList() : _repairStorage.GetFilteredList(model);
+
+ if (list == null)
+ {
+ _logger.LogWarning("ReadList return null list");
+ return null;
+ }
+
+ _logger.LogInformation("ReadList. Count:{Count}", list.Count);
+
+ return list;
+ }
+
+ public bool Update(RepairBindingModel model)
+ {
+ CheckModel(model);
+
+ if (_repairStorage.Update(model) == null)
+ {
+ _logger.LogWarning("Update operation failed");
+ return false;
+ }
+
+ return true;
+ }
+
+ private void CheckModel(RepairBindingModel model, bool withParams = true)
+ {
+ if (model == null)
+ {
+ throw new ArgumentNullException(nameof(model));
+ }
+
+ if (!withParams)
+ {
+ return;
+ }
+
+ if (string.IsNullOrEmpty(model.RepairName))
+ {
+ throw new ArgumentNullException("Нет названия ремонта", nameof(model.RepairName));
+ }
+
+ if (model.Price <= 0)
+ {
+ throw new ArgumentNullException("Цена ремонта должна быть больше 0", nameof(model.Price));
+ }
+
+ _logger.LogInformation("Repair. RepairName:{RepairName}.Price:{ Cost}. Id: { Id}", model.RepairName, model.Price, model.Id);
+
+ var element = _repairStorage.GetElement(new RepairSearchModel
+ {
+ RepairName = model.RepairName
+ });
+
+ if (element != null && element.Id != model.Id)
+ {
+ throw new InvalidOperationException("Изделие с таким названием уже есть");
+ }
+ }
+ }
+}
+
diff --git a/RenovationWork/RenovationWorkBusinessLogic/RenovationWorkBusinessLogic.csproj b/RenovationWork/RenovationWorkBusinessLogic/RenovationWorkBusinessLogic.csproj
new file mode 100644
index 0000000..1eb990d
--- /dev/null
+++ b/RenovationWork/RenovationWorkBusinessLogic/RenovationWorkBusinessLogic.csproj
@@ -0,0 +1,17 @@
+
+
+
+ net6.0
+ enable
+ enable
+
+
+
+
+
+
+
+
+
+
+
diff --git a/RenovationWork/RenovationWorkContracts/BindingModels/ComponentBindingModel.cs b/RenovationWork/RenovationWorkContracts/BindingModels/ComponentBindingModel.cs
new file mode 100644
index 0000000..2012a7d
--- /dev/null
+++ b/RenovationWork/RenovationWorkContracts/BindingModels/ComponentBindingModel.cs
@@ -0,0 +1,19 @@
+using RenovationWorkDataModels.Models;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkContracts.BindingModels
+{
+ public class ComponentBindingModel : IComponentModel
+ {
+ public int Id { get; set; }
+
+ public string ComponentName { get; set; } = string.Empty;
+
+ public double Cost { get; set; }
+
+ }
+}
diff --git a/RenovationWork/RenovationWorkContracts/BindingModels/OrderBindingModel.cs b/RenovationWork/RenovationWorkContracts/BindingModels/OrderBindingModel.cs
new file mode 100644
index 0000000..c035315
--- /dev/null
+++ b/RenovationWork/RenovationWorkContracts/BindingModels/OrderBindingModel.cs
@@ -0,0 +1,22 @@
+using RenovationWorkDataModels.Enums;
+using RenovationWorkDataModels.Models;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkContracts.BindingModels
+{
+ public class OrderBindingModel : IOrderModel
+ {
+ public int Id { get; set; }
+ public string RepairName { get; set; }
+ public int RepairId { get; set; }
+ public int Count { get; set; }
+ public double Sum { get; set; }
+ public OrderStatus Status { get; set; } = OrderStatus.Неизвестен;
+ public DateTime DateCreate { get; set; } = DateTime.Now;
+ public DateTime? DateImplement { get; set; }
+ }
+}
diff --git a/RenovationWork/RenovationWorkContracts/BindingModels/RepairBindingModel.cs b/RenovationWork/RenovationWorkContracts/BindingModels/RepairBindingModel.cs
new file mode 100644
index 0000000..b7a75a8
--- /dev/null
+++ b/RenovationWork/RenovationWorkContracts/BindingModels/RepairBindingModel.cs
@@ -0,0 +1,19 @@
+using RenovationWorkDataModels.Models;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkContracts.BindingModels
+{
+ public class RepairBindingModel : IRepairModel
+ {
+ public int Id { get; set; }
+ public string RepairName { get; set; } = string.Empty;
+
+ public double Price { get; set; }
+
+ public Dictionary RepairComponents { get; set; } = new();
+ }
+}
diff --git a/RenovationWork/RenovationWorkContracts/BusinessLogicsContracts/IComponentLogic.cs b/RenovationWork/RenovationWorkContracts/BusinessLogicsContracts/IComponentLogic.cs
new file mode 100644
index 0000000..fbc2656
--- /dev/null
+++ b/RenovationWork/RenovationWorkContracts/BusinessLogicsContracts/IComponentLogic.cs
@@ -0,0 +1,25 @@
+using RenovationWorkContracts.BindingModels;
+using RenovationWorkContracts.SeatchModels;
+using RenovationWorkContracts.ViewModels;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkContracts.BusinessLogicsContracts
+{
+ public interface IComponentLogic
+ {
+ List? ReadList(ComponentSearchModel? model);
+
+ ComponentViewModel? ReadElement(ComponentSearchModel model);
+
+ bool Create(ComponentBindingModel model);
+
+ bool Update(ComponentBindingModel model);
+
+ bool Delete(ComponentBindingModel model);
+ }
+}
+
diff --git a/RenovationWork/RenovationWorkContracts/BusinessLogicsContracts/IOrderLogic.cs b/RenovationWork/RenovationWorkContracts/BusinessLogicsContracts/IOrderLogic.cs
new file mode 100644
index 0000000..49e04b9
--- /dev/null
+++ b/RenovationWork/RenovationWorkContracts/BusinessLogicsContracts/IOrderLogic.cs
@@ -0,0 +1,24 @@
+using RenovationWorkContracts.BindingModels;
+using RenovationWorkContracts.SeatchModels;
+using RenovationWorkContracts.ViewModels;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkContracts.BusinessLogicsContracts
+{
+ public interface IOrderLogic
+ {
+ List? ReadList(OrderSearchModel? model);
+
+ bool CreateOrder(OrderBindingModel model);
+
+ bool TakeOrderInWork(OrderBindingModel model);
+
+ bool FinishOrder(OrderBindingModel model);
+
+ bool DeliveryOrder(OrderBindingModel model);
+ }
+}
diff --git a/RenovationWork/RenovationWorkContracts/BusinessLogicsContracts/IRepairLogic.cs b/RenovationWork/RenovationWorkContracts/BusinessLogicsContracts/IRepairLogic.cs
new file mode 100644
index 0000000..e393b21
--- /dev/null
+++ b/RenovationWork/RenovationWorkContracts/BusinessLogicsContracts/IRepairLogic.cs
@@ -0,0 +1,20 @@
+using RenovationWorkContracts.BindingModels;
+using RenovationWorkContracts.SeatchModels;
+using RenovationWorkContracts.ViewModels;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkContracts.BusinessLogicsContracts
+{
+ public interface IRepairLogic
+ {
+ List? ReadList(RepairSearchModel? model);
+ RepairViewModel? ReadElement(RepairSearchModel model);
+ bool Create(RepairBindingModel model);
+ bool Update(RepairBindingModel model);
+ bool Delete(RepairBindingModel model);
+ }
+}
diff --git a/RenovationWork/RenovationWorkContracts/RenovationWorkContracts.csproj b/RenovationWork/RenovationWorkContracts/RenovationWorkContracts.csproj
new file mode 100644
index 0000000..96ab30f
--- /dev/null
+++ b/RenovationWork/RenovationWorkContracts/RenovationWorkContracts.csproj
@@ -0,0 +1,13 @@
+
+
+
+ net6.0
+ enable
+ enable
+
+
+
+
+
+
+
diff --git a/RenovationWork/RenovationWorkContracts/SeatchModels/ComponentSearchModel.cs b/RenovationWork/RenovationWorkContracts/SeatchModels/ComponentSearchModel.cs
new file mode 100644
index 0000000..48228f3
--- /dev/null
+++ b/RenovationWork/RenovationWorkContracts/SeatchModels/ComponentSearchModel.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkContracts.SeatchModels
+{
+ public class ComponentSearchModel
+ {
+ public int? Id { get; set; }
+ public string? ComponentName { get; set; }
+
+
+ }
+}
diff --git a/RenovationWork/RenovationWorkContracts/SeatchModels/OrderSearchModel.cs b/RenovationWork/RenovationWorkContracts/SeatchModels/OrderSearchModel.cs
new file mode 100644
index 0000000..b3f8e78
--- /dev/null
+++ b/RenovationWork/RenovationWorkContracts/SeatchModels/OrderSearchModel.cs
@@ -0,0 +1,14 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkContracts.SeatchModels
+{
+ public class OrderSearchModel
+ {
+ public int? Id { get; set; }
+ }
+}
+
diff --git a/RenovationWork/RenovationWorkContracts/SeatchModels/RepairSearchModel.cs b/RenovationWork/RenovationWorkContracts/SeatchModels/RepairSearchModel.cs
new file mode 100644
index 0000000..c4a2578
--- /dev/null
+++ b/RenovationWork/RenovationWorkContracts/SeatchModels/RepairSearchModel.cs
@@ -0,0 +1,14 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkContracts.SeatchModels
+{
+ public class RepairSearchModel
+ {
+ public int? Id { get; set; }
+ public string? RepairName { get; set; }
+ }
+}
diff --git a/RenovationWork/RenovationWorkContracts/StorageContracts/IComponentStorage.cs b/RenovationWork/RenovationWorkContracts/StorageContracts/IComponentStorage.cs
new file mode 100644
index 0000000..3bd178d
--- /dev/null
+++ b/RenovationWork/RenovationWorkContracts/StorageContracts/IComponentStorage.cs
@@ -0,0 +1,26 @@
+using RenovationWorkContracts.BindingModels;
+using RenovationWorkContracts.SeatchModels;
+using RenovationWorkContracts.ViewModels;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkContracts.StorageContracts
+{
+ public interface IComponentStorage
+ {
+ List GetFullList();
+
+ List GetFilteredList(ComponentSearchModel model);
+
+ ComponentViewModel? GetElement(ComponentSearchModel model);
+
+ ComponentViewModel? Insert(ComponentBindingModel model);
+
+ ComponentViewModel? Update(ComponentBindingModel model);
+
+ ComponentViewModel? Delete(ComponentBindingModel model);
+ }
+}
diff --git a/RenovationWork/RenovationWorkContracts/StorageContracts/IOrderStorage.cs b/RenovationWork/RenovationWorkContracts/StorageContracts/IOrderStorage.cs
new file mode 100644
index 0000000..1b921fb
--- /dev/null
+++ b/RenovationWork/RenovationWorkContracts/StorageContracts/IOrderStorage.cs
@@ -0,0 +1,21 @@
+using RenovationWorkContracts.BindingModels;
+using RenovationWorkContracts.SeatchModels;
+using RenovationWorkContracts.ViewModels;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkContracts.StorageContracts
+{
+ public interface IOrderStorage
+ {
+ List GetFullList();
+ List GetFilteredList(OrderSearchModel model);
+ OrderViewModel? GetElement(OrderSearchModel model);
+ OrderViewModel? Insert(OrderBindingModel model);
+ OrderViewModel? Update(OrderBindingModel model);
+ OrderViewModel? Delete(OrderBindingModel model);
+ }
+}
diff --git a/RenovationWork/RenovationWorkContracts/StorageContracts/IRepairStorage.cs b/RenovationWork/RenovationWorkContracts/StorageContracts/IRepairStorage.cs
new file mode 100644
index 0000000..c1e8601
--- /dev/null
+++ b/RenovationWork/RenovationWorkContracts/StorageContracts/IRepairStorage.cs
@@ -0,0 +1,26 @@
+using RenovationWorkContracts.BindingModels;
+using RenovationWorkContracts.SeatchModels;
+using RenovationWorkContracts.ViewModels;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkContracts.StorageContracts
+{
+ public interface IRepairStorage
+ {
+ List GetFullList();
+
+ List GetFilteredList(RepairSearchModel model);
+
+ RepairViewModel? GetElement(RepairSearchModel model);
+
+ RepairViewModel? Insert(RepairBindingModel model);
+
+ RepairViewModel? Update(RepairBindingModel model);
+
+ RepairViewModel? Delete(RepairBindingModel model);
+ }
+}
diff --git a/RenovationWork/RenovationWorkContracts/ViewModels/ComponentViewModel.cs b/RenovationWork/RenovationWorkContracts/ViewModels/ComponentViewModel.cs
new file mode 100644
index 0000000..3889889
--- /dev/null
+++ b/RenovationWork/RenovationWorkContracts/ViewModels/ComponentViewModel.cs
@@ -0,0 +1,20 @@
+using RenovationWorkDataModels.Models;
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkContracts.ViewModels
+{
+ public class ComponentViewModel : IComponentModel
+ {
+ public int Id { get; set; }
+ [DisplayName("Название компонента")]
+ public string ComponentName { get; set; } = string.Empty;
+ [DisplayName("Цена")]
+ public double Cost { get; set; }
+ }
+}
+
diff --git a/RenovationWork/RenovationWorkContracts/ViewModels/OrderViewModel.cs b/RenovationWork/RenovationWorkContracts/ViewModels/OrderViewModel.cs
new file mode 100644
index 0000000..824173b
--- /dev/null
+++ b/RenovationWork/RenovationWorkContracts/ViewModels/OrderViewModel.cs
@@ -0,0 +1,30 @@
+using RenovationWorkDataModels.Enums;
+using RenovationWorkDataModels.Models;
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkContracts.ViewModels
+{
+ public class OrderViewModel : IOrderModel
+ {
+ public int RepairId { get; set; }
+ [DisplayName("Номер")]
+ public int Id { get; set; }
+ [DisplayName("Ремонт")]
+ public string RepairName { get; set; } = string.Empty;
+ [DisplayName("Количество")]
+ public int Count { get; set; }
+ [DisplayName("Сумма")]
+ public double Sum { get; set; }
+ [DisplayName("Статус")]
+ public OrderStatus Status { get; set; } = OrderStatus.Неизвестен;
+ [DisplayName("Дата создания")]
+ public DateTime DateCreate { get; set; } = DateTime.Now;
+ [DisplayName("Дата выполнения")]
+ public DateTime? DateImplement { get; set; }
+ }
+}
diff --git a/RenovationWork/RenovationWorkContracts/ViewModels/RepairViewModel.cs b/RenovationWork/RenovationWorkContracts/ViewModels/RepairViewModel.cs
new file mode 100644
index 0000000..d391169
--- /dev/null
+++ b/RenovationWork/RenovationWorkContracts/ViewModels/RepairViewModel.cs
@@ -0,0 +1,24 @@
+using RenovationWorkDataModels.Models;
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkContracts.ViewModels
+{
+ public class RepairViewModel : IRepairModel
+ {
+ public int Id { get; set; }
+ [DisplayName("Название ремонта")]
+ public string RepairName { get; set; } = string.Empty;
+ [DisplayName("Цена")]
+ public double Price { get; set; }
+ public Dictionary RepairComponents
+ {
+ get;
+ set;
+ }
+ }
+}
diff --git a/RenovationWork/RenovationWorkDataModels/Enums/OrderStatus.cs b/RenovationWork/RenovationWorkDataModels/Enums/OrderStatus.cs
new file mode 100644
index 0000000..a9ad1ca
--- /dev/null
+++ b/RenovationWork/RenovationWorkDataModels/Enums/OrderStatus.cs
@@ -0,0 +1,21 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkDataModels.Enums
+{
+ public enum OrderStatus
+ {
+ Неизвестен = -1,
+
+ Принят = 0,
+
+ Выполняется = 1,
+
+ Готов = 2,
+
+ Выдан = 3
+ }
+}
diff --git a/RenovationWork/RenovationWorkDataModels/IId.cs b/RenovationWork/RenovationWorkDataModels/IId.cs
new file mode 100644
index 0000000..578f505
--- /dev/null
+++ b/RenovationWork/RenovationWorkDataModels/IId.cs
@@ -0,0 +1,13 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkDataModels
+{
+ public interface IId
+ {
+ int Id { get; }
+ }
+}
diff --git a/RenovationWork/RenovationWorkDataModels/Models/IComponentModel.cs b/RenovationWork/RenovationWorkDataModels/Models/IComponentModel.cs
new file mode 100644
index 0000000..852d354
--- /dev/null
+++ b/RenovationWork/RenovationWorkDataModels/Models/IComponentModel.cs
@@ -0,0 +1,14 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkDataModels.Models
+{
+ public interface IComponentModel : IId
+ {
+ string ComponentName { get; }
+ double Cost { get; }
+ }
+}
diff --git a/RenovationWork/RenovationWorkDataModels/Models/IOrderModel.cs b/RenovationWork/RenovationWorkDataModels/Models/IOrderModel.cs
new file mode 100644
index 0000000..b0b4710
--- /dev/null
+++ b/RenovationWork/RenovationWorkDataModels/Models/IOrderModel.cs
@@ -0,0 +1,19 @@
+using RenovationWorkDataModels.Enums;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkDataModels.Models
+{
+ public interface IOrderModel : IId
+ {
+ int RepairId { get; }
+ int Count { get; }
+ double Sum { get; }
+ OrderStatus Status { get; }
+ DateTime DateCreate { get; }
+ DateTime? DateImplement { get; }
+ }
+}
diff --git a/RenovationWork/RenovationWorkDataModels/Models/IRepairModel.cs b/RenovationWork/RenovationWorkDataModels/Models/IRepairModel.cs
new file mode 100644
index 0000000..5020e68
--- /dev/null
+++ b/RenovationWork/RenovationWorkDataModels/Models/IRepairModel.cs
@@ -0,0 +1,15 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkDataModels.Models
+{
+ public interface IRepairModel
+ {
+ string RepairName { get; }
+ double Price { get; }
+ Dictionary RepairComponents {get; }
+ }
+}
diff --git a/RenovationWork/RenovationWorkDataModels/RenovationWorkDataModels.csproj b/RenovationWork/RenovationWorkDataModels/RenovationWorkDataModels.csproj
new file mode 100644
index 0000000..132c02c
--- /dev/null
+++ b/RenovationWork/RenovationWorkDataModels/RenovationWorkDataModels.csproj
@@ -0,0 +1,9 @@
+
+
+
+ net6.0
+ enable
+ enable
+
+
+
diff --git a/RenovationWork/RenovationWorkListImplement/DataListSingleton.cs b/RenovationWork/RenovationWorkListImplement/DataListSingleton.cs
new file mode 100644
index 0000000..3dc6bf7
--- /dev/null
+++ b/RenovationWork/RenovationWorkListImplement/DataListSingleton.cs
@@ -0,0 +1,38 @@
+using RenovationWorkListImplement.Models;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkListImplement
+{
+ public class DataListSingleton
+ {
+ private static DataListSingleton? _instance;
+
+ public List Components { get; set; }
+
+ public List Orders { get; set; }
+
+ public List Repair { get; set; }
+
+ private DataListSingleton()
+ {
+ Components = new List();
+ Orders = new List();
+ Repair = new List();
+ }
+
+ public static DataListSingleton GetInstance()
+ {
+ if (_instance == null)
+ {
+ _instance = new DataListSingleton();
+ }
+
+ return _instance;
+ }
+ }
+}
+
diff --git a/RenovationWork/RenovationWorkListImplement/Implements/ComponentStorage.cs b/RenovationWork/RenovationWorkListImplement/Implements/ComponentStorage.cs
new file mode 100644
index 0000000..807a18f
--- /dev/null
+++ b/RenovationWork/RenovationWorkListImplement/Implements/ComponentStorage.cs
@@ -0,0 +1,114 @@
+using RenovationWorkContracts.BindingModels;
+using RenovationWorkContracts.SeatchModels;
+using RenovationWorkContracts.StorageContracts;
+using RenovationWorkContracts.ViewModels;
+using RenovationWorkListImplement.Models;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkListImplement.Implements
+{
+ public class ComponentStorage : IComponentStorage
+ {
+ private readonly DataListSingleton _source;
+
+ public ComponentStorage()
+ {
+ _source = DataListSingleton.GetInstance();
+ }
+
+ public List GetFullList()
+ {
+ var result = new List();
+ foreach (var component in _source.Components)
+ {
+ result.Add(component.GetViewModel);
+ }
+ return result;
+ }
+
+ public List GetFilteredList(ComponentSearchModel model)
+ {
+ var result = new List();
+ if (string.IsNullOrEmpty(model.ComponentName))
+ {
+ return result;
+ }
+ foreach (var component in _source.Components)
+ {
+ if (component.ComponentName.Contains(model.ComponentName))
+ {
+ result.Add(component.GetViewModel);
+ }
+ }
+ return result;
+ }
+
+ public ComponentViewModel? GetElement(ComponentSearchModel model)
+ {
+ if (string.IsNullOrEmpty(model.ComponentName) && !model.Id.HasValue)
+ {
+ return null;
+ }
+ foreach (var component in _source.Components)
+ {
+ if ((!string.IsNullOrEmpty(model.ComponentName) && component.ComponentName == model.ComponentName) ||
+ (model.Id.HasValue && component.Id == model.Id))
+ {
+ return component.GetViewModel;
+ }
+ }
+ return null;
+ }
+
+ public ComponentViewModel? Insert(ComponentBindingModel model)
+ {
+ model.Id = 1;
+ foreach (var component in _source.Components)
+ {
+ if (model.Id <= component.Id)
+ {
+ model.Id = component.Id + 1;
+ }
+ }
+ var newComponent = Component.Create(model);
+ if (newComponent == null)
+ {
+ return null;
+ }
+ _source.Components.Add(newComponent);
+ return newComponent.GetViewModel;
+ }
+
+ public ComponentViewModel? Update(ComponentBindingModel model)
+ {
+ foreach (var component in _source.Components)
+ {
+ if (component.Id == model.Id)
+ {
+ component.Update(model);
+ return component.GetViewModel;
+ }
+ }
+ return null;
+ }
+
+ public ComponentViewModel? Delete(ComponentBindingModel model)
+ {
+ for (int i = 0; i < _source.Components.Count; ++i)
+ {
+ if (_source.Components[i].Id == model.Id)
+ {
+ var element = _source.Components[i];
+ _source.Components.RemoveAt(i);
+ return element.GetViewModel;
+ }
+ }
+ return null;
+ }
+ }
+}
+
diff --git a/RenovationWork/RenovationWorkListImplement/Implements/OrderStorage.cs b/RenovationWork/RenovationWorkListImplement/Implements/OrderStorage.cs
new file mode 100644
index 0000000..8ef8911
--- /dev/null
+++ b/RenovationWork/RenovationWorkListImplement/Implements/OrderStorage.cs
@@ -0,0 +1,124 @@
+using RenovationWorkContracts.BindingModels;
+using RenovationWorkContracts.SeatchModels;
+using RenovationWorkContracts.StorageContracts;
+using RenovationWorkContracts.ViewModels;
+using RenovationWorkListImplement.Models;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkListImplement.Implements
+{
+ public class OrderStorage : IOrderStorage
+ {
+ private readonly DataListSingleton _source;
+ public OrderStorage()
+ {
+ _source = DataListSingleton.GetInstance();
+ }
+ public OrderViewModel? Delete(OrderBindingModel model)
+ {
+ for (int i = 0; i < _source.Orders.Count; ++i)
+ {
+ if (_source.Orders[i].Id == model.Id)
+ {
+ var element = _source.Orders[i];
+ _source.Orders.RemoveAt(i);
+ return element.GetViewModel;
+ }
+ }
+ return null;
+ }
+
+ public OrderViewModel? GetElement(OrderSearchModel model)
+ {
+ if (!model.Id.HasValue)
+ {
+ return null;
+ }
+
+ foreach (var order in _source.Orders)
+ {
+ if (model.Id.HasValue && order.Id == model.Id)
+ {
+ return order.GetViewModel;
+ }
+ }
+
+ return null;
+ }
+
+ public List GetFilteredList(OrderSearchModel model)
+ {
+ var result = new List();
+
+ if (!model.Id.HasValue)
+ {
+ return result;
+ }
+
+ foreach (var order in _source.Orders)
+ {
+ if (model.Id.HasValue && order.Id == model.Id)
+ {
+ result.Add(order.GetViewModel);
+ }
+ }
+
+ return result;
+ }
+
+ public List GetFullList()
+ {
+ var result = new List();
+
+ foreach (var order in _source.Orders)
+ {
+ result.Add(order.GetViewModel);
+ }
+
+ return result;
+ }
+
+ public OrderViewModel? Insert(OrderBindingModel model)
+ {
+ model.Id = 1;
+
+ foreach (var order in _source.Orders)
+ {
+ if (model.Id <= order.Id)
+ {
+ model.Id = order.Id + 1;
+ }
+ }
+
+ var newOrder = Order.Create(model);
+
+ if (newOrder == null)
+ {
+ return null;
+ }
+
+ _source.Orders.Add(newOrder);
+
+ return newOrder.GetViewModel;
+ }
+
+ public OrderViewModel? Update(OrderBindingModel model)
+ {
+ foreach (var order in _source.Orders)
+ {
+ if (order.Id == model.Id)
+ {
+ order.Update(model);
+ return order.GetViewModel;
+ }
+ }
+
+ return null;
+ }
+ }
+}
+
diff --git a/RenovationWork/RenovationWorkListImplement/Implements/RepairStorage.cs b/RenovationWork/RenovationWorkListImplement/Implements/RepairStorage.cs
new file mode 100644
index 0000000..09546a5
--- /dev/null
+++ b/RenovationWork/RenovationWorkListImplement/Implements/RepairStorage.cs
@@ -0,0 +1,123 @@
+using RenovationWorkContracts.BindingModels;
+using RenovationWorkContracts.SeatchModels;
+using RenovationWorkContracts.StorageContracts;
+using RenovationWorkContracts.ViewModels;
+using RenovationWorkListImplement.Models;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkListImplement.Implements
+{
+ public class RepairStorage : IRepairStorage
+ {
+ private readonly DataListSingleton _source;
+
+ public RepairStorage()
+ {
+ _source = DataListSingleton.GetInstance();
+ }
+ public RepairViewModel? Delete(RepairBindingModel model)
+ {
+ for (int i = 0; i < _source.Repair.Count; ++i)
+ {
+ if (_source.Repair[i].Id == model.Id)
+ {
+ var element = _source.Repair[i];
+ _source.Repair.RemoveAt(i);
+ return element.GetViewModel;
+ }
+ }
+
+ return null;
+ }
+ public RepairViewModel? GetElement(RepairSearchModel model)
+ {
+ if (string.IsNullOrEmpty(model.RepairName) && !model.Id.HasValue)
+ {
+ return null;
+ }
+
+ foreach (var repair in _source.Repair)
+ {
+ if ((!string.IsNullOrEmpty(model.RepairName) && repair.RepairName == model.RepairName) || (model.Id.HasValue && repair.Id == model.Id))
+ {
+ return repair.GetViewModel;
+ }
+ }
+
+ return null;
+ }
+ public List GetFilteredList(RepairSearchModel model)
+ {
+ var result = new List();
+
+ if (string.IsNullOrEmpty(model.RepairName))
+ {
+ return result;
+ }
+
+ foreach (var reinforced in _source.Repair)
+ {
+ if (reinforced.RepairName.Contains(model.RepairName))
+ {
+ result.Add(reinforced.GetViewModel);
+ }
+ }
+
+ return result;
+ }
+
+ public List GetFullList()
+ {
+ var result = new List();
+
+ foreach (var repair in _source.Repair)
+ {
+ result.Add(repair.GetViewModel);
+ }
+
+ return result;
+ }
+
+ public RepairViewModel? Insert(RepairBindingModel model)
+ {
+ model.Id = 1;
+
+ foreach (var repair in _source.Repair)
+ {
+ if (model.Id <= repair.Id)
+ {
+ model.Id = repair.Id + 1;
+ }
+ }
+
+ var newRepair = Repair.Create(model);
+
+ if (newRepair == null)
+ {
+ return null;
+ }
+
+ _source.Repair.Add(newRepair);
+
+ return newRepair.GetViewModel;
+ }
+
+ public RepairViewModel? Update(RepairBindingModel model)
+ {
+ foreach (var repair in _source.Repair)
+ {
+ if (repair.Id == model.Id)
+ {
+ repair.Update(model);
+ return repair.GetViewModel;
+ }
+ }
+
+ return null;
+ }
+ }
+}
diff --git a/RenovationWork/RenovationWorkListImplement/Models/Component.cs b/RenovationWork/RenovationWorkListImplement/Models/Component.cs
new file mode 100644
index 0000000..23eda68
--- /dev/null
+++ b/RenovationWork/RenovationWorkListImplement/Models/Component.cs
@@ -0,0 +1,52 @@
+using RenovationWorkContracts.BindingModels;
+using RenovationWorkContracts.ViewModels;
+using RenovationWorkDataModels.Models;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkListImplement.Models
+{
+ public class Component : IComponentModel
+ {
+ public int Id { get; private set; }
+
+ public string ComponentName { get; private set; } = string.Empty;
+
+ public double Cost { get; set; }
+
+ public static Component? Create(ComponentBindingModel? model)
+ {
+ if (model == null)
+ {
+ return null;
+ }
+ return new Component()
+ {
+ Id = model.Id,
+ ComponentName = model.ComponentName,
+ Cost = model.Cost
+ };
+ }
+
+ public void Update(ComponentBindingModel? model)
+ {
+ if (model == null)
+ {
+ return;
+ }
+ ComponentName = model.ComponentName;
+ Cost = model.Cost;
+ }
+
+ public ComponentViewModel GetViewModel => new()
+ {
+ Id = Id,
+ ComponentName = ComponentName,
+ Cost = Cost
+ };
+
+ }
+}
diff --git a/RenovationWork/RenovationWorkListImplement/Models/Order.cs b/RenovationWork/RenovationWorkListImplement/Models/Order.cs
new file mode 100644
index 0000000..5c30b74
--- /dev/null
+++ b/RenovationWork/RenovationWorkListImplement/Models/Order.cs
@@ -0,0 +1,77 @@
+using RenovationWorkContracts.BindingModels;
+using RenovationWorkContracts.ViewModels;
+using RenovationWorkDataModels.Enums;
+using RenovationWorkDataModels.Models;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkListImplement.Models
+{
+ public class Order : IOrderModel
+ {
+ public int RepairId { get; private set; }
+ public string? RepairName { get; private set; }
+
+ public int Count { get; private set; }
+
+ public double Sum { get; private set; }
+
+ public OrderStatus Status { get; private set; } = OrderStatus.Неизвестен;
+
+ public DateTime DateCreate { get; private set; } = DateTime.Now;
+
+ public DateTime? DateImplement { get; private set; }
+
+ public int Id { get; private set; }
+
+ public static Order? Create(OrderBindingModel? model)
+ {
+ if (model == null)
+ {
+ return null;
+ }
+ return new Order()
+ {
+ Id = model.Id,
+ RepairId = model.RepairId,
+ RepairName = model.RepairName,
+ Count = model.Count,
+ Sum = model.Sum,
+ Status = model.Status,
+ DateCreate = model.DateCreate,
+ DateImplement = model.DateImplement
+ };
+ }
+
+ public void Update(OrderBindingModel? model)
+ {
+ if (model == null)
+ {
+ return;
+ }
+ RepairId = model.RepairId;
+ RepairName = model.RepairName;
+ Count = model.Count;
+ Sum = model.Sum;
+ Status = model.Status;
+ DateCreate = model.DateCreate;
+ DateImplement = model.DateImplement;
+ }
+
+ public OrderViewModel GetViewModel => new()
+ {
+ Id = Id,
+ RepairId = RepairId,
+ RepairName = RepairName,
+ Count = Count,
+ Sum = Sum,
+ Status = Status,
+ DateCreate = DateCreate,
+ DateImplement = DateImplement
+ };
+ }
+}
+
diff --git a/RenovationWork/RenovationWorkListImplement/Models/Repair.cs b/RenovationWork/RenovationWorkListImplement/Models/Repair.cs
new file mode 100644
index 0000000..97d004d
--- /dev/null
+++ b/RenovationWork/RenovationWorkListImplement/Models/Repair.cs
@@ -0,0 +1,57 @@
+using RenovationWorkContracts.BindingModels;
+using RenovationWorkContracts.ViewModels;
+using RenovationWorkDataModels.Models;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Reflection;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RenovationWorkListImplement.Models
+{
+ public class Repair : IRepairModel
+ {
+ public int Id { get; private set; }
+
+ public string RepairName { get; private set; } = string.Empty;
+
+ public double Price { get; private set; }
+
+ public Dictionary RepairComponents { get; private set; } = new Dictionary();
+
+ public static Repair? Create(RepairBindingModel? model)
+ {
+ if (model == null)
+ {
+ return null;
+ }
+ return new Repair()
+ {
+ Id = model.Id,
+ RepairName = model.RepairName,
+ Price = model.Price,
+ RepairComponents = model.RepairComponents
+ };
+ }
+
+ public void Update(RepairBindingModel? model)
+ {
+ if (model == null)
+ {
+ return;
+ }
+ RepairName = model.RepairName;
+ Price = model.Price;
+ RepairComponents = model.RepairComponents;
+ }
+
+ public RepairViewModel GetViewModel => new()
+ {
+ Id = Id,
+ RepairName = RepairName,
+ Price = Price,
+ RepairComponents = RepairComponents
+ };
+ }
+}
diff --git a/RenovationWork/RenovationWorkListImplement/RenovationWorkListImplement.csproj b/RenovationWork/RenovationWorkListImplement/RenovationWorkListImplement.csproj
new file mode 100644
index 0000000..2d896a8
--- /dev/null
+++ b/RenovationWork/RenovationWorkListImplement/RenovationWorkListImplement.csproj
@@ -0,0 +1,14 @@
+
+
+
+ net6.0
+ enable
+ enable
+
+
+
+
+
+
+
+
diff --git a/RenovationWork/RenovationWorkView/FormComponent.Designer.cs b/RenovationWork/RenovationWorkView/FormComponent.Designer.cs
new file mode 100644
index 0000000..0abc9cf
--- /dev/null
+++ b/RenovationWork/RenovationWorkView/FormComponent.Designer.cs
@@ -0,0 +1,124 @@
+namespace PrecastConcretePlantView
+{
+ partial class FormComponent
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ this.ComponentNameLabel = new System.Windows.Forms.Label();
+ this.ComponentNameTextBox = new System.Windows.Forms.TextBox();
+ this.CostLabel = new System.Windows.Forms.Label();
+ this.CostTextBox = new System.Windows.Forms.TextBox();
+ this.SaveButton = new System.Windows.Forms.Button();
+ this.ButtonCancel = new System.Windows.Forms.Button();
+ this.SuspendLayout();
+ //
+ // ComponentNameLabel
+ //
+ this.ComponentNameLabel.AutoSize = true;
+ this.ComponentNameLabel.Location = new System.Drawing.Point(22, 20);
+ this.ComponentNameLabel.Name = "ComponentNameLabel";
+ this.ComponentNameLabel.Size = new System.Drawing.Size(84, 20);
+ this.ComponentNameLabel.TabIndex = 0;
+ this.ComponentNameLabel.Text = "Название: ";
+ //
+ // ComponentNameTextBox
+ //
+ this.ComponentNameTextBox.Location = new System.Drawing.Point(103, 16);
+ this.ComponentNameTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.ComponentNameTextBox.Name = "ComponentNameTextBox";
+ this.ComponentNameTextBox.Size = new System.Drawing.Size(238, 27);
+ this.ComponentNameTextBox.TabIndex = 2;
+ //
+ // CostLabel
+ //
+ this.CostLabel.AutoSize = true;
+ this.CostLabel.Location = new System.Drawing.Point(46, 72);
+ this.CostLabel.Name = "CostLabel";
+ this.CostLabel.Size = new System.Drawing.Size(56, 20);
+ this.CostLabel.TabIndex = 3;
+ this.CostLabel.Text = "Цена: ";
+ //
+ // CostTextBox
+ //
+ this.CostTextBox.Location = new System.Drawing.Point(103, 68);
+ this.CostTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.CostTextBox.Name = "CostTextBox";
+ this.CostTextBox.Size = new System.Drawing.Size(238, 27);
+ this.CostTextBox.TabIndex = 4;
+ //
+ // SaveButton
+ //
+ this.SaveButton.Location = new System.Drawing.Point(163, 120);
+ this.SaveButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.SaveButton.Name = "SaveButton";
+ this.SaveButton.Size = new System.Drawing.Size(86, 31);
+ this.SaveButton.TabIndex = 5;
+ this.SaveButton.Text = "Сохранить";
+ this.SaveButton.UseVisualStyleBackColor = true;
+ this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
+ //
+ // ButtonCancel
+ //
+ this.ButtonCancel.Location = new System.Drawing.Point(256, 120);
+ this.ButtonCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.ButtonCancel.Name = "ButtonCancel";
+ this.ButtonCancel.Size = new System.Drawing.Size(86, 31);
+ this.ButtonCancel.TabIndex = 6;
+ this.ButtonCancel.Text = "Отмена";
+ this.ButtonCancel.UseVisualStyleBackColor = true;
+ this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
+ //
+ // FormComponent
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(375, 167);
+ this.Controls.Add(this.ButtonCancel);
+ this.Controls.Add(this.SaveButton);
+ this.Controls.Add(this.CostTextBox);
+ this.Controls.Add(this.CostLabel);
+ this.Controls.Add(this.ComponentNameTextBox);
+ this.Controls.Add(this.ComponentNameLabel);
+ this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.Name = "FormComponent";
+ this.Text = "Компонент";
+ this.Load += new System.EventHandler(this.FormComponent_Load);
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private Label ComponentNameLabel;
+ private TextBox ComponentNameTextBox;
+ private Label CostLabel;
+ private TextBox CostTextBox;
+ private Button SaveButton;
+ private Button ButtonCancel;
+ }
+}
\ No newline at end of file
diff --git a/RenovationWork/RenovationWorkView/FormComponent.cs b/RenovationWork/RenovationWorkView/FormComponent.cs
new file mode 100644
index 0000000..cc580ab
--- /dev/null
+++ b/RenovationWork/RenovationWorkView/FormComponent.cs
@@ -0,0 +1,103 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+using Microsoft.Extensions.Logging;
+using RenovationWorkContracts.BindingModels;
+using RenovationWorkContracts.BusinessLogicsContracts;
+using RenovationWorkContracts.SeatchModels;
+
+namespace PrecastConcretePlantView
+{
+ public partial class FormComponent : Form
+ {
+ private readonly ILogger _logger;
+ private readonly IComponentLogic _logic;
+ private int? _id;
+ public int Id { set { _id = value; } }
+
+ public FormComponent(ILogger logger, IComponentLogic logic)
+ {
+ InitializeComponent();
+ _logger = logger;
+ _logic = logic;
+ }
+
+ private void FormComponent_Load(object sender,EventArgs e)
+ {
+ if (_id.HasValue)
+ {
+ try
+ {
+ _logger.LogInformation("Получение компонента");
+
+ var view = _logic.ReadElement(new ComponentSearchModel
+ {
+ Id = _id.Value
+ });
+
+ if (view != null)
+ {
+ ComponentNameTextBox.Text = view.ComponentName;
+ CostTextBox.Text = view.Cost.ToString();
+ }
+ }
+ catch (Exception ex)
+ {
+ _logger.LogError(ex, "Ошибка получения компонента");
+ MessageBox.Show(ex.Message, "Ошибка", MessageBoxButtons.OK,
+ MessageBoxIcon.Error);
+ }
+ }
+ }
+
+ private void SaveButton_Click(object sender, EventArgs e)
+ {
+ if (string.IsNullOrEmpty(ComponentNameTextBox.Text))
+ {
+ MessageBox.Show("Заполните название", "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ return;
+ }
+
+ _logger.LogInformation("Сохранение компонента");
+
+ try
+ {
+ var model = new ComponentBindingModel
+ {
+ Id = _id ?? 0,
+ ComponentName = ComponentNameTextBox.Text,
+ Cost = Convert.ToDouble(CostTextBox.Text)
+ };
+
+ var operationResult = _id.HasValue ? _logic.Update(model) : _logic.Create(model);
+
+ if (!operationResult)
+ {
+ throw new Exception("Ошибка при сохранении. Дополнительная информация в логах.");
+ }
+
+ MessageBox.Show("Сохранение прошло успешно", "Сообщение", MessageBoxButtons.OK, MessageBoxIcon.Information);
+ DialogResult = DialogResult.OK;
+ Close();
+ }
+ catch (Exception ex)
+ {
+ _logger.LogError(ex, "Ошибка сохранения компонента");
+ MessageBox.Show(ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ }
+ }
+
+ private void ButtonCancel_Click(object sender, EventArgs e)
+ {
+ DialogResult = DialogResult.Cancel;
+ Close();
+ }
+ }
+}
diff --git a/RenovationWork/RenovationWorkView/FormComponent.resx b/RenovationWork/RenovationWorkView/FormComponent.resx
new file mode 100644
index 0000000..f298a7b
--- /dev/null
+++ b/RenovationWork/RenovationWorkView/FormComponent.resx
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
\ No newline at end of file
diff --git a/RenovationWork/RenovationWorkView/FormComponents.Designer.cs b/RenovationWork/RenovationWorkView/FormComponents.Designer.cs
new file mode 100644
index 0000000..437c37b
--- /dev/null
+++ b/RenovationWork/RenovationWorkView/FormComponents.Designer.cs
@@ -0,0 +1,129 @@
+namespace PrecastConcretePlantView
+{
+ partial class FormComponents
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ this.DataGridView = new System.Windows.Forms.DataGridView();
+ this.AddButton = new System.Windows.Forms.Button();
+ this.ChangeButton = new System.Windows.Forms.Button();
+ this.DeleteButton = new System.Windows.Forms.Button();
+ this.UpdateButton = new System.Windows.Forms.Button();
+ ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).BeginInit();
+ this.SuspendLayout();
+ //
+ // DataGridView
+ //
+ this.DataGridView.AllowUserToAddRows = false;
+ this.DataGridView.AllowUserToDeleteRows = false;
+ this.DataGridView.AllowUserToResizeColumns = false;
+ this.DataGridView.BackgroundColor = System.Drawing.SystemColors.Control;
+ this.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
+ this.DataGridView.Dock = System.Windows.Forms.DockStyle.Left;
+ this.DataGridView.Location = new System.Drawing.Point(0, 0);
+ this.DataGridView.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.DataGridView.Name = "DataGridView";
+ this.DataGridView.ReadOnly = true;
+ this.DataGridView.RowHeadersVisible = false;
+ this.DataGridView.RowHeadersWidth = 51;
+ this.DataGridView.RowTemplate.Height = 25;
+ this.DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
+ this.DataGridView.Size = new System.Drawing.Size(630, 736);
+ this.DataGridView.TabIndex = 0;
+ //
+ // AddButton
+ //
+ this.AddButton.Location = new System.Drawing.Point(653, 35);
+ this.AddButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.AddButton.Name = "AddButton";
+ this.AddButton.Size = new System.Drawing.Size(162, 60);
+ this.AddButton.TabIndex = 1;
+ this.AddButton.Text = "Добавить";
+ this.AddButton.UseVisualStyleBackColor = true;
+ this.AddButton.Click += new System.EventHandler(this.AddButton_Click);
+ //
+ // ChangeButton
+ //
+ this.ChangeButton.Location = new System.Drawing.Point(653, 124);
+ this.ChangeButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.ChangeButton.Name = "ChangeButton";
+ this.ChangeButton.Size = new System.Drawing.Size(162, 60);
+ this.ChangeButton.TabIndex = 2;
+ this.ChangeButton.Text = "Изменить";
+ this.ChangeButton.UseVisualStyleBackColor = true;
+ this.ChangeButton.Click += new System.EventHandler(this.ChangeButton_Click);
+ //
+ // DeleteButton
+ //
+ this.DeleteButton.Location = new System.Drawing.Point(653, 216);
+ this.DeleteButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.DeleteButton.Name = "DeleteButton";
+ this.DeleteButton.Size = new System.Drawing.Size(162, 60);
+ this.DeleteButton.TabIndex = 3;
+ this.DeleteButton.Text = "Удалить";
+ this.DeleteButton.UseVisualStyleBackColor = true;
+ this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click);
+ //
+ // UpdateButton
+ //
+ this.UpdateButton.Location = new System.Drawing.Point(653, 307);
+ this.UpdateButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.UpdateButton.Name = "UpdateButton";
+ this.UpdateButton.Size = new System.Drawing.Size(162, 60);
+ this.UpdateButton.TabIndex = 4;
+ this.UpdateButton.Text = "Обновить";
+ this.UpdateButton.UseVisualStyleBackColor = true;
+ this.UpdateButton.Click += new System.EventHandler(this.UpdateButton_Click);
+ //
+ // FormComponents
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(829, 736);
+ this.Controls.Add(this.UpdateButton);
+ this.Controls.Add(this.DeleteButton);
+ this.Controls.Add(this.ChangeButton);
+ this.Controls.Add(this.AddButton);
+ this.Controls.Add(this.DataGridView);
+ this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.Name = "FormComponents";
+ this.Text = "Компоненты";
+ this.Load += new System.EventHandler(this.FormComponents_Load);
+ ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit();
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private DataGridView DataGridView;
+ private Button AddButton;
+ private Button ChangeButton;
+ private Button DeleteButton;
+ private Button UpdateButton;
+ }
+}
\ No newline at end of file
diff --git a/RenovationWork/RenovationWorkView/FormComponents.cs b/RenovationWork/RenovationWorkView/FormComponents.cs
new file mode 100644
index 0000000..55f8d29
--- /dev/null
+++ b/RenovationWork/RenovationWorkView/FormComponents.cs
@@ -0,0 +1,121 @@
+using Microsoft.Extensions.Logging;
+using RenovationWorkContracts.BindingModels;
+using RenovationWorkContracts.BusinessLogicsContracts;
+using RenovationWorkView;
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace PrecastConcretePlantView
+{
+ public partial class FormComponents : Form
+ {
+ private readonly ILogger _logger;
+ private readonly IComponentLogic _logic;
+
+ public FormComponents(ILogger logger, IComponentLogic logic)
+ {
+ InitializeComponent();
+ _logger = logger;
+ _logic = logic;
+ }
+
+ private void FormComponents_Load(object sender, EventArgs e)
+ {
+ LoadData();
+ }
+
+ private void LoadData()
+ {
+ try
+ {
+ var list = _logic.ReadList(null);
+
+ if (list != null)
+ {
+ DataGridView.DataSource = list;
+ DataGridView.Columns["Id"].Visible = false;
+ DataGridView.Columns["ComponentName"].AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill;
+ }
+
+ _logger.LogInformation("Загрузка компонентов");
+
+ }
+ catch (Exception ex)
+ {
+ _logger.LogError(ex, "Ошибка загрузки компонентов");
+ MessageBox.Show(ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ }
+ }
+
+ private void AddButton_Click(object sender, EventArgs e)
+ {
+ var service = Program.ServiceProvider?.GetService(typeof(FormComponent));
+
+ if (service is FormComponent form)
+ {
+ if (form.ShowDialog() == DialogResult.OK)
+ {
+ LoadData();
+ }
+ }
+ }
+ private void ChangeButton_Click(object sender, EventArgs e)
+ {
+ if (DataGridView.SelectedRows.Count == 1)
+ {
+ var service = Program.ServiceProvider?.GetService(typeof(FormComponent));
+
+ if (service is FormComponent form)
+ {
+ form.Id = Convert.ToInt32(DataGridView.SelectedRows[0].Cells["Id"].Value);
+
+ if (form.ShowDialog() == DialogResult.OK)
+ {
+ LoadData();
+ }
+ }
+ }
+ }
+ private void DeleteButton_Click(object sender, EventArgs e)
+ {
+ if (DataGridView.SelectedRows.Count == 1)
+ {
+ if (MessageBox.Show("Удалить запись?", "Вопрос", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes)
+ {
+ int id = Convert.ToInt32(DataGridView.SelectedRows[0].Cells["Id"].Value);
+ _logger.LogInformation("Удаление компонента");
+
+ try
+ {
+ if (!_logic.Delete(new ComponentBindingModel
+ {
+ Id = id
+ }))
+ {
+ throw new Exception("Ошибка при удалении. Дополнительная информация в логах.");
+ }
+
+ LoadData();
+ }
+ catch (Exception ex)
+ {
+ _logger.LogError(ex, "Ошибка удаления компонента");
+ MessageBox.Show(ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ }
+ }
+ }
+ }
+ private void UpdateButton_Click(object sender, EventArgs e)
+ {
+ LoadData();
+ }
+
+ }
+}
diff --git a/RenovationWork/RenovationWorkView/FormComponents.resx b/RenovationWork/RenovationWorkView/FormComponents.resx
new file mode 100644
index 0000000..f298a7b
--- /dev/null
+++ b/RenovationWork/RenovationWorkView/FormComponents.resx
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
\ No newline at end of file
diff --git a/RenovationWork/RenovationWorkView/FormCreateOrder.Designer.cs b/RenovationWork/RenovationWorkView/FormCreateOrder.Designer.cs
new file mode 100644
index 0000000..6048634
--- /dev/null
+++ b/RenovationWork/RenovationWorkView/FormCreateOrder.Designer.cs
@@ -0,0 +1,151 @@
+namespace PrecastConcretePlantView
+{
+ partial class FormCreateOrder
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ this.RepairNameLabel = new System.Windows.Forms.Label();
+ this.CountLabel = new System.Windows.Forms.Label();
+ this.SumLabel = new System.Windows.Forms.Label();
+ this.RepairComboBox = new System.Windows.Forms.ComboBox();
+ this.CountTextBox = new System.Windows.Forms.TextBox();
+ this.SumTextBox = new System.Windows.Forms.TextBox();
+ this.ButtonCancel = new System.Windows.Forms.Button();
+ this.SaveButton = new System.Windows.Forms.Button();
+ this.SuspendLayout();
+ //
+ // RepairNameLabel
+ //
+ this.RepairNameLabel.AutoSize = true;
+ this.RepairNameLabel.Location = new System.Drawing.Point(14, 12);
+ this.RepairNameLabel.Name = "RepairNameLabel";
+ this.RepairNameLabel.Size = new System.Drawing.Size(67, 20);
+ this.RepairNameLabel.TabIndex = 0;
+ this.RepairNameLabel.Text = "Ремонт: ";
+ //
+ // CountLabel
+ //
+ this.CountLabel.AutoSize = true;
+ this.CountLabel.Location = new System.Drawing.Point(14, 53);
+ this.CountLabel.Name = "CountLabel";
+ this.CountLabel.Size = new System.Drawing.Size(97, 20);
+ this.CountLabel.TabIndex = 1;
+ this.CountLabel.Text = "Количество: ";
+ //
+ // SumLabel
+ //
+ this.SumLabel.AutoSize = true;
+ this.SumLabel.Location = new System.Drawing.Point(14, 96);
+ this.SumLabel.Name = "SumLabel";
+ this.SumLabel.Size = new System.Drawing.Size(62, 20);
+ this.SumLabel.TabIndex = 2;
+ this.SumLabel.Text = "Сумма: ";
+ //
+ // RepairComboBox
+ //
+ this.RepairComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.RepairComboBox.FormattingEnabled = true;
+ this.RepairComboBox.Location = new System.Drawing.Point(106, 8);
+ this.RepairComboBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.RepairComboBox.Name = "RepairComboBox";
+ this.RepairComboBox.Size = new System.Drawing.Size(229, 28);
+ this.RepairComboBox.TabIndex = 3;
+ this.RepairComboBox.SelectedIndexChanged += new System.EventHandler(this.RepairComboBox_SelectedIndexChanged);
+ //
+ // CountTextBox
+ //
+ this.CountTextBox.Location = new System.Drawing.Point(106, 49);
+ this.CountTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.CountTextBox.Name = "CountTextBox";
+ this.CountTextBox.Size = new System.Drawing.Size(229, 27);
+ this.CountTextBox.TabIndex = 4;
+ this.CountTextBox.TextChanged += new System.EventHandler(this.CountTextBox_TextChanged);
+ //
+ // SumTextBox
+ //
+ this.SumTextBox.Location = new System.Drawing.Point(106, 92);
+ this.SumTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.SumTextBox.Name = "SumTextBox";
+ this.SumTextBox.ReadOnly = true;
+ this.SumTextBox.Size = new System.Drawing.Size(229, 27);
+ this.SumTextBox.TabIndex = 5;
+ //
+ // ButtonCancel
+ //
+ this.ButtonCancel.Location = new System.Drawing.Point(250, 151);
+ this.ButtonCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.ButtonCancel.Name = "ButtonCancel";
+ this.ButtonCancel.Size = new System.Drawing.Size(86, 31);
+ this.ButtonCancel.TabIndex = 6;
+ this.ButtonCancel.Text = "Отменить";
+ this.ButtonCancel.UseVisualStyleBackColor = true;
+ this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
+ //
+ // SaveButton
+ //
+ this.SaveButton.Location = new System.Drawing.Point(158, 151);
+ this.SaveButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.SaveButton.Name = "SaveButton";
+ this.SaveButton.Size = new System.Drawing.Size(86, 31);
+ this.SaveButton.TabIndex = 7;
+ this.SaveButton.Text = "Сохранить";
+ this.SaveButton.UseVisualStyleBackColor = true;
+ this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
+ //
+ // FormCreateOrder
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(353, 204);
+ this.Controls.Add(this.SaveButton);
+ this.Controls.Add(this.ButtonCancel);
+ this.Controls.Add(this.SumTextBox);
+ this.Controls.Add(this.CountTextBox);
+ this.Controls.Add(this.RepairComboBox);
+ this.Controls.Add(this.SumLabel);
+ this.Controls.Add(this.CountLabel);
+ this.Controls.Add(this.RepairNameLabel);
+ this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.Name = "FormCreateOrder";
+ this.Text = "Заказ";
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private Label RepairNameLabel;
+ private Label CountLabel;
+ private Label SumLabel;
+ private ComboBox RepairComboBox;
+ private TextBox CountTextBox;
+ private TextBox SumTextBox;
+ private Button ButtonCancel;
+ private Button SaveButton;
+ }
+}
\ No newline at end of file
diff --git a/RenovationWork/RenovationWorkView/FormCreateOrder.cs b/RenovationWork/RenovationWorkView/FormCreateOrder.cs
new file mode 100644
index 0000000..653e483
--- /dev/null
+++ b/RenovationWork/RenovationWorkView/FormCreateOrder.cs
@@ -0,0 +1,143 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+using Microsoft.Extensions.Logging;
+using RenovationWorkContracts.BindingModels;
+using RenovationWorkContracts.BusinessLogicsContracts;
+using RenovationWorkContracts.SeatchModels;
+
+namespace PrecastConcretePlantView
+{
+ public partial class FormCreateOrder : Form
+ {
+ private readonly ILogger _logger;
+ private readonly IRepairLogic _logicP;
+ private readonly IOrderLogic _logicO;
+
+ public FormCreateOrder(ILogger logger, IRepairLogic logicP, IOrderLogic logicO)
+ {
+ InitializeComponent();
+ _logger = logger;
+ _logicP = logicP;
+ _logicO = logicO;
+ LoadData();
+ }
+
+ private void LoadData()
+ {
+ _logger.LogInformation("Загрузка изделий для заказа");
+
+ try
+ {
+ var list = _logicP.ReadList(null);
+ if (list != null)
+ {
+ RepairComboBox.DisplayMember = "RepairName";
+ RepairComboBox.ValueMember = "Id";
+ RepairComboBox.DataSource = list;
+ RepairComboBox.SelectedItem = null;
+ }
+
+ }
+ catch (Exception ex)
+ {
+ _logger.LogError(ex, "Ошибка загрузки списка изделий");
+ MessageBox.Show(ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ }
+ }
+
+ private void FormCreateOrder_Load(object sender, EventArgs e)
+ {
+ LoadData();
+ }
+
+ private void CalcSum()
+ {
+ if (RepairComboBox.SelectedValue != null && !string.IsNullOrEmpty(CountTextBox.Text))
+ {
+ try
+ {
+ int id = Convert.ToInt32(RepairComboBox.SelectedValue);
+
+ var reinforced = _logicP.ReadElement(new RepairSearchModel
+ {
+ Id = id
+ });
+
+ int count = Convert.ToInt32(CountTextBox.Text);
+ SumTextBox.Text = Math.Round(count * (reinforced?.Price ?? 0), 2).ToString();
+ _logger.LogInformation("Расчет суммы заказа");
+ }
+ catch (Exception ex)
+ {
+ _logger.LogError(ex, "Ошибка расчета суммы заказа");
+ MessageBox.Show(ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ }
+ }
+ }
+
+ private void CountTextBox_TextChanged(object sender, EventArgs e)
+ {
+ CalcSum();
+ }
+
+ private void SaveButton_Click(object sender, EventArgs e)
+ {
+ if (string.IsNullOrEmpty(CountTextBox.Text))
+ {
+ MessageBox.Show("Заполните поле Количество", "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ return;
+ }
+
+ if (RepairComboBox.SelectedValue == null)
+ {
+ MessageBox.Show("Выберите изделие", "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ return;
+ }
+
+ _logger.LogInformation("Создание заказа");
+
+ try
+ {
+ var operationResult = _logicO.CreateOrder(new OrderBindingModel
+ {
+ RepairId = Convert.ToInt32(RepairComboBox.SelectedValue),
+ RepairName = RepairComboBox.Text,
+ Count = Convert.ToInt32(CountTextBox.Text),
+ Sum = Convert.ToDouble(SumTextBox.Text)
+ });
+
+ if (!operationResult)
+ {
+ throw new Exception("Ошибка при создании заказа. Дополнительная информация в логах.");
+ }
+
+ MessageBox.Show("Сохранение прошло успешно", "Сообщение", MessageBoxButtons.OK, MessageBoxIcon.Information);
+ DialogResult = DialogResult.OK;
+ Close();
+ }
+ catch (Exception ex)
+ {
+ _logger.LogError(ex, "Ошибка создания заказа");
+ MessageBox.Show(ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ }
+ }
+
+ private void ButtonCancel_Click(object sender, EventArgs e)
+ {
+ DialogResult = DialogResult.Cancel;
+ Close();
+ }
+
+ private void RepairComboBox_SelectedIndexChanged(object sender, EventArgs e)
+ {
+ CalcSum();
+ }
+ }
+}
diff --git a/RenovationWork/RenovationWorkView/FormCreateOrder.resx b/RenovationWork/RenovationWorkView/FormCreateOrder.resx
new file mode 100644
index 0000000..f298a7b
--- /dev/null
+++ b/RenovationWork/RenovationWorkView/FormCreateOrder.resx
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
\ No newline at end of file
diff --git a/RenovationWork/RenovationWorkView/FormMain.Designer.cs b/RenovationWork/RenovationWorkView/FormMain.Designer.cs
new file mode 100644
index 0000000..c178972
--- /dev/null
+++ b/RenovationWork/RenovationWorkView/FormMain.Designer.cs
@@ -0,0 +1,194 @@
+namespace PrecastConcretePlantView
+{
+ partial class FormMain
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ this.MenuStrip = new System.Windows.Forms.MenuStrip();
+ this.СправочникиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.ИзделияToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.КомпонентыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.DataGridView = new System.Windows.Forms.DataGridView();
+ this.CreateOrderButton = new System.Windows.Forms.Button();
+ this.TakeOrderInWorkButton = new System.Windows.Forms.Button();
+ this.OrderReadyButton = new System.Windows.Forms.Button();
+ this.IssuedOrderButton = new System.Windows.Forms.Button();
+ this.UpdateListButton = new System.Windows.Forms.Button();
+ this.MenuStrip.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).BeginInit();
+ this.SuspendLayout();
+ //
+ // MenuStrip
+ //
+ this.MenuStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
+ this.MenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.СправочникиToolStripMenuItem});
+ this.MenuStrip.Location = new System.Drawing.Point(0, 0);
+ this.MenuStrip.Name = "MenuStrip";
+ this.MenuStrip.Padding = new System.Windows.Forms.Padding(7, 3, 0, 3);
+ this.MenuStrip.Size = new System.Drawing.Size(1191, 30);
+ this.MenuStrip.TabIndex = 0;
+ this.MenuStrip.Text = "menuStrip1";
+ //
+ // СправочникиToolStripMenuItem
+ //
+ this.СправочникиToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.ИзделияToolStripMenuItem,
+ this.КомпонентыToolStripMenuItem});
+ this.СправочникиToolStripMenuItem.Name = "СправочникиToolStripMenuItem";
+ this.СправочникиToolStripMenuItem.Size = new System.Drawing.Size(117, 24);
+ this.СправочникиToolStripMenuItem.Text = "Cправочники";
+ //
+ // ИзделияToolStripMenuItem
+ //
+ this.ИзделияToolStripMenuItem.Name = "ИзделияToolStripMenuItem";
+ this.ИзделияToolStripMenuItem.Size = new System.Drawing.Size(182, 26);
+ this.ИзделияToolStripMenuItem.Text = "Изделия";
+ this.ИзделияToolStripMenuItem.Click += new System.EventHandler(this.ИзделияToolStripMenuItem_Click);
+ //
+ // КомпонентыToolStripMenuItem
+ //
+ this.КомпонентыToolStripMenuItem.Name = "КомпонентыToolStripMenuItem";
+ this.КомпонентыToolStripMenuItem.Size = new System.Drawing.Size(182, 26);
+ this.КомпонентыToolStripMenuItem.Text = "Компоненты";
+ this.КомпонентыToolStripMenuItem.Click += new System.EventHandler(this.КомпонентыToolStripMenuItem_Click);
+ //
+ // DataGridView
+ //
+ this.DataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ | System.Windows.Forms.AnchorStyles.Left)
+ | System.Windows.Forms.AnchorStyles.Right)));
+ this.DataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
+ this.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
+ this.DataGridView.GridColor = System.Drawing.SystemColors.Control;
+ this.DataGridView.Location = new System.Drawing.Point(0, 36);
+ this.DataGridView.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.DataGridView.Name = "DataGridView";
+ this.DataGridView.RowHeadersWidth = 51;
+ this.DataGridView.RowTemplate.Height = 25;
+ this.DataGridView.Size = new System.Drawing.Size(1007, 542);
+ this.DataGridView.TabIndex = 1;
+ //
+ // CreateOrderButton
+ //
+ this.CreateOrderButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+ this.CreateOrderButton.Location = new System.Drawing.Point(1034, 36);
+ this.CreateOrderButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.CreateOrderButton.Name = "CreateOrderButton";
+ this.CreateOrderButton.Size = new System.Drawing.Size(143, 44);
+ this.CreateOrderButton.TabIndex = 2;
+ this.CreateOrderButton.Text = "Создать заказ";
+ this.CreateOrderButton.UseVisualStyleBackColor = true;
+ this.CreateOrderButton.Click += new System.EventHandler(this.CreateOrderButton_Click);
+ //
+ // TakeOrderInWorkButton
+ //
+ this.TakeOrderInWorkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+ this.TakeOrderInWorkButton.Location = new System.Drawing.Point(1034, 88);
+ this.TakeOrderInWorkButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.TakeOrderInWorkButton.Name = "TakeOrderInWorkButton";
+ this.TakeOrderInWorkButton.Size = new System.Drawing.Size(143, 52);
+ this.TakeOrderInWorkButton.TabIndex = 3;
+ this.TakeOrderInWorkButton.Text = "Отдать на выполнение";
+ this.TakeOrderInWorkButton.UseVisualStyleBackColor = true;
+ this.TakeOrderInWorkButton.Click += new System.EventHandler(this.TakeOrderInWorkButton_Click);
+ //
+ // OrderReadyButton
+ //
+ this.OrderReadyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+ this.OrderReadyButton.Location = new System.Drawing.Point(1034, 148);
+ this.OrderReadyButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.OrderReadyButton.Name = "OrderReadyButton";
+ this.OrderReadyButton.Size = new System.Drawing.Size(143, 44);
+ this.OrderReadyButton.TabIndex = 4;
+ this.OrderReadyButton.Text = "Заказ готов";
+ this.OrderReadyButton.UseVisualStyleBackColor = true;
+ this.OrderReadyButton.Click += new System.EventHandler(this.OrderReadyButton_Click);
+ //
+ // IssuedOrderButton
+ //
+ this.IssuedOrderButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+ this.IssuedOrderButton.Location = new System.Drawing.Point(1034, 200);
+ this.IssuedOrderButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.IssuedOrderButton.Name = "IssuedOrderButton";
+ this.IssuedOrderButton.Size = new System.Drawing.Size(143, 44);
+ this.IssuedOrderButton.TabIndex = 5;
+ this.IssuedOrderButton.Text = "Заказ выдан";
+ this.IssuedOrderButton.UseVisualStyleBackColor = true;
+ this.IssuedOrderButton.Click += new System.EventHandler(this.IssuedOrderButton_Click);
+ //
+ // UpdateListButton
+ //
+ this.UpdateListButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+ this.UpdateListButton.Location = new System.Drawing.Point(1034, 252);
+ this.UpdateListButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.UpdateListButton.Name = "UpdateListButton";
+ this.UpdateListButton.Size = new System.Drawing.Size(143, 44);
+ this.UpdateListButton.TabIndex = 6;
+ this.UpdateListButton.Text = "Обновить список";
+ this.UpdateListButton.UseVisualStyleBackColor = true;
+ this.UpdateListButton.Click += new System.EventHandler(this.UpdateListButton_Click);
+ //
+ // FormMain
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(1191, 600);
+ this.Controls.Add(this.DataGridView);
+ this.Controls.Add(this.UpdateListButton);
+ this.Controls.Add(this.IssuedOrderButton);
+ this.Controls.Add(this.OrderReadyButton);
+ this.Controls.Add(this.TakeOrderInWorkButton);
+ this.Controls.Add(this.CreateOrderButton);
+ this.Controls.Add(this.MenuStrip);
+ this.MainMenuStrip = this.MenuStrip;
+ this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.Name = "FormMain";
+ this.Text = "Ремонтные работы ";
+ this.Load += new System.EventHandler(this.FormMain_Load);
+ this.MenuStrip.ResumeLayout(false);
+ this.MenuStrip.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit();
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private MenuStrip MenuStrip;
+ private ToolStripMenuItem СправочникиToolStripMenuItem;
+ private ToolStripMenuItem ИзделияToolStripMenuItem;
+ private ToolStripMenuItem КомпонентыToolStripMenuItem;
+ private DataGridView DataGridView;
+ private Button CreateOrderButton;
+ private Button TakeOrderInWorkButton;
+ private Button OrderReadyButton;
+ private Button IssuedOrderButton;
+ private Button UpdateListButton;
+ }
+}
\ No newline at end of file
diff --git a/RenovationWork/RenovationWorkView/FormMain.cs b/RenovationWork/RenovationWorkView/FormMain.cs
new file mode 100644
index 0000000..b7e419d
--- /dev/null
+++ b/RenovationWork/RenovationWorkView/FormMain.cs
@@ -0,0 +1,201 @@
+using Microsoft.Extensions.Logging;
+using RenovationWorkContracts.BindingModels;
+using RenovationWorkContracts.BusinessLogicsContracts;
+using RenovationWorkDataModels.Enums;
+using RenovationWorkView;
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace PrecastConcretePlantView
+{
+ public partial class FormMain : Form
+ {
+
+ private readonly ILogger _logger;
+ private readonly IOrderLogic _orderLogic;
+
+ public FormMain(ILogger logger, IOrderLogic orderLogic)
+ {
+ InitializeComponent();
+ _logger = logger;
+ _orderLogic = orderLogic;
+ }
+
+ private void FormMain_Load(object sender, EventArgs e)
+ {
+ LoadData();
+ }
+
+ private void LoadData()
+ {
+ _logger.LogInformation("Загрузка заказов");
+
+ try
+ {
+ var list = _orderLogic.ReadList(null);
+
+ if (list != null)
+ {
+ DataGridView.DataSource = list;
+ DataGridView.Columns["RepairId"].Visible = false;
+ }
+
+ _logger.LogInformation("Загрузка заказов");
+ }
+ catch (Exception ex)
+ {
+ _logger.LogError(ex, "Ошибка загрузки заказов");
+ MessageBox.Show(ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ }
+ }
+
+ private void КомпонентыToolStripMenuItem_Click(object sender, EventArgs e)
+ {
+ var service = Program.ServiceProvider?.GetService(typeof(FormComponents));
+
+ if (service is FormComponents form)
+ {
+ form.ShowDialog();
+ }
+ }
+
+ private void ИзделияToolStripMenuItem_Click(object sender, EventArgs e)
+ {
+ var service = Program.ServiceProvider?.GetService(typeof(FormRepairs));
+
+ if (service is FormRepairs form)
+ {
+ form.ShowDialog();
+ }
+ }
+
+ private void CreateOrderButton_Click(object sender, EventArgs e)
+ {
+ var service = Program.ServiceProvider?.GetService(typeof(FormCreateOrder));
+
+ if (service is FormCreateOrder form)
+ {
+ form.ShowDialog();
+ LoadData();
+ }
+ }
+
+ private void TakeOrderInWorkButton_Click(object sender, EventArgs e)
+ {
+ if (DataGridView.SelectedRows.Count == 1)
+ {
+ int id = Convert.ToInt32(DataGridView.SelectedRows[0].Cells["Id"].Value);
+ _logger.LogInformation("Заказ №{id}. Меняется статус на 'В работе'", id);
+
+ try
+ {
+ var operationResult = _orderLogic.TakeOrderInWork(new OrderBindingModel
+ {
+ Id = id,
+ RepairId = Convert.ToInt32(DataGridView.SelectedRows[0].Cells["RepairId"].Value),
+ RepairName = DataGridView.SelectedRows[0].Cells["RepairName"].Value.ToString(),
+ Status = Enum.Parse(DataGridView.SelectedRows[0].Cells["Status"].Value.ToString()),
+ Count = Convert.ToInt32(DataGridView.SelectedRows[0].Cells["Count"].Value),
+ Sum = double.Parse(DataGridView.SelectedRows[0].Cells["Sum"].Value.ToString()),
+ DateCreate = DateTime.Parse(DataGridView.SelectedRows[0].Cells["DateCreate"].Value.ToString()),
+ });
+
+ if (!operationResult)
+ {
+ throw new Exception("Ошибка при сохранении. Дополнительная информация в логах.");
+ }
+
+ LoadData();
+ }
+ catch (Exception ex)
+ {
+ _logger.LogError(ex, "Ошибка передачи заказа в работу");
+ MessageBox.Show(ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ }
+ }
+ }
+
+ private void IssuedOrderButton_Click(object sender, EventArgs e)
+ {
+ if (DataGridView.SelectedRows.Count == 1)
+ {
+ int id = Convert.ToInt32(DataGridView.SelectedRows[0].Cells["Id"].Value);
+ _logger.LogInformation("Заказ №{id}. Меняется статус на 'Готов'", id);
+
+ try
+ {
+ var operationResult = _orderLogic.FinishOrder(new OrderBindingModel
+ {
+ Id = id,
+ RepairId = Convert.ToInt32(DataGridView.SelectedRows[0].Cells["RepairId"].Value),
+ RepairName = DataGridView.SelectedRows[0].Cells["RepairName"].Value.ToString(),
+ Status = Enum.Parse(DataGridView.SelectedRows[0].Cells["Status"].Value.ToString()),
+ Count = Convert.ToInt32(DataGridView.SelectedRows[0].Cells["Count"].Value),
+ Sum = double.Parse(DataGridView.SelectedRows[0].Cells["Sum"].Value.ToString()),
+ DateCreate = DateTime.Parse(DataGridView.SelectedRows[0].Cells["DateCreate"].Value.ToString()),
+ });
+
+ if (!operationResult)
+ {
+ throw new Exception("Ошибка при сохранении. Дополнительная информация в логах.");
+ }
+
+ LoadData();
+ }
+ catch (Exception ex)
+ {
+ _logger.LogError(ex, "Ошибка отметки о готовности заказа");
+ MessageBox.Show(ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ }
+ }
+ }
+
+ private void OrderReadyButton_Click(object sender, EventArgs e)
+ {
+ if (DataGridView.SelectedRows.Count == 1)
+ {
+ int id = Convert.ToInt32(DataGridView.SelectedRows[0].Cells["Id"].Value);
+ _logger.LogInformation("Заказ №{id}. Меняется статус на 'Выдан'", id);
+
+ try
+ {
+ var operationResult = _orderLogic.DeliveryOrder(new OrderBindingModel
+ {
+ Id = id,
+ RepairId = Convert.ToInt32(DataGridView.SelectedRows[0].Cells["RepairId"].Value),
+ RepairName = DataGridView.SelectedRows[0].Cells["RepairName"].Value.ToString(),
+ Status = Enum.Parse(DataGridView.SelectedRows[0].Cells["Status"].Value.ToString()),
+ Count = Convert.ToInt32(DataGridView.SelectedRows[0].Cells["Count"].Value),
+ Sum = double.Parse(DataGridView.SelectedRows[0].Cells["Sum"].Value.ToString()),
+ DateCreate = DateTime.Parse(DataGridView.SelectedRows[0].Cells["DateCreate"].Value.ToString()),
+ });
+
+ if (!operationResult)
+ {
+ throw new Exception("Ошибка при сохранении. Дополнительная информация в логах.");
+ }
+
+ _logger.LogInformation("Заказ №{id} выдан", id);
+ LoadData();
+ }
+ catch (Exception ex)
+ {
+ _logger.LogError(ex, "Ошибка отметки о выдачи заказа");
+ MessageBox.Show(ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ }
+ }
+ }
+
+ private void UpdateListButton_Click(object sender, EventArgs e)
+ {
+ LoadData();
+ }
+ }
+}
diff --git a/RenovationWork/RenovationWorkView/FormMain.resx b/RenovationWork/RenovationWorkView/FormMain.resx
new file mode 100644
index 0000000..a694815
--- /dev/null
+++ b/RenovationWork/RenovationWorkView/FormMain.resx
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 17, 17
+
+
\ No newline at end of file
diff --git a/RenovationWork/RenovationWorkView/FormRepair.Designer.cs b/RenovationWork/RenovationWorkView/FormRepair.Designer.cs
new file mode 100644
index 0000000..193ea5d
--- /dev/null
+++ b/RenovationWork/RenovationWorkView/FormRepair.Designer.cs
@@ -0,0 +1,273 @@
+namespace PrecastConcretePlantView
+{
+ partial class FormRepair
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
+ this.RepairNameLabel = new System.Windows.Forms.Label();
+ this.PriceLabel = new System.Windows.Forms.Label();
+ this.RepairNameTextBox = new System.Windows.Forms.TextBox();
+ this.PriceTextBox = new System.Windows.Forms.TextBox();
+ this.ComponentsGroupBox = new System.Windows.Forms.GroupBox();
+ this.UpdateButton = new System.Windows.Forms.Button();
+ this.DeleteButton = new System.Windows.Forms.Button();
+ this.ChangeButton = new System.Windows.Forms.Button();
+ this.AddButton = new System.Windows.Forms.Button();
+ this.DataGridView = new System.Windows.Forms.DataGridView();
+ this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.ComponentNameField = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.CountField = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.ButtonCancel = new System.Windows.Forms.Button();
+ this.SaveButton = new System.Windows.Forms.Button();
+ this.ComponentsGroupBox.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).BeginInit();
+ this.SuspendLayout();
+ //
+ // RepairNameLabel
+ //
+ this.RepairNameLabel.AutoSize = true;
+ this.RepairNameLabel.Location = new System.Drawing.Point(14, 12);
+ this.RepairNameLabel.Name = "RepairNameLabel";
+ this.RepairNameLabel.Size = new System.Drawing.Size(84, 20);
+ this.RepairNameLabel.TabIndex = 0;
+ this.RepairNameLabel.Text = "Название: ";
+ //
+ // PriceLabel
+ //
+ this.PriceLabel.AutoSize = true;
+ this.PriceLabel.Location = new System.Drawing.Point(14, 57);
+ this.PriceLabel.Name = "PriceLabel";
+ this.PriceLabel.Size = new System.Drawing.Size(90, 20);
+ this.PriceLabel.TabIndex = 1;
+ this.PriceLabel.Text = "Стоимость: ";
+ //
+ // RepairNameTextBox
+ //
+ this.RepairNameTextBox.Location = new System.Drawing.Point(110, 9);
+ this.RepairNameTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.RepairNameTextBox.Name = "RepairNameTextBox";
+ this.RepairNameTextBox.Size = new System.Drawing.Size(323, 27);
+ this.RepairNameTextBox.TabIndex = 2;
+ //
+ // PriceTextBox
+ //
+ this.PriceTextBox.Enabled = false;
+ this.PriceTextBox.Location = new System.Drawing.Point(110, 54);
+ this.PriceTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.PriceTextBox.Name = "PriceTextBox";
+ this.PriceTextBox.Size = new System.Drawing.Size(323, 27);
+ this.PriceTextBox.TabIndex = 3;
+ //
+ // ComponentsGroupBox
+ //
+ this.ComponentsGroupBox.Controls.Add(this.UpdateButton);
+ this.ComponentsGroupBox.Controls.Add(this.DeleteButton);
+ this.ComponentsGroupBox.Controls.Add(this.ChangeButton);
+ this.ComponentsGroupBox.Controls.Add(this.AddButton);
+ this.ComponentsGroupBox.Controls.Add(this.DataGridView);
+ this.ComponentsGroupBox.Location = new System.Drawing.Point(14, 107);
+ this.ComponentsGroupBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.ComponentsGroupBox.Name = "ComponentsGroupBox";
+ this.ComponentsGroupBox.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.ComponentsGroupBox.Size = new System.Drawing.Size(825, 467);
+ this.ComponentsGroupBox.TabIndex = 5;
+ this.ComponentsGroupBox.TabStop = false;
+ this.ComponentsGroupBox.Text = "Компоненты";
+ //
+ // UpdateButton
+ //
+ this.UpdateButton.Location = new System.Drawing.Point(674, 271);
+ this.UpdateButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.UpdateButton.Name = "UpdateButton";
+ this.UpdateButton.Size = new System.Drawing.Size(126, 51);
+ this.UpdateButton.TabIndex = 4;
+ this.UpdateButton.Text = "Обновить";
+ this.UpdateButton.UseVisualStyleBackColor = true;
+ this.UpdateButton.Click += new System.EventHandler(this.UpdateButton_Click);
+ //
+ // DeleteButton
+ //
+ this.DeleteButton.Location = new System.Drawing.Point(674, 191);
+ this.DeleteButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.DeleteButton.Name = "DeleteButton";
+ this.DeleteButton.Size = new System.Drawing.Size(126, 51);
+ this.DeleteButton.TabIndex = 3;
+ this.DeleteButton.Text = "Удалить";
+ this.DeleteButton.UseVisualStyleBackColor = true;
+ this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click);
+ //
+ // ChangeButton
+ //
+ this.ChangeButton.Location = new System.Drawing.Point(674, 109);
+ this.ChangeButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.ChangeButton.Name = "ChangeButton";
+ this.ChangeButton.Size = new System.Drawing.Size(126, 51);
+ this.ChangeButton.TabIndex = 2;
+ this.ChangeButton.Text = "Изменить";
+ this.ChangeButton.UseVisualStyleBackColor = true;
+ this.ChangeButton.Click += new System.EventHandler(this.ChangeButton_Click);
+ //
+ // AddButton
+ //
+ this.AddButton.Location = new System.Drawing.Point(674, 29);
+ this.AddButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.AddButton.Name = "AddButton";
+ this.AddButton.Size = new System.Drawing.Size(126, 51);
+ this.AddButton.TabIndex = 1;
+ this.AddButton.Text = "Добавить";
+ this.AddButton.UseVisualStyleBackColor = true;
+ this.AddButton.Click += new System.EventHandler(this.AddButton_Click);
+ //
+ // DataGridView
+ //
+ dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
+ dataGridViewCellStyle1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
+ dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
+ dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
+ this.DataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
+ this.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
+ this.DataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
+ this.ID,
+ this.ComponentNameField,
+ this.CountField});
+ dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
+ dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.DataGridView.DefaultCellStyle = dataGridViewCellStyle2;
+ this.DataGridView.GridColor = System.Drawing.SystemColors.Control;
+ this.DataGridView.Location = new System.Drawing.Point(7, 29);
+ this.DataGridView.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.DataGridView.Name = "DataGridView";
+ dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
+ dataGridViewCellStyle3.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
+ dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
+ dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
+ this.DataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
+ this.DataGridView.RowHeadersWidth = 51;
+ this.DataGridView.RowTemplate.Height = 25;
+ this.DataGridView.Size = new System.Drawing.Size(641, 429);
+ this.DataGridView.TabIndex = 0;
+ //
+ // ID
+ //
+ this.ID.HeaderText = "ID";
+ this.ID.MinimumWidth = 6;
+ this.ID.Name = "ID";
+ this.ID.Visible = false;
+ this.ID.Width = 125;
+ //
+ // ComponentNameField
+ //
+ this.ComponentNameField.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
+ this.ComponentNameField.HeaderText = "Компонент";
+ this.ComponentNameField.MinimumWidth = 6;
+ this.ComponentNameField.Name = "ComponentNameField";
+ //
+ // CountField
+ //
+ this.CountField.HeaderText = "Количество";
+ this.CountField.MinimumWidth = 6;
+ this.CountField.Name = "CountField";
+ this.CountField.Width = 125;
+ //
+ // ButtonCancel
+ //
+ this.ButtonCancel.Location = new System.Drawing.Point(688, 595);
+ this.ButtonCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.ButtonCancel.Name = "ButtonCancel";
+ this.ButtonCancel.Size = new System.Drawing.Size(126, 45);
+ this.ButtonCancel.TabIndex = 7;
+ this.ButtonCancel.Text = "Отмена";
+ this.ButtonCancel.UseVisualStyleBackColor = true;
+ this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
+ //
+ // SaveButton
+ //
+ this.SaveButton.Location = new System.Drawing.Point(555, 595);
+ this.SaveButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.SaveButton.Name = "SaveButton";
+ this.SaveButton.Size = new System.Drawing.Size(126, 45);
+ this.SaveButton.TabIndex = 8;
+ this.SaveButton.Text = "Сохранить";
+ this.SaveButton.UseVisualStyleBackColor = true;
+ this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
+ //
+ // FormRepair
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(853, 664);
+ this.Controls.Add(this.SaveButton);
+ this.Controls.Add(this.ButtonCancel);
+ this.Controls.Add(this.ComponentsGroupBox);
+ this.Controls.Add(this.PriceTextBox);
+ this.Controls.Add(this.RepairNameTextBox);
+ this.Controls.Add(this.PriceLabel);
+ this.Controls.Add(this.RepairNameLabel);
+ this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.Name = "FormRepair";
+ this.Text = "Изделие";
+ this.Load += new System.EventHandler(this.FormRepair_Load);
+ this.ComponentsGroupBox.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit();
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private Label RepairNameLabel;
+ private Label PriceLabel;
+ private TextBox RepairNameTextBox;
+ private TextBox PriceTextBox;
+ private GroupBox ComponentsGroupBox;
+ private Button UpdateButton;
+ private Button DeleteButton;
+ private Button ChangeButton;
+ private Button AddButton;
+ private DataGridView DataGridView;
+ private DataGridViewTextBoxColumn ID;
+ private DataGridViewTextBoxColumn ComponentNameField;
+ private DataGridViewTextBoxColumn CountField;
+ private Button ButtonCancel;
+ private Button SaveButton;
+ }
+}
\ No newline at end of file
diff --git a/RenovationWork/RenovationWorkView/FormRepair.cs b/RenovationWork/RenovationWorkView/FormRepair.cs
new file mode 100644
index 0000000..7c9c87f
--- /dev/null
+++ b/RenovationWork/RenovationWorkView/FormRepair.cs
@@ -0,0 +1,238 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+using Microsoft.Extensions.Logging;
+using RenovationWorkContracts.BindingModels;
+using RenovationWorkContracts.BusinessLogicsContracts;
+using RenovationWorkContracts.SeatchModels;
+using RenovationWorkDataModels.Models;
+using RenovationWorkView;
+
+namespace PrecastConcretePlantView
+{
+ public partial class FormRepair : Form
+ {
+ private readonly ILogger _logger;
+
+ private readonly IRepairLogic _logic;
+
+ private int? _id;
+
+ private Dictionary _reinforcedComponents;
+
+ public int Id { set { _id = value; } }
+ public FormRepair(ILogger logger, IRepairLogic logic)
+ {
+ InitializeComponent();
+ _logger = logger;
+ _logic = logic;
+ _reinforcedComponents = new Dictionary();
+ }
+ private void FormRepair_Load(object sender, EventArgs e)
+ {
+ if (_id.HasValue)
+ {
+ _logger.LogInformation("Загрузка ремонта");
+
+ try
+ {
+ var view = _logic.ReadElement(new RepairSearchModel
+ {
+ Id = _id.Value
+ });
+
+ if (view != null)
+ {
+ RepairNameTextBox.Text = view.RepairName;
+ PriceTextBox.Text = view.Price.ToString();
+ _reinforcedComponents = view.RepairComponents ?? new Dictionary();
+ LoadData();
+ }
+ }
+ catch (Exception ex)
+ {
+ _logger.LogError(ex, "Ошибка загрузки ремонта");
+ MessageBox.Show(ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ }
+ }
+ }
+ private void LoadData()
+ {
+ _logger.LogInformation("Загрузка компонент ремонта");
+
+ try
+ {
+ if (_reinforcedComponents != null)
+ {
+ DataGridView.Rows.Clear();
+ foreach (var pc in _reinforcedComponents)
+ {
+ DataGridView.Rows.Add(new object[] { pc.Key, pc.Value.Item1.ComponentName, pc.Value.Item2 });
+ }
+ PriceTextBox.Text = CalcPrice().ToString();
+ }
+ }
+ catch (Exception ex)
+ {
+ _logger.LogError(ex, "Ошибка загрузки компонент ремонта");
+ MessageBox.Show(ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ }
+ }
+ private void AddButton_Click(object sender, EventArgs e)
+ {
+ var service = Program.ServiceProvider?.GetService(typeof(FormRepairComponent));
+
+ if (service is FormRepairComponent form)
+ {
+ if (form.ShowDialog() == DialogResult.OK)
+ {
+ if (form.ComponentModel == null)
+ {
+ return;
+ }
+
+ _logger.LogInformation("Добавление нового компонента: { ComponentName} - { Count}", form.ComponentModel.ComponentName, form.Count);
+
+ if (_reinforcedComponents.ContainsKey(form.Id))
+ {
+ _reinforcedComponents[form.Id] = (form.ComponentModel, form.Count);
+ }
+
+ else
+ {
+ _reinforcedComponents.Add(form.Id, (form.ComponentModel, form.Count));
+ }
+
+ LoadData();
+ }
+ }
+ }
+
+ private void ChangeButton_Click(object sender, EventArgs e)
+ {
+ if (DataGridView.SelectedRows.Count == 1)
+ {
+ var service = Program.ServiceProvider?.GetService(typeof(FormRepairComponent));
+
+ if (service is FormRepairComponent form)
+ {
+ int id = Convert.ToInt32(DataGridView.SelectedRows[0].Cells[0].Value);
+ form.Id = id;
+ form.Count = _reinforcedComponents[id].Item2;
+
+ if (form.ShowDialog() == DialogResult.OK)
+ {
+ if (form.ComponentModel == null)
+ {
+ return;
+ }
+
+ _logger.LogInformation("Изменение компонента: { ComponentName} - { Count}", form.ComponentModel.ComponentName, form.Count);
+ _reinforcedComponents[form.Id] = (form.ComponentModel, form.Count);
+ LoadData();
+ }
+ }
+ }
+ }
+
+ private void DeleteButton_Click(object sender, EventArgs e)
+ {
+ if (DataGridView.SelectedRows.Count == 1)
+ {
+ if (MessageBox.Show("Удалить запись?", "Вопрос", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes)
+ {
+ try
+ {
+ _logger.LogInformation("Удаление компонента: { ComponentName} - { Count}", DataGridView.SelectedRows[0].Cells[1].Value);
+ _reinforcedComponents?.Remove(Convert.ToInt32(DataGridView.SelectedRows[0].Cells[0].Value));
+ }
+ catch (Exception ex)
+ {
+ MessageBox.Show(ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ }
+
+ LoadData();
+ }
+ }
+ }
+
+ private void UpdateButton_Click(object sender, EventArgs e)
+ {
+ LoadData();
+ }
+
+ private void SaveButton_Click(object sender, EventArgs e)
+ {
+ if (string.IsNullOrEmpty(RepairNameTextBox.Text))
+ {
+ MessageBox.Show("Заполните название", "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ return;
+ }
+
+ if (string.IsNullOrEmpty(PriceTextBox.Text))
+ {
+ MessageBox.Show("Заполните цену", "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ return;
+ }
+
+ if (_reinforcedComponents == null || _reinforcedComponents.Count == 0)
+ {
+ MessageBox.Show("Заполните компоненты", "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ return;
+ }
+
+ _logger.LogInformation("Сохранение ремонта");
+
+ try
+ {
+ var model = new RepairBindingModel
+ {
+ Id = _id ?? 0,
+ RepairName = RepairNameTextBox.Text,
+ Price = Convert.ToDouble(PriceTextBox.Text),
+ RepairComponents = _reinforcedComponents
+ };
+
+ var operationResult = _id.HasValue ? _logic.Update(model) : _logic.Create(model);
+
+ if (!operationResult)
+ {
+ throw new Exception("Ошибка при сохранении. Дополнительная информация в логах.");
+ }
+
+ MessageBox.Show("Сохранение прошло успешно", "Сообщение", MessageBoxButtons.OK, MessageBoxIcon.Information);
+ DialogResult = DialogResult.OK;
+ Close();
+ }
+ catch (Exception ex)
+ {
+ _logger.LogError(ex, "Ошибка сохранения ремонта");
+ MessageBox.Show(ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ }
+ }
+
+ private void ButtonCancel_Click(object sender, EventArgs e)
+ {
+ DialogResult = DialogResult.Cancel;
+ Close();
+ }
+
+ private double CalcPrice()
+ {
+ double price = 0;
+
+ foreach (var elem in _reinforcedComponents)
+ {
+ price += ((elem.Value.Item1?.Cost ?? 0) * elem.Value.Item2);
+ }
+
+ return Math.Round(price * 1.1, 2);
+ }
+ }
+}
diff --git a/RenovationWork/RenovationWorkView/FormRepair.resx b/RenovationWork/RenovationWorkView/FormRepair.resx
new file mode 100644
index 0000000..cdfd0f5
--- /dev/null
+++ b/RenovationWork/RenovationWorkView/FormRepair.resx
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ True
+
+
\ No newline at end of file
diff --git a/RenovationWork/RenovationWorkView/FormRepairComponent.Designer.cs b/RenovationWork/RenovationWorkView/FormRepairComponent.Designer.cs
new file mode 100644
index 0000000..45f84fa
--- /dev/null
+++ b/RenovationWork/RenovationWorkView/FormRepairComponent.Designer.cs
@@ -0,0 +1,125 @@
+namespace PrecastConcretePlantView
+{
+ partial class FormRepairComponent
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ this.ComponentSelectLabel = new System.Windows.Forms.Label();
+ this.CountLabel = new System.Windows.Forms.Label();
+ this.ComponentComboBox = new System.Windows.Forms.ComboBox();
+ this.CountTextBox = new System.Windows.Forms.TextBox();
+ this.SaveButton = new System.Windows.Forms.Button();
+ this.ButtonCancel = new System.Windows.Forms.Button();
+ this.SuspendLayout();
+ //
+ // ComponentSelectLabel
+ //
+ this.ComponentSelectLabel.AutoSize = true;
+ this.ComponentSelectLabel.Location = new System.Drawing.Point(30, 27);
+ this.ComponentSelectLabel.Name = "ComponentSelectLabel";
+ this.ComponentSelectLabel.Size = new System.Drawing.Size(95, 20);
+ this.ComponentSelectLabel.TabIndex = 0;
+ this.ComponentSelectLabel.Text = "Компонент: ";
+ //
+ // CountLabel
+ //
+ this.CountLabel.AutoSize = true;
+ this.CountLabel.Location = new System.Drawing.Point(30, 75);
+ this.CountLabel.Name = "CountLabel";
+ this.CountLabel.Size = new System.Drawing.Size(97, 20);
+ this.CountLabel.TabIndex = 1;
+ this.CountLabel.Text = "Количество: ";
+ //
+ // ComponentComboBox
+ //
+ this.ComponentComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.ComponentComboBox.FormattingEnabled = true;
+ this.ComponentComboBox.Location = new System.Drawing.Point(122, 23);
+ this.ComponentComboBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.ComponentComboBox.Name = "ComponentComboBox";
+ this.ComponentComboBox.Size = new System.Drawing.Size(217, 28);
+ this.ComponentComboBox.TabIndex = 2;
+ //
+ // CountTextBox
+ //
+ this.CountTextBox.Location = new System.Drawing.Point(122, 71);
+ this.CountTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.CountTextBox.Name = "CountTextBox";
+ this.CountTextBox.Size = new System.Drawing.Size(217, 27);
+ this.CountTextBox.TabIndex = 3;
+ //
+ // SaveButton
+ //
+ this.SaveButton.Location = new System.Drawing.Point(161, 131);
+ this.SaveButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.SaveButton.Name = "SaveButton";
+ this.SaveButton.Size = new System.Drawing.Size(86, 31);
+ this.SaveButton.TabIndex = 4;
+ this.SaveButton.Text = "Сохранить";
+ this.SaveButton.UseVisualStyleBackColor = true;
+ this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
+ //
+ // ButtonCancel
+ //
+ this.ButtonCancel.Location = new System.Drawing.Point(254, 131);
+ this.ButtonCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.ButtonCancel.Name = "ButtonCancel";
+ this.ButtonCancel.Size = new System.Drawing.Size(86, 31);
+ this.ButtonCancel.TabIndex = 5;
+ this.ButtonCancel.Text = "Отмена";
+ this.ButtonCancel.UseVisualStyleBackColor = true;
+ this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
+ //
+ // FormRepairComponent
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(385, 188);
+ this.Controls.Add(this.ButtonCancel);
+ this.Controls.Add(this.SaveButton);
+ this.Controls.Add(this.CountTextBox);
+ this.Controls.Add(this.ComponentComboBox);
+ this.Controls.Add(this.CountLabel);
+ this.Controls.Add(this.ComponentSelectLabel);
+ this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.Name = "FormRepairComponent";
+ this.Text = "Компонент ремонта";
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private Label ComponentSelectLabel;
+ private Label CountLabel;
+ private ComboBox ComponentComboBox;
+ private TextBox CountTextBox;
+ private Button SaveButton;
+ private Button ButtonCancel;
+ }
+}
\ No newline at end of file
diff --git a/RenovationWork/RenovationWorkView/FormRepairComponent.cs b/RenovationWork/RenovationWorkView/FormRepairComponent.cs
new file mode 100644
index 0000000..ccd48cd
--- /dev/null
+++ b/RenovationWork/RenovationWorkView/FormRepairComponent.cs
@@ -0,0 +1,96 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+using RenovationWorkContracts.BusinessLogicsContracts;
+using RenovationWorkContracts.ViewModels;
+using RenovationWorkContracts.BusinessLogicsContracts;
+using RenovationWorkDataModels.Models;
+
+namespace PrecastConcretePlantView
+{
+ public partial class FormRepairComponent : Form
+ {
+ private readonly List? _list;
+
+ public int Id
+ {
+ get
+ {
+ return Convert.ToInt32(ComponentComboBox.SelectedValue);
+ }
+ set
+ {
+ ComponentComboBox.SelectedValue = value;
+ }
+ }
+
+ public IComponentModel? ComponentModel
+ {
+ get
+ {
+ if (_list == null)
+ {
+ return null;
+ }
+ foreach (var elem in _list)
+ {
+ if (elem.Id == Id)
+ {
+ return elem;
+ }
+ }
+ return null;
+ }
+ }
+
+ public int Count
+ {
+ get { return Convert.ToInt32(CountTextBox.Text); }
+ set { CountTextBox.Text = value.ToString(); }
+ }
+
+ public FormRepairComponent(IComponentLogic logic)
+ {
+ InitializeComponent();
+ _list = logic.ReadList(null);
+ if (_list != null)
+ {
+ ComponentComboBox.DisplayMember = "ComponentName";
+ ComponentComboBox.ValueMember = "Id";
+ ComponentComboBox.DataSource = _list;
+ ComponentComboBox.SelectedItem = null;
+ }
+ }
+
+
+ private void SaveButton_Click(object sender, EventArgs e)
+ {
+ if (string.IsNullOrEmpty(CountTextBox.Text))
+ {
+ MessageBox.Show("Заполните поле Количество", "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ return;
+ }
+
+ if (ComponentComboBox.SelectedValue == null)
+ {
+ MessageBox.Show("Выберите компонент", "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ return;
+ }
+
+ DialogResult = DialogResult.OK;
+ Close();
+ }
+
+ private void ButtonCancel_Click(object sender, EventArgs e)
+ {
+ DialogResult = DialogResult.Cancel;
+ Close();
+ }
+ }
+}
diff --git a/RenovationWork/RenovationWorkView/FormRepairComponent.resx b/RenovationWork/RenovationWorkView/FormRepairComponent.resx
new file mode 100644
index 0000000..f298a7b
--- /dev/null
+++ b/RenovationWork/RenovationWorkView/FormRepairComponent.resx
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
\ No newline at end of file
diff --git a/RenovationWork/RenovationWorkView/FormRepairs.Designer.cs b/RenovationWork/RenovationWorkView/FormRepairs.Designer.cs
new file mode 100644
index 0000000..c70a6cd
--- /dev/null
+++ b/RenovationWork/RenovationWorkView/FormRepairs.Designer.cs
@@ -0,0 +1,122 @@
+namespace PrecastConcretePlantView
+{
+ partial class FormRepairs
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ this.DataGridView = new System.Windows.Forms.DataGridView();
+ this.AddButton = new System.Windows.Forms.Button();
+ this.ChangeButton = new System.Windows.Forms.Button();
+ this.DeleteButton = new System.Windows.Forms.Button();
+ this.UpdateButton = new System.Windows.Forms.Button();
+ ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).BeginInit();
+ this.SuspendLayout();
+ //
+ // DataGridView
+ //
+ this.DataGridView.BackgroundColor = System.Drawing.SystemColors.Control;
+ this.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
+ this.DataGridView.Location = new System.Drawing.Point(1, 1);
+ this.DataGridView.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.DataGridView.Name = "DataGridView";
+ this.DataGridView.RowHeadersWidth = 51;
+ this.DataGridView.RowTemplate.Height = 25;
+ this.DataGridView.Size = new System.Drawing.Size(642, 660);
+ this.DataGridView.TabIndex = 0;
+ //
+ // AddButton
+ //
+ this.AddButton.Location = new System.Drawing.Point(669, 16);
+ this.AddButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.AddButton.Name = "AddButton";
+ this.AddButton.Size = new System.Drawing.Size(137, 55);
+ this.AddButton.TabIndex = 1;
+ this.AddButton.Text = "Добавить";
+ this.AddButton.UseVisualStyleBackColor = true;
+ this.AddButton.Click += new System.EventHandler(this.AddButton_Click);
+ //
+ // ChangeButton
+ //
+ this.ChangeButton.Location = new System.Drawing.Point(669, 95);
+ this.ChangeButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.ChangeButton.Name = "ChangeButton";
+ this.ChangeButton.Size = new System.Drawing.Size(137, 55);
+ this.ChangeButton.TabIndex = 2;
+ this.ChangeButton.Text = "Изменить";
+ this.ChangeButton.UseVisualStyleBackColor = true;
+ this.ChangeButton.Click += new System.EventHandler(this.ChangeButton_Click);
+ //
+ // DeleteButton
+ //
+ this.DeleteButton.Location = new System.Drawing.Point(669, 173);
+ this.DeleteButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.DeleteButton.Name = "DeleteButton";
+ this.DeleteButton.Size = new System.Drawing.Size(137, 55);
+ this.DeleteButton.TabIndex = 3;
+ this.DeleteButton.Text = "Удалить";
+ this.DeleteButton.UseVisualStyleBackColor = true;
+ this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click);
+ //
+ // UpdateButton
+ //
+ this.UpdateButton.Location = new System.Drawing.Point(669, 255);
+ this.UpdateButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.UpdateButton.Name = "UpdateButton";
+ this.UpdateButton.Size = new System.Drawing.Size(137, 55);
+ this.UpdateButton.TabIndex = 4;
+ this.UpdateButton.Text = "Обновить";
+ this.UpdateButton.UseVisualStyleBackColor = true;
+ this.UpdateButton.Click += new System.EventHandler(this.UpdateButton_Click);
+ //
+ // FormRepairs
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(819, 669);
+ this.Controls.Add(this.UpdateButton);
+ this.Controls.Add(this.DeleteButton);
+ this.Controls.Add(this.ChangeButton);
+ this.Controls.Add(this.AddButton);
+ this.Controls.Add(this.DataGridView);
+ this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.Name = "FormRepairs";
+ this.Text = "Ремонт";
+ this.Load += new System.EventHandler(this.FormComponents_Load);
+ ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit();
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private DataGridView DataGridView;
+ private Button AddButton;
+ private Button ChangeButton;
+ private Button DeleteButton;
+ private Button UpdateButton;
+ }
+}
\ No newline at end of file
diff --git a/RenovationWork/RenovationWorkView/FormRepairs.cs b/RenovationWork/RenovationWorkView/FormRepairs.cs
new file mode 100644
index 0000000..6f01c74
--- /dev/null
+++ b/RenovationWork/RenovationWorkView/FormRepairs.cs
@@ -0,0 +1,121 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+using Microsoft.Extensions.Logging;
+using RenovationWorkContracts.BindingModels;
+using RenovationWorkContracts.BusinessLogicsContracts;
+using RenovationWorkView;
+
+namespace PrecastConcretePlantView
+{
+ public partial class FormRepairs : Form
+ {
+ private readonly ILogger _logger;
+ private readonly IRepairLogic _logic;
+
+ public FormRepairs(ILogger logger, IRepairLogic logic)
+ {
+ InitializeComponent();
+ _logger = logger;
+ _logic = logic;
+ }
+
+ private void FormComponents_Load(object sender, EventArgs e)
+ {
+ LoadData();
+ }
+
+ private void LoadData()
+ {
+ try
+ {
+ var list = _logic.ReadList(null);
+
+ if (list != null)
+ {
+ DataGridView.DataSource = list;
+ DataGridView.Columns["Id"].Visible = false;
+ DataGridView.Columns["RepairName"].AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill;
+ DataGridView.Columns["RepairComponents"].Visible = false;
+ }
+
+ _logger.LogInformation("Загрузка изделий");
+
+ }
+ catch (Exception ex)
+ {
+ _logger.LogError(ex, "Ошибка загрузки изделий");
+ MessageBox.Show(ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ }
+ }
+
+ private void AddButton_Click(object sender, EventArgs e)
+ {
+ var service = Program.ServiceProvider?.GetService(typeof(FormRepair));
+
+ if (service is FormRepair form)
+ {
+ if (form.ShowDialog() == DialogResult.OK)
+ {
+ LoadData();
+ }
+ }
+ }
+ private void ChangeButton_Click(object sender, EventArgs e)
+ {
+ if (DataGridView.SelectedRows.Count == 1)
+ {
+ var service = Program.ServiceProvider?.GetService(typeof(FormRepair));
+
+ if (service is FormRepair form)
+ {
+ form.Id = Convert.ToInt32(DataGridView.SelectedRows[0].Cells["Id"].Value);
+
+ if (form.ShowDialog() == DialogResult.OK)
+ {
+ LoadData();
+ }
+ }
+ }
+ }
+ private void DeleteButton_Click(object sender, EventArgs e)
+ {
+ if (DataGridView.SelectedRows.Count == 1)
+ {
+ if (MessageBox.Show("Удалить запись?", "Вопрос", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes)
+ {
+ int id = Convert.ToInt32(DataGridView.SelectedRows[0].Cells["Id"].Value);
+ _logger.LogInformation("Удаление изделия");
+
+ try
+ {
+ if (!_logic.Delete(new RepairBindingModel
+ {
+ Id = id
+ }))
+ {
+ throw new Exception("Ошибка при удалении. Дополнительная информация в логах.");
+ }
+
+ LoadData();
+ }
+ catch (Exception ex)
+ {
+ _logger.LogError(ex, "Ошибка удаления изделия");
+ MessageBox.Show(ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ }
+ }
+ }
+ }
+ private void UpdateButton_Click(object sender, EventArgs e)
+ {
+ LoadData();
+ }
+ }
+}
diff --git a/RenovationWork/RenovationWorkView/FormRepairs.resx b/RenovationWork/RenovationWorkView/FormRepairs.resx
new file mode 100644
index 0000000..f298a7b
--- /dev/null
+++ b/RenovationWork/RenovationWorkView/FormRepairs.resx
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
\ No newline at end of file
diff --git a/RenovationWork/RenovationWorkView/Program.cs b/RenovationWork/RenovationWorkView/Program.cs
new file mode 100644
index 0000000..6b21d41
--- /dev/null
+++ b/RenovationWork/RenovationWorkView/Program.cs
@@ -0,0 +1,51 @@
+using Microsoft.Extensions.DependencyInjection;
+using PrecastConcretePlantView;
+using RenovationWorkBusinessLogic.BusinessLogic;
+using RenovationWorkContracts.BusinessLogicsContracts;
+using RenovationWorkContracts.StorageContracts;
+using RenovationWorkListImplement.Implements;
+using System;
+using Microsoft.Extensions.Logging;
+using NLog.Extensions.Logging;
+
+namespace RenovationWorkView
+{
+ internal static class Program
+ {
+ private static ServiceProvider? _serviceProvider;
+ public static ServiceProvider? ServiceProvider => _serviceProvider;
+
+ [STAThread]
+ static void Main()
+ {
+ ApplicationConfiguration.Initialize();
+ var services = new ServiceCollection();
+ ConfigureServices(services);
+ _serviceProvider = services.BuildServiceProvider();
+ Application.Run(_serviceProvider.GetRequiredService());
+ }
+ private static void ConfigureServices(ServiceCollection services)
+ {
+ services.AddLogging(option =>
+ {
+ option.SetMinimumLevel(LogLevel.Information);
+ option.AddNLog("nlog.config");
+ });
+ services.AddTransient();
+ services.AddTransient();
+ services.AddTransient();
+
+ services.AddTransient();
+ services.AddTransient();
+ services.AddTransient(); //
+
+ services.AddTransient();
+ services.AddTransient();
+ services.AddTransient();
+ services.AddTransient();
+ services.AddTransient();
+ services.AddTransient();
+ services.AddTransient(); //
+ }
+ }
+}
\ No newline at end of file
diff --git a/RenovationWork/RenovationWorkView/RenovationWorkView.csproj b/RenovationWork/RenovationWorkView/RenovationWorkView.csproj
new file mode 100644
index 0000000..4bb955d
--- /dev/null
+++ b/RenovationWork/RenovationWorkView/RenovationWorkView.csproj
@@ -0,0 +1,34 @@
+
+
+
+ WinExe
+ net6.0-windows
+ enable
+ true
+ enable
+
+
+
+
+
+
+
+
+ Always
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/RenovationWork/RenovationWorkView/nlog.config b/RenovationWork/RenovationWorkView/nlog.config
new file mode 100644
index 0000000..85797a7
--- /dev/null
+++ b/RenovationWork/RenovationWorkView/nlog.config
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file