Update gestione batch-ODL (primo test)

This commit is contained in:
Samuele Locatelli
2026-01-21 16:44:44 +01:00
parent e7c178bf0b
commit 35f45bbbdf
9 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>0.9.2601.2110</Version>
<Version>0.9.2601.2116</Version>
</PropertyGroup>
<ItemGroup>
@@ -198,7 +198,7 @@ namespace Lux.UI.Components.Compo.Config
{
Dictionary<string, string> DictExec = new Dictionary<string, string>();
var cMode = Egw.Window.Data.Enums.QuestionModes.CONFIG;
var cSubMode = Egw.Window.Data.Enums.QuestionConfSubModes.THRESHOLDLIST;
var cSubMode = Egw.Window.Data.Enums.QuestionConfSubModes.PROFILEDATA;
DictExec.Add("UID", "");
DictExec.Add("RUID", "");
DictExec.Add("ProfileName", "");
+6 -2
View File
@@ -633,7 +633,7 @@ namespace Lux.UI.Components.Compo
UpdateTable();
}
/// <summary>
/// Prepara URL x download file JWD
/// </summary>
@@ -809,8 +809,12 @@ namespace Lux.UI.Components.Compo
private Dictionary<string, List<Threshold>> AvailThreshold { get; set; } = new Dictionary<string, List<Threshold>>()
{
{"Profilo78", new List<Threshold>() { new Threshold(3, "Bottom")}},
{"ProfiloSaomad", new List<Threshold>(){ new Threshold(3, "Bottom")}}
#if false
{"Profilo78", new List<Threshold>() { new Threshold(3, "Bottom"), new Threshold(1, "Threshold")}},
{"ProfiloSaomad", new List<Threshold>(){ new Threshold(3, "Bottom"), new Threshold(2, "BottomWaterdrip"), new Threshold(1, "Threshold")}}
{"ProfiloSaomad", new List<Threshold>(){ new Threshold(3, "Bottom"), new Threshold(2, "BottomWaterdrip"), new Threshold(1, "Threshold")}}
#endif
};
#endregion Private Properties
@@ -126,7 +126,7 @@ namespace Lux.UI.Components.Pages
}
// ora lavoro sugli items x collegarli agli ODL... parto dal dizionario e cerco nell'elenco degli ODL creati...
int fatto = await DLService.ProdItem2ODL_AssignAsync(dbList, dictParts);
}
}
}
+1 -1
View File
@@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>aspnet-Lux.UI-a758c101-a2f4-4e38-977d-1c4887dbbd50</UserSecretsId>
<Version>0.9.2601.2110</Version>
<Version>1.0.2601.2116</Version>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -5,7 +5,7 @@ $FileManIn="..\Resources\manifest-original.xml"
$FileManOut="..\Resources\manifest.xml"
$FileCLogIn="..\Resources\ChangeLog-original.html"
$FileCLogOut="..\Resources\ChangeLog.html"
$MajMin="0.9."
$MajMin="1.0."
$currentDate = get-date -format yyMM;
$currentTime = get-date -format ddHH;
$find = "<Version>(.|\n)*?</Version>";
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>LUX - Web Windows MES</i>
<h4>Versione: 0.9.2601.2110</h4>
<h4>Versione: 1.0.2601.2116</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
0.9.2601.2110
1.0.2601.2116
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>0.9.2601.2110</version>
<version>1.0.2601.2116</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>