Parcourir la source

Rolled InABox.Reports.Common into InABox.Core

Frank van den Bos il y a 2 ans
Parent
commit
4e030023d9

+ 1 - 1
prs.desktop/Dashboards/Common/DigitalFormsDashboard.xaml.cs

@@ -4,7 +4,7 @@ using InABox.Clients;
 using InABox.Core;
 using InABox.DynamicGrid;
 using InABox.Reports;
-using InABox.Reports.Common;
+using InABox.Core.Reports;
 using InABox.Scripting;
 using InABox.WPF;
 using PRSDesktop.Configuration;

+ 1 - 1
prs.desktop/Dashboards/Common/QADashboard.xaml.cs

@@ -18,7 +18,7 @@ using InABox.Clients;
 using InABox.Core;
 using InABox.DynamicGrid;
 using InABox.Reports;
-using InABox.Reports.Common;
+using InABox.Core.Reports;
 using InABox.WPF;
 using PRSDesktop.Forms;
 using PRSDesktop.WidgetGroups;

+ 1 - 1
prs.desktop/DockPanels/DigitalFormsDock.xaml.cs

@@ -11,7 +11,7 @@ using InABox.Clients;
 using InABox.Core;
 using InABox.DynamicGrid;
 using InABox.Reports;
-using InABox.Reports.Common;
+using InABox.Core.Reports;
 using InABox.Scripting;
 using InABox.Wpf.Reports;
 using InABox.WPF;

+ 1 - 1
prs.desktop/Forms/DeliveryBuilder.xaml.cs

@@ -8,7 +8,7 @@ using InABox.Clients;
 using InABox.Core;
 using InABox.DynamicGrid;
 using InABox.Reports;
-using InABox.Reports.Common;
+using InABox.Core.Reports;
 using InABox.Wpf;
 using InABox.Wpf.Reports;
 using InABox.WPF;

+ 1 - 1
prs.desktop/MainWindow.xaml.cs

@@ -36,7 +36,7 @@ using InABox.DeviceIdentifier;
 using InABox.DynamicGrid;
 using InABox.Mail;
 using InABox.Reports;
-using InABox.Reports.Common;
+using InABox.Core.Reports;
 using InABox.Scripting;
 using InABox.WPF;
 using NAudio.Wave;

+ 1 - 1
prs.desktop/Panels/Customers/CustomerInvoices.cs

@@ -9,7 +9,7 @@ using InABox.Clients;
 using InABox.Core;
 using InABox.DynamicGrid;
 using InABox.Reports;
-using InABox.Reports.Common;
+using InABox.Core.Reports;
 using InABox.Wpf.Reports;
 using InABox.WPF;
 

+ 1 - 1
prs.desktop/Panels/DeliveryItems/ReadyToGoGrid.cs

@@ -9,7 +9,7 @@ using InABox.Clients;
 using InABox.Core;
 using InABox.DynamicGrid;
 using InABox.Reports;
-using InABox.Reports.Common;
+using InABox.Core.Reports;
 using InABox.Wpf.Reports;
 using InABox.WPF;
 

+ 1 - 1
prs.desktop/Panels/Factory/FactoryPanel.xaml.cs

@@ -17,7 +17,7 @@ using InABox.Configuration;
 using InABox.Core;
 using InABox.DynamicGrid;
 using InABox.Reports;
-using InABox.Reports.Common;
+using InABox.Core.Reports;
 using InABox.Wpf.Reports;
 using InABox.WPF;
 using Motorola.Snapi;

+ 1 - 1
prs.desktop/Panels/Jobs/InvoiceListGrid.cs

@@ -7,7 +7,7 @@ using InABox.Clients;
 using InABox.Core;
 using InABox.DynamicGrid;
 using InABox.Reports;
-using InABox.Reports.Common;
+using InABox.Core.Reports;
 using InABox.Wpf.Reports;
 using InABox.WPF;
 

+ 1 - 1
prs.desktop/Panels/Manufacturing/ManufacturingPanelColumn.xaml.cs

@@ -13,7 +13,7 @@ using InABox.Clients;
 using InABox.Core;
 using InABox.DynamicGrid;
 using InABox.Reports;
-using InABox.Reports.Common;
+using InABox.Core.Reports;
 using InABox.Wpf.Reports;
 using InABox.WPF;
 

+ 1 - 1
prs.desktop/Panels/Shipments/ShipmentGrid.cs

@@ -7,7 +7,7 @@ using InABox.Clients;
 using InABox.Core;
 using InABox.DynamicGrid;
 using InABox.Reports;
-using InABox.Reports.Common;
+using InABox.Core.Reports;
 using InABox.Wpf.Reports;
 using InABox.WPF;
 

+ 1 - 1
prs.desktop/SecondaryWindow.xaml.cs

@@ -12,7 +12,7 @@ using InABox.Configuration;
 using InABox.Core;
 using InABox.DynamicGrid;
 using InABox.Reports;
-using InABox.Reports.Common;
+using InABox.Core.Reports;
 using InABox.Scripting;
 using InABox.Wpf.Reports;
 using InABox.WPF;

+ 0 - 6
prs.server/Engines/Database/DatabaseEngine.cs

@@ -1,23 +1,17 @@
 using System;
-using System.Collections;
 using System.Collections.Generic;
 using System.IO;
 using System.Linq;
 using System.Security.Cryptography.X509Certificates;
-using System.Threading;
 using System.Timers;
 using Comal.Classes;
 using Comal.Stores;
-using FastReport.DevComponents.DotNetBar.Controls;
-using GenHTTP.Engine;
 using InABox.API;
-using InABox.Clients;
 using InABox.Configuration;
 using InABox.Core;
 using InABox.Database;
 using InABox.Database.SQLite;
 using InABox.DeviceIdentifier;
-using InABox.Reports;
 using InABox.Server;
 using InABox.Wpf.Reports;
 using Piping;

+ 0 - 2
prs.server/Engines/WebEngine/WebEngine.cs

@@ -1,5 +1,4 @@
 using System;
-using System.IO;
 using System.Threading.Tasks;
 using Comal.Classes;
 using Comal.Stores;
@@ -7,7 +6,6 @@ using InABox.Client.IPC;
 using InABox.Clients;
 using InABox.Configuration;
 using InABox.Core;
-using InABox.Reports;
 using InABox.Wpf.Reports;
 
 namespace PRSServer

+ 0 - 9
prs.server/Forms/Configuration.xaml.cs

@@ -1,21 +1,12 @@
-using System;
-using System.Collections.Generic;
 using System.ComponentModel;
-using System.Diagnostics;
-using System.Drawing;
-using System.IO;
 using System.Linq;
 using System.Reflection;
-using System.Windows;
 using System.Windows.Media;
 using Comal.Classes;
 using Comal.Stores;
-using InABox.Clients;
 using InABox.Configuration;
 using InABox.Core;
-using InABox.DynamicGrid;
 using InABox.Logging;
-using InABox.Reports;
 using InABox.Scripting;
 using InABox.Wpf;
 using InABox.Wpf.Reports;

+ 0 - 1
prs.server/PRSServer.csproj

@@ -96,7 +96,6 @@
         </ProjectReference>
         <ProjectReference Include="..\..\InABox\InABox.Logging\InABox.Logging.csproj" />
         <ProjectReference Include="..\..\InABox\InABox.Mailer.Exchange\InABox.Mailer.Exchange.csproj" />
-        <ProjectReference Include="..\..\InABox\InABox.Reports.Common\InABox.Reports.Common.csproj" />
         <ProjectReference Include="..\..\InABox\InABox.Scripting\InABox.Scripting.csproj" />
         <ProjectReference Include="..\..\InABox\InABox.Server\InABox.Server.csproj" />
         <ProjectReference Include="..\..\InABox\InABox.WPF\InABox.Wpf.csproj" />