diff --git a/MP.INVE/Data/MiDataService.cs b/MP.INVE/Data/MiDataService.cs index ad77c49e..e4a9776c 100644 --- a/MP.INVE/Data/MiDataService.cs +++ b/MP.INVE/Data/MiDataService.cs @@ -76,6 +76,13 @@ namespace MP.INVE.Data return result; } + public List InventSessCurrList() + { + List result = new List(); + result = dbController.InventSessCurrList(); + return result; + } + #endregion Public Methods diff --git a/MP.INVE/MP.INVE.csproj b/MP.INVE/MP.INVE.csproj index 8a05759d..5a0477f8 100644 --- a/MP.INVE/MP.INVE.csproj +++ b/MP.INVE/MP.INVE.csproj @@ -5,7 +5,7 @@ enable enable MP.INVE - 6.16.2211.1509 + 6.16.2211.1510 diff --git a/MP.INVE/Pages/Session.razor b/MP.INVE/Pages/Session.razor index 03ae49db..62bb5114 100644 --- a/MP.INVE/Pages/Session.razor +++ b/MP.INVE/Pages/Session.razor @@ -2,6 +2,44 @@

Sessione

-@code { + + + + + + + + + + + + + @if (elencoSessioni != null) + { + @foreach (var item in elencoSessioni) + { + + + + + + + + -} + } + } + +
Inventory Session IdDescriptionOperatoreData inizioData fineTrasferita
+ @item.InveSessID + + @item.Description + + @item.UserCrea + + @item.DtStart + + @item.DtEnd + + @item.Transferred +
diff --git a/MP.INVE/Pages/Session.razor.cs b/MP.INVE/Pages/Session.razor.cs new file mode 100644 index 00000000..936bfa3d --- /dev/null +++ b/MP.INVE/Pages/Session.razor.cs @@ -0,0 +1,36 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; +using Microsoft.AspNetCore.Components; +using System.Net.Http; +using Microsoft.AspNetCore.Authorization; +using Microsoft.AspNetCore.Components.Authorization; +using Microsoft.AspNetCore.Components.Forms; +using Microsoft.AspNetCore.Components.Routing; +using Microsoft.AspNetCore.Components.Web; +using Microsoft.AspNetCore.Components.Web.Virtualization; +using Microsoft.JSInterop; +using MP.INVE; +using MP.INVE.Shared; +using MP.INVE.Components; +using MP.Data.DatabaseModels; +using MP.INVE.Data; + +namespace MP.INVE.Pages +{ + public partial class Session + { + [Inject] + private MiDataService MIDataservice { get; set; } = null!; + + private List? elencoSessioni; + + protected override async Task OnInitializedAsync() + { + //await FilterChanged.InvokeAsync(actFilter); + await Task.Delay(1); + elencoSessioni = MIDataservice.InventSessCurrList(); + } + } +} \ No newline at end of file diff --git a/MP.INVE/Resources/ChangeLog.html b/MP.INVE/Resources/ChangeLog.html index f082f172..875b9e27 100644 --- a/MP.INVE/Resources/ChangeLog.html +++ b/MP.INVE/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOINVE -

Versione: 6.16.2211.1509

+

Versione: 6.16.2211.1510


Note di rilascio:
  • diff --git a/MP.INVE/Resources/VersNum.txt b/MP.INVE/Resources/VersNum.txt index d024aed7..bebf680a 100644 --- a/MP.INVE/Resources/VersNum.txt +++ b/MP.INVE/Resources/VersNum.txt @@ -1 +1 @@ -6.16.2211.1509 +6.16.2211.1510 diff --git a/MP.INVE/Resources/manifest.xml b/MP.INVE/Resources/manifest.xml index c7c88ca0..c0c8cbb8 100644 --- a/MP.INVE/Resources/manifest.xml +++ b/MP.INVE/Resources/manifest.xml @@ -1,6 +1,6 @@ - 6.16.2211.1509 + 6.16.2211.1510 https://nexus.steamware.net/repository/SWS/MP-INVE/stable/LAST/MP.INVE.zip https://nexus.steamware.net/repository/SWS/MP-INVE/stable/LAST/ChangeLog.html false