From 7755a67ce91388ec24e9ed7a273a3b08e201b66d Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Fri, 27 Oct 2023 10:21:20 +0200 Subject: [PATCH 1/2] fix grafici --- MP-TAB-SERV/Components/NotesMan.razor | 2 +- MP-TAB-SERV/Components/ProdPlanMan.razor | 2 +- MP-TAB-SERV/Components/ProdStopMan.razor | 2 +- MP-TAB-SERV/Components/SlideMenu.razor | 2 +- MP-TAB-SERV/MP-TAB-SERV.csproj | 2 +- MP-TAB-SERV/Pages/ProdStop.razor.cs | 2 +- MP-TAB-SERV/Resources/ChangeLog.html | 2 +- MP-TAB-SERV/Resources/VersNum.txt | 2 +- MP-TAB-SERV/Resources/manifest.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/MP-TAB-SERV/Components/NotesMan.razor b/MP-TAB-SERV/Components/NotesMan.razor index 39701c9d..d6cfab26 100644 --- a/MP-TAB-SERV/Components/NotesMan.razor +++ b/MP-TAB-SERV/Components/NotesMan.razor @@ -54,7 +54,7 @@
- # Commenti +
diff --git a/MP-TAB-SERV/Components/ProdPlanMan.razor b/MP-TAB-SERV/Components/ProdPlanMan.razor index 4a8be05a..5d174430 100644 --- a/MP-TAB-SERV/Components/ProdPlanMan.razor +++ b/MP-TAB-SERV/Components/ProdPlanMan.razor @@ -25,7 +25,7 @@ else } else { - +
diff --git a/MP-TAB-SERV/Components/ProdStopMan.razor b/MP-TAB-SERV/Components/ProdStopMan.razor index a48c42bd..1f7ae372 100644 --- a/MP-TAB-SERV/Components/ProdStopMan.razor +++ b/MP-TAB-SERV/Components/ProdStopMan.razor @@ -5,7 +5,7 @@ diff --git a/MP-TAB-SERV/Components/SlideMenu.razor b/MP-TAB-SERV/Components/SlideMenu.razor index 1e83700c..c96b7335 100644 --- a/MP-TAB-SERV/Components/SlideMenu.razor +++ b/MP-TAB-SERV/Components/SlideMenu.razor @@ -2,7 +2,7 @@
-
+
diff --git a/MP-TAB-SERV/MP-TAB-SERV.csproj b/MP-TAB-SERV/MP-TAB-SERV.csproj index 9fa8958b..f657ab02 100644 --- a/MP-TAB-SERV/MP-TAB-SERV.csproj +++ b/MP-TAB-SERV/MP-TAB-SERV.csproj @@ -3,7 +3,7 @@ net6.0 enable - 6.16.2310.2619 + 6.16.2310.2710 enable MP_TAB_SERV diff --git a/MP-TAB-SERV/Pages/ProdStop.razor.cs b/MP-TAB-SERV/Pages/ProdStop.razor.cs index 64482f08..fb91a658 100644 --- a/MP-TAB-SERV/Pages/ProdStop.razor.cs +++ b/MP-TAB-SERV/Pages/ProdStop.razor.cs @@ -181,7 +181,7 @@ namespace MP_TAB_SERV.Pages } // mostro esito alertCss = "alert-succes"; - lblOut = $"Registrata dichiarazione fermata alle {DateTime.Now:HH:mm:ss}"; + lblOut = $"Registrata dichiarazione fermata [{rigaEvento.Nome}] alle {DateTime.Now:HH:mm:ss}"; } else { diff --git a/MP-TAB-SERV/Resources/ChangeLog.html b/MP-TAB-SERV/Resources/ChangeLog.html index aa961ad8..b6ce3a79 100644 --- a/MP-TAB-SERV/Resources/ChangeLog.html +++ b/MP-TAB-SERV/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2310.2619

+

Versione: 6.16.2310.2710


Note di rilascio:
  • diff --git a/MP-TAB-SERV/Resources/VersNum.txt b/MP-TAB-SERV/Resources/VersNum.txt index 3d4f1868..1fd16ea1 100644 --- a/MP-TAB-SERV/Resources/VersNum.txt +++ b/MP-TAB-SERV/Resources/VersNum.txt @@ -1 +1 @@ -6.16.2310.2619 +6.16.2310.2710 diff --git a/MP-TAB-SERV/Resources/manifest.xml b/MP-TAB-SERV/Resources/manifest.xml index d3668781..ed8fcd65 100644 --- a/MP-TAB-SERV/Resources/manifest.xml +++ b/MP-TAB-SERV/Resources/manifest.xml @@ -1,6 +1,6 @@ - 6.16.2310.2619 + 6.16.2310.2710 https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/MP-TAB-SERV.zip https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/ChangeLog.html false From 4a668e196c4207308df747e26deb00c30d2622a2 Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Fri, 27 Oct 2023 10:36:20 +0200 Subject: [PATCH 2/2] fix mostra tempo ciclo + switch mappa stato --- MP-TAB-SERV/Components/ProdPlanMan.razor | 2 +- MP-TAB-SERV/Components/ProdPlanMan.razor.cs | 2 +- MP-TAB-SERV/Pages/StatusMap.razor | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/MP-TAB-SERV/Components/ProdPlanMan.razor b/MP-TAB-SERV/Components/ProdPlanMan.razor index 5d174430..d9f053bf 100644 --- a/MP-TAB-SERV/Components/ProdPlanMan.razor +++ b/MP-TAB-SERV/Components/ProdPlanMan.razor @@ -80,7 +80,7 @@ else
    TC: @($"{item.Tcassegnato:N2}")
    - @TCMinSec(item.Tcassegnato) (min:sec) + @TCMinSec(item.Tcassegnato) (ore:min:sec)
diff --git a/MP-TAB-SERV/Components/ProdPlanMan.razor.cs b/MP-TAB-SERV/Components/ProdPlanMan.razor.cs index 8cd2cf11..20552acc 100644 --- a/MP-TAB-SERV/Components/ProdPlanMan.razor.cs +++ b/MP-TAB-SERV/Components/ProdPlanMan.razor.cs @@ -93,7 +93,7 @@ namespace MP_TAB_SERV.Components if (fatto) { TimeSpan ts = TimeSpan.FromMinutes(TC); - TC_MinSec = $"{ts.TotalMinutes}:{ts.Seconds:00}"; + TC_MinSec = $"{ts.Hours}:{ts.Minutes}:{ts.Seconds:00}"; } } return TC_MinSec; diff --git a/MP-TAB-SERV/Pages/StatusMap.razor b/MP-TAB-SERV/Pages/StatusMap.razor index 7852e3d7..85e763cd 100644 --- a/MP-TAB-SERV/Pages/StatusMap.razor +++ b/MP-TAB-SERV/Pages/StatusMap.razor @@ -15,10 +15,11 @@ } else { -
+
+
- +
@foreach (var item in ListMSE)