Inizio ulteriore modifica mod dati offerta/ordine x costing lavorazioni
This commit is contained in:
@@ -166,7 +166,12 @@ namespace EgwCoreLib.Lux.Data.DbModel.Sales
|
||||
public string ItemJCD { get; set; } = "";
|
||||
|
||||
/// <summary>
|
||||
/// Elenco StepDTO (Fasi Costificate, sommabili) per la stima tempi / costi
|
||||
/// Riferimento JobID x scegliere elenco fasi (tra quelli ammissibili dato ItemJTD)
|
||||
/// </summary>
|
||||
public int JobID { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Elenco StepDTO del JobTask, valorizzati (Fasi Costificate, sommabili) per la stima tempi / costi
|
||||
/// </summary>
|
||||
public string ItemSteps { get; set; } = "";
|
||||
|
||||
|
||||
@@ -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" }
|
||||
);
|
||||
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Version>0.9.2511.0718</Version>
|
||||
<Version>0.9.2511.1115</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>LUX - Web Windows MES</i>
|
||||
<h4>Versione: 0.9.2511.0718</h4>
|
||||
<h4>Versione: 0.9.2511.1115</h4>
|
||||
<br /> Note di rilascio:
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -1 +1 @@
|
||||
0.9.2511.0718
|
||||
0.9.2511.1115
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>0.9.2511.0718</version>
|
||||
<version>0.9.2511.1115</version>
|
||||
<url>http://nexus.steamware.net/repository/SWS/GPW/stable/GPW.UI.zip</url>
|
||||
<changelog>http://nexus.steamware.net/repository/SWS/GPW/stable/ChangeLog.html</changelog>
|
||||
<mandatory>false</mandatory>
|
||||
|
||||
Reference in New Issue
Block a user