diff --git a/Lux.API/Lux.API.csproj b/Lux.API/Lux.API.csproj
index 350358bf..801e7505 100644
--- a/Lux.API/Lux.API.csproj
+++ b/Lux.API/Lux.API.csproj
@@ -4,7 +4,7 @@
net8.0
enable
enable
- 0.9.2601.2110
+ 0.9.2601.2116
diff --git a/Lux.UI/Components/Compo/Config/ProfileMan.razor.cs b/Lux.UI/Components/Compo/Config/ProfileMan.razor.cs
index ecb1afab..d26b2fdb 100644
--- a/Lux.UI/Components/Compo/Config/ProfileMan.razor.cs
+++ b/Lux.UI/Components/Compo/Config/ProfileMan.razor.cs
@@ -198,7 +198,7 @@ namespace Lux.UI.Components.Compo.Config
{
Dictionary DictExec = new Dictionary();
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", "");
diff --git a/Lux.UI/Components/Compo/OfferRowMan.razor.cs b/Lux.UI/Components/Compo/OfferRowMan.razor.cs
index 70f8bdfb..63a67b04 100644
--- a/Lux.UI/Components/Compo/OfferRowMan.razor.cs
+++ b/Lux.UI/Components/Compo/OfferRowMan.razor.cs
@@ -633,7 +633,7 @@ namespace Lux.UI.Components.Compo
UpdateTable();
}
-
+
///
/// Prepara URL x download file JWD
///
@@ -809,8 +809,12 @@ namespace Lux.UI.Components.Compo
private Dictionary> AvailThreshold { get; set; } = new Dictionary>()
{
+ {"Profilo78", new List() { new Threshold(3, "Bottom")}},
+ {"ProfiloSaomad", new List(){ new Threshold(3, "Bottom")}}
+#if false
{"Profilo78", new List() { new Threshold(3, "Bottom"), new Threshold(1, "Threshold")}},
- {"ProfiloSaomad", new List(){ new Threshold(3, "Bottom"), new Threshold(2, "BottomWaterdrip"), new Threshold(1, "Threshold")}}
+ {"ProfiloSaomad", new List(){ new Threshold(3, "Bottom"), new Threshold(2, "BottomWaterdrip"), new Threshold(1, "Threshold")}}
+#endif
};
#endregion Private Properties
diff --git a/Lux.UI/Components/Pages/WorkLoadBalance.razor.cs b/Lux.UI/Components/Pages/WorkLoadBalance.razor.cs
index 9764d330..a43c3c46 100644
--- a/Lux.UI/Components/Pages/WorkLoadBalance.razor.cs
+++ b/Lux.UI/Components/Pages/WorkLoadBalance.razor.cs
@@ -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);
}
}
}
diff --git a/Lux.UI/Lux.UI.csproj b/Lux.UI/Lux.UI.csproj
index 7980eedf..65ec55bb 100644
--- a/Lux.UI/Lux.UI.csproj
+++ b/Lux.UI/Lux.UI.csproj
@@ -5,7 +5,7 @@
enable
enable
aspnet-Lux.UI-a758c101-a2f4-4e38-977d-1c4887dbbd50
- 0.9.2601.2110
+ 1.0.2601.2116
diff --git a/Lux.UI/post-build.ps1 b/Lux.UI/post-build.ps1
index 62f2e970..27aef033 100644
--- a/Lux.UI/post-build.ps1
+++ b/Lux.UI/post-build.ps1
@@ -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 = "(.|\n)*?";
diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html
index 1f197ee3..671066a5 100644
--- a/Resources/ChangeLog.html
+++ b/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
LUX - Web Windows MES
- Versione: 0.9.2601.2110
+ Versione: 1.0.2601.2116
Note di rilascio:
-
diff --git a/Resources/VersNum.txt b/Resources/VersNum.txt
index 591cb979..e3e22223 100644
--- a/Resources/VersNum.txt
+++ b/Resources/VersNum.txt
@@ -1 +1 @@
-0.9.2601.2110
+1.0.2601.2116
diff --git a/Resources/manifest.xml b/Resources/manifest.xml
index b323749f..c7013b58 100644
--- a/Resources/manifest.xml
+++ b/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 0.9.2601.2110
+ 1.0.2601.2116
http://nexus.steamware.net/repository/SWS/GPW/stable/GPW.UI.zip
http://nexus.steamware.net/repository/SWS/GPW/stable/ChangeLog.html
false