diff --git a/MP-TAB3/Components/ProdConfirm.razor.cs b/MP-TAB3/Components/ProdConfirm.razor.cs index 74aeb9b4..3ab12a2a 100644 --- a/MP-TAB3/Components/ProdConfirm.razor.cs +++ b/MP-TAB3/Components/ProdConfirm.razor.cs @@ -2,7 +2,6 @@ using global::Microsoft.AspNetCore.Components; using MP.Data.DbModels; using MP.Data.Services; using NLog; -using NLog.Fluent; namespace MP_TAB3.Components { diff --git a/MP-TAB3/MP-TAB3.csproj b/MP-TAB3/MP-TAB3.csproj index c99bf420..047f44d6 100644 --- a/MP-TAB3/MP-TAB3.csproj +++ b/MP-TAB3/MP-TAB3.csproj @@ -3,7 +3,7 @@ net8.0 enable - 6.16.2602.2519 + 6.16.2602.2607 enable MP_TAB3 @@ -40,8 +40,15 @@ - + + + + + + + + diff --git a/MP-TAB3/Pages/BasePage.razor.cs b/MP-TAB3/Pages/BasePage.razor.cs index 7b33b6b1..eb2f5e1e 100644 --- a/MP-TAB3/Pages/BasePage.razor.cs +++ b/MP-TAB3/Pages/BasePage.razor.cs @@ -3,7 +3,6 @@ using MP.Data.DbModels; using MP.Data; using MP.Data.Services; using Newtonsoft.Json; -using NLog.Fluent; using MP_TAB3.Components; namespace MP_TAB3.Pages diff --git a/MP-TAB3/Pages/Index.razor.cs b/MP-TAB3/Pages/Index.razor.cs index a29e3e19..44a61adf 100644 --- a/MP-TAB3/Pages/Index.razor.cs +++ b/MP-TAB3/Pages/Index.razor.cs @@ -3,7 +3,6 @@ using MP.Data.DbModels; using MP.Data; using MP.Data.Services; using MP_TAB3.Shared; -using NLog.Fluent; using Newtonsoft.Json; namespace MP_TAB3.Pages diff --git a/MP-TAB3/Resources/ChangeLog.html b/MP-TAB3/Resources/ChangeLog.html index 9dda5ff5..1fcadc37 100644 --- a/MP-TAB3/Resources/ChangeLog.html +++ b/MP-TAB3/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2602.2519

+

Versione: 6.16.2602.2607


Note di rilascio:
  • diff --git a/MP-TAB3/Resources/VersNum.txt b/MP-TAB3/Resources/VersNum.txt index 535178ba..bb5d4f9b 100644 --- a/MP-TAB3/Resources/VersNum.txt +++ b/MP-TAB3/Resources/VersNum.txt @@ -1 +1 @@ -6.16.2602.2519 +6.16.2602.2607 diff --git a/MP-TAB3/Resources/manifest.xml b/MP-TAB3/Resources/manifest.xml index 32aceeba..13ca6795 100644 --- a/MP-TAB3/Resources/manifest.xml +++ b/MP-TAB3/Resources/manifest.xml @@ -1,6 +1,6 @@ - 6.16.2602.2519 + 6.16.2602.2607 https://nexus.steamware.net/repository/SWS/MP-TAB3/stable/LAST/MP-TAB3.zip https://nexus.steamware.net/repository/SWS/MP-TAB3/stable/LAST/ChangeLog.html false diff --git a/MP-TAB3/appsettings.Development.json b/MP-TAB3/appsettings.Development.json index 770d3e93..2626dfa0 100644 --- a/MP-TAB3/appsettings.Development.json +++ b/MP-TAB3/appsettings.Development.json @@ -5,5 +5,10 @@ "Default": "Information", "Microsoft.AspNetCore": "Warning" } + }, + "Otel": { + "EnableTracing": true, + "Endpoint": "https://uptrace.egalware.com:14317", + "Dsn": "https://DC_iX71mEzg7KA7atQEBdQ@uptrace.egalware.com?grpc=14317" } } diff --git a/MP-TAB3/appsettings.Production.json b/MP-TAB3/appsettings.Production.json index 78529f14..14fb1ae3 100644 --- a/MP-TAB3/appsettings.Production.json +++ b/MP-TAB3/appsettings.Production.json @@ -6,6 +6,11 @@ "Microsoft.AspNetCore": "Warning" } }, + "Otel": { + "EnableTracing": true, + "Endpoint": "", + "Dsn": "" + }, "ConnectionStrings": { //"Redis": "iis01.egalware.com:6379,DefaultDatabase=5,connectTimeout=5000,syncTimeout=5000,asyncTimeout=5000,abortConnect=false,ssl=false", "Redis": "redis.ufficio:26379,serviceName=prod,DefaultDatabase=5,connectTimeout=5000,syncTimeout=5000,asyncTimeout=5000,abortConnect=false,ssl=false,allowAdmin=true,password=BtN9Py1wtLfLRvmzWnOPJ7RytDM+CLiVsJ/16zduNTlV8IOPGNrtzJSXPUnImA5PqmUMhKaUqo9NdHIG", diff --git a/MP-TAB3/appsettings.json b/MP-TAB3/appsettings.json index b791cad2..a3da1a84 100644 --- a/MP-TAB3/appsettings.json +++ b/MP-TAB3/appsettings.json @@ -65,6 +65,11 @@ } ] }, + "Otel": { + "EnableTracing": true, + "Endpoint": "https://uptrace.egalware.com:14317", + "Dsn": "https://DC_iX71mEzg7KA7atQEBdQ@uptrace.egalware.com?grpc=14317" + }, "MailKitMailSettings": { "DisplayName": "MAPO EgalWare Email BOT", "From": "services@steamware.net", diff --git a/MP.SPEC/MP.SPEC.csproj b/MP.SPEC/MP.SPEC.csproj index 22aa46c0..fbf1eacb 100644 --- a/MP.SPEC/MP.SPEC.csproj +++ b/MP.SPEC/MP.SPEC.csproj @@ -5,7 +5,7 @@ enable enable MP.SPEC - 6.16.2602.2519 + 6.16.2602.2609 1800a78a-6ff1-40f9-b490-87fb8bfc1394 en diff --git a/MP.SPEC/Pages/RepStop.razor.cs b/MP.SPEC/Pages/RepStop.razor.cs index ffb30161..89bfc906 100644 --- a/MP.SPEC/Pages/RepStop.razor.cs +++ b/MP.SPEC/Pages/RepStop.razor.cs @@ -116,6 +116,10 @@ namespace MP.SPEC.Pages isLoading = false; } + + [Inject] + protected MsgServiceSpec MService { get; set; } = null!; + /// /// Gestione selezione evento da registrare x le macchine selezionate /// @@ -137,8 +141,10 @@ namespace MP.SPEC.Pages foreach (var idxMacc in CurrMachSel) { var rigaStato = MDService.StatoMacchina(idxMacc); - // processo evento... + // mpreparo info utente x Value... + string valData = $"SPEC | {MService.DomainName}\\{MService.UserName}"; + // processo evento... DateTime adesso = DateTime.Now.Floor(TimeSpan.FromSeconds(1)); EventListModel newRec = new EventListModel() { @@ -146,8 +152,8 @@ namespace MP.SPEC.Pages InizioStato = adesso, IdxTipo = selEv.IdxEv, CodArticolo = rigaStato.CodArticolo, - Value = "DRT", - MatrOpr = 1, // rivedere!!! + Value = valData, + MatrOpr = 0, pallet = rigaStato.pallet }; // FORZO con metodo TAB diff --git a/MP.SPEC/Resources/ChangeLog.html b/MP.SPEC/Resources/ChangeLog.html index 9dda5ff5..281d0d2a 100644 --- a/MP.SPEC/Resources/ChangeLog.html +++ b/MP.SPEC/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

    Versione: 6.16.2602.2519

    +

    Versione: 6.16.2602.2609


    Note di rilascio:
    • diff --git a/MP.SPEC/Resources/VersNum.txt b/MP.SPEC/Resources/VersNum.txt index 535178ba..04037b4d 100644 --- a/MP.SPEC/Resources/VersNum.txt +++ b/MP.SPEC/Resources/VersNum.txt @@ -1 +1 @@ -6.16.2602.2519 +6.16.2602.2609 diff --git a/MP.SPEC/Resources/manifest.xml b/MP.SPEC/Resources/manifest.xml index 5efa0a21..3358a1fd 100644 --- a/MP.SPEC/Resources/manifest.xml +++ b/MP.SPEC/Resources/manifest.xml @@ -1,6 +1,6 @@ - 6.16.2602.2519 + 6.16.2602.2609 https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/MP.SPEC.zip https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/ChangeLog.html false