From a2fc839fd0715353fb532a0a67882bc26b6744c8 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 24 Jul 2018 17:55:26 +0300 Subject: Implemented job length factor ! --- .../Tango.PPC.Jobs/Controls/JobSummeryViewer.xaml | 6 +- .../Tango.PPC.Jobs/Controls/RunningJobViewer.xaml | 6 +- .../PPC/Modules/Tango.PPC.Jobs/Views/JobView.xaml | 42 +++++- .../PPC/Tango.PPC.Common/Resources/Merged.xaml | 1 + Software/Visual_Studio/Tango.BL/Entities/Job.cs | 22 ++++ .../Tango.BL/EntitiesExtensions/Job.cs | 8 +- .../Tango.BL/EntitiesExtensions/Segment.cs | 14 +- Software/Visual_Studio/Tango.DAL.Remote/DB/JOB.cs | 1 + .../Tango.DAL.Remote/DB/RemoteADO.edmx | 3 + .../Tango.DAL.Remote/DB/RemoteADO.edmx.diagram | 142 ++++++++++----------- .../Tango.Integration/Operation/JobHandler.cs | 2 +- .../Tango.Integration/Operation/MachineOperator.cs | 2 +- 12 files changed, 161 insertions(+), 88 deletions(-) (limited to 'Software/Visual_Studio') diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Controls/JobSummeryViewer.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Controls/JobSummeryViewer.xaml index d49e37d9d..e7a416623 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Controls/JobSummeryViewer.xaml +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Controls/JobSummeryViewer.xaml @@ -33,7 +33,7 @@ - + @@ -48,7 +48,7 @@ - + @@ -80,7 +80,7 @@ - + diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Controls/RunningJobViewer.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Controls/RunningJobViewer.xaml index 09f0d6d3f..a0bc6c1d9 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Controls/RunningJobViewer.xaml +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Controls/RunningJobViewer.xaml @@ -34,7 +34,7 @@ - + @@ -49,7 +49,7 @@ - + @@ -81,7 +81,7 @@ - + diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Views/JobView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Views/JobView.xaml index 8933940b2..834143bea 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Views/JobView.xaml +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Views/JobView.xaml @@ -489,7 +489,7 @@ - + @@ -528,12 +528,40 @@ - - - - - - + + + + + + + + + + + + (+%) + + + + + + + + + + + % + + + + diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Resources/Merged.xaml b/Software/Visual_Studio/PPC/Tango.PPC.Common/Resources/Merged.xaml index 1a8bfa15d..1d94b5c67 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Resources/Merged.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Resources/Merged.xaml @@ -40,6 +40,7 @@ +