- Fix creazione istanze kit con codici PODL parent/child
This commit is contained in:
Samuele Locatelli
2025-04-12 07:24:49 +02:00
parent 5e76d56abe
commit f6864e7c2e
6 changed files with 12 additions and 5 deletions
+7 -1
View File
@@ -31,6 +31,11 @@ namespace MP.Data.DbModels
[MaxLength(50)]
public string CodOrd { get; set; } = "";
/// <summary>
/// IdxPODL di origine
/// </summary>
public int IdxPODL { get; set; } = 0;
/// <summary>
/// Codice Articolo
/// </summary>
@@ -45,13 +50,14 @@ namespace MP.Data.DbModels
/// <summary>
/// Quantità articoli dell'ordine
/// </summary>
public int Qta { get; set; }
public int Qta { get; set; } = 0;
/// <summary>
/// DataOra inserimento record
/// </summary>
public DateTime DataIns { get; set; } = DateTime.Now;
#endregion Public Properties
}
}
@@ -58,6 +58,7 @@ namespace MP.SPEC.Components.ProdKit
KeyFilt = keyFilt,
CodArt = selRec.CodArticolo,
CodOrd = selRec.KeyRichiesta,
IdxPODL = selRec.IdxPromessa,
DescArt = selRec.DescArticolo,
Qta = selRec.NumPezzi,
DataIns = DateTime.Now
+1 -1
View File
@@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MP.SPEC</RootNamespace>
<Version>6.16.2504.1119</Version>
<Version>6.16.2504.1207</Version>
<UserSecretsId>1800a78a-6ff1-40f9-b490-87fb8bfc1394</UserSecretsId>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
</PropertyGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo MAPOSPEC </i>
<h4>Versione: 6.16.2504.1119</h4>
<h4>Versione: 6.16.2504.1207</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
6.16.2504.1119
6.16.2504.1207
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2504.1119</version>
<version>6.16.2504.1207</version>
<url>https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/MP.SPEC.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>