From b77fbb01ed5b63b65f6e755fef9ca49c3e58ea50 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Thu, 5 Dec 2024 02:38:10 +0200 Subject: Last say on extra inks branch --- .../Visual_Studio/Tango.DAL.Remote/DB/JOB_RUNS.cs | 8 + .../Tango.DAL.Remote/DB/LIQUID_TYPES.cs | 2 + .../Tango.DAL.Remote/DB/RemoteADO.edmx | 30 ++++ .../Tango.DAL.Remote/DB/RemoteADO.edmx.diagram | 194 ++++++++++----------- 4 files changed, 137 insertions(+), 97 deletions(-) (limited to 'Software/Visual_Studio/Tango.DAL.Remote') diff --git a/Software/Visual_Studio/Tango.DAL.Remote/DB/JOB_RUNS.cs b/Software/Visual_Studio/Tango.DAL.Remote/DB/JOB_RUNS.cs index 82150c63c..c04183622 100644 --- a/Software/Visual_Studio/Tango.DAL.Remote/DB/JOB_RUNS.cs +++ b/Software/Visual_Studio/Tango.DAL.Remote/DB/JOB_RUNS.cs @@ -59,5 +59,13 @@ namespace Tango.DAL.Remote.DB public int MACHINE_TYPE { get; set; } public double ACTUAL_START_POSITION { get; set; } public double ACTUAL_END_POSITION { get; set; } + public long BLUE_QUANTITY { get; set; } + public long LIGHT_BLUE_QUANTITY { get; set; } + public long ORANGE_QUANTITY { get; set; } + public long LIGHT_ORANGE_QUANTITY { get; set; } + public long RUBINE_QUANTITY { get; set; } + public long LIGHT_RUBINE_QUANTITY { get; set; } + public long NAVY_QUANTITY { get; set; } + public long VIOLET_QUANTITY { get; set; } } } diff --git a/Software/Visual_Studio/Tango.DAL.Remote/DB/LIQUID_TYPES.cs b/Software/Visual_Studio/Tango.DAL.Remote/DB/LIQUID_TYPES.cs index cf6a05620..382efa9e9 100644 --- a/Software/Visual_Studio/Tango.DAL.Remote/DB/LIQUID_TYPES.cs +++ b/Software/Visual_Studio/Tango.DAL.Remote/DB/LIQUID_TYPES.cs @@ -35,6 +35,8 @@ namespace Tango.DAL.Remote.DB public string SHORT_NAME { get; set; } public bool AVAILABLE_FOR_STANDARD_USER { get; set; } public bool IS_EXTRA_INK { get; set; } + public bool IS_LIGHT_INK { get; set; } + public int DARK_INK_CODE { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection CATS { get; set; } diff --git a/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx b/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx index 4484f520b..be35aea37 100644 --- a/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx +++ b/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx @@ -824,6 +824,14 @@ + + + + + + + + @@ -896,6 +904,8 @@ + + @@ -6510,6 +6520,14 @@ + + + + + + + + @@ -6593,6 +6611,8 @@ + + @@ -9987,6 +10007,14 @@ + + + + + + + + @@ -10095,6 +10123,8 @@ + + diff --git a/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx.diagram b/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx.diagram index 15865425b..0a10d54d9 100644 --- a/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx.diagram +++ b/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx.diagram @@ -5,103 +5,103 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.3.1