diff --git a/EgwCoreLib.Lux.Data/DbModel/Sales/OfferRowModel.cs b/EgwCoreLib.Lux.Data/DbModel/Sales/OfferRowModel.cs
index 2317bd43..2f3903e0 100644
--- a/EgwCoreLib.Lux.Data/DbModel/Sales/OfferRowModel.cs
+++ b/EgwCoreLib.Lux.Data/DbModel/Sales/OfferRowModel.cs
@@ -166,7 +166,12 @@ namespace EgwCoreLib.Lux.Data.DbModel.Sales
public string ItemJCD { get; set; } = "";
///
- /// Elenco StepDTO (Fasi Costificate, sommabili) per la stima tempi / costi
+ /// Riferimento JobID x scegliere elenco fasi (tra quelli ammissibili dato ItemJTD)
+ ///
+ public int JobID { get; set; }
+
+ ///
+ /// Elenco StepDTO del JobTask, valorizzati (Fasi Costificate, sommabili) per la stima tempi / costi
///
public string ItemSteps { get; set; } = "";
diff --git a/EgwCoreLib.Lux.Data/ModelBuilderExtensions.cs b/EgwCoreLib.Lux.Data/ModelBuilderExtensions.cs
index fbf192c4..22d2db7f 100644
--- a/EgwCoreLib.Lux.Data/ModelBuilderExtensions.cs
+++ b/EgwCoreLib.Lux.Data/ModelBuilderExtensions.cs
@@ -212,7 +212,9 @@ namespace EgwCoreLib.Lux.Data
// Risorsa principale di calcolo produttività/costi
new CostDriverModel() { CostDriverID = 1, Name = "WorkHour", Unit = "h", Descript = "Ore lavorate per step/fase" },
new CostDriverModel() { CostDriverID = 2, Name = "Meter", Unit = "m", Descript = "Metri prodotti per step/fase" },
- new CostDriverModel() { CostDriverID = 3, Name = "Unit", Unit = "#", Descript = "Numero unità prodotte (lavorate) per step/fase" }
+ new CostDriverModel() { CostDriverID = 3, Name = "Unit", Unit = "#", Descript = "Numero unità prodotte (lavorate) per step/fase" },
+ new CostDriverModel() { CostDriverID = 4, Name = "SumLenght", Unit = "m", Descript = "Lunghezza Totale per step/fase" },
+ new CostDriverModel() { CostDriverID = 5, Name = "SumVol", Unit = "m3", Descript = "Volume Totale per step/fase" }
);
diff --git a/Lux.API/Lux.API.csproj b/Lux.API/Lux.API.csproj
index 0c05051d..057e1819 100644
--- a/Lux.API/Lux.API.csproj
+++ b/Lux.API/Lux.API.csproj
@@ -4,7 +4,7 @@
net8.0
enable
enable
- 0.9.2511.0718
+ 0.9.2511.1115
diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html
index 757e57fb..8ed75dba 100644
--- a/Resources/ChangeLog.html
+++ b/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
LUX - Web Windows MES
- Versione: 0.9.2511.0718
+ Versione: 0.9.2511.1115
Note di rilascio:
-
diff --git a/Resources/VersNum.txt b/Resources/VersNum.txt
index b08c6ed2..5b65eb5f 100644
--- a/Resources/VersNum.txt
+++ b/Resources/VersNum.txt
@@ -1 +1 @@
-0.9.2511.0718
+0.9.2511.1115
diff --git a/Resources/manifest.xml b/Resources/manifest.xml
index 806dff41..3660aa2d 100644
--- a/Resources/manifest.xml
+++ b/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 0.9.2511.0718
+ 0.9.2511.1115
http://nexus.steamware.net/repository/SWS/GPW/stable/GPW.UI.zip
http://nexus.steamware.net/repository/SWS/GPW/stable/ChangeLog.html
false