Fix token descrizione evento inizio/fine gestione fermi reparto

This commit is contained in:
Samuele Locatelli
2026-03-23 08:49:47 +01:00
parent 7b275a693b
commit 1d78a73def
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MP.SPEC</RootNamespace>
<Version>6.16.2603.2015</Version>
<Version>6.16.2603.2308</Version>
<UserSecretsId>1800a78a-6ff1-40f9-b490-87fb8bfc1394</UserSecretsId>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
</PropertyGroup>
+2 -2
View File
@@ -137,7 +137,7 @@ namespace MP.SPEC.Pages
{
DateTime adesso = DateTime.Now.Floor(TimeSpan.FromSeconds(1));
var rigaStato = MDService.StatoMacchina(idxMacc);
string valData = $"SPEC | {MService.DomainName}\\{MService.UserName}";
string valData = $"SPEC | FRep.Fine | {MService.DomainName}\\{MService.UserName}";
// chiamo stored
await TabDServ.RipristinaStatoPrec(idxMacc, adesso, valData, rigaStato.IdxStato, 0);
@@ -178,7 +178,7 @@ namespace MP.SPEC.Pages
var rigaStato = MDService.StatoMacchina(idxMacc);
// preparo info utente x Value...
string valData = $"SPEC | {MService.DomainName}\\{MService.UserName}";
string valData = $"SPEC | FRep.Inizio | {MService.DomainName}\\{MService.UserName}";
// processo evento...
DateTime adesso = DateTime.Now.Floor(TimeSpan.FromSeconds(1));
EventListModel newRec = new EventListModel()
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo MAPOSPEC </i>
<h4>Versione: 6.16.2603.2015</h4>
<h4>Versione: 6.16.2603.2308</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
6.16.2603.2015
6.16.2603.2308
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2603.2015</version>
<version>6.16.2603.2308</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>