This commit is contained in:
Samuele Locatelli
2023-09-22 19:02:52 +02:00
parent 1a214359ed
commit f85d2fd20f
13 changed files with 109 additions and 28 deletions
+37
View File
@@ -0,0 +1,37 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MP.Data", "MP.Data\MP.Data.csproj", "{10BA8450-301D-49C7-8E1E-21B7469C225C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MP-TAB", "MP-TAB\MP-TAB\MP-TAB.csproj", "{9141D627-EE10-4BF6-9A2C-AAC6845E185F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MP-TAB.Client", "MP-TAB\MP-TAB.Client\MP-TAB.Client.csproj", "{28559808-58F2-424B-B65C-062AA59839EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{10BA8450-301D-49C7-8E1E-21B7469C225C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10BA8450-301D-49C7-8E1E-21B7469C225C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10BA8450-301D-49C7-8E1E-21B7469C225C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10BA8450-301D-49C7-8E1E-21B7469C225C}.Release|Any CPU.Build.0 = Release|Any CPU
{9141D627-EE10-4BF6-9A2C-AAC6845E185F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9141D627-EE10-4BF6-9A2C-AAC6845E185F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9141D627-EE10-4BF6-9A2C-AAC6845E185F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9141D627-EE10-4BF6-9A2C-AAC6845E185F}.Release|Any CPU.Build.0 = Release|Any CPU
{28559808-58F2-424B-B65C-062AA59839EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28559808-58F2-424B-B65C-062AA59839EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28559808-58F2-424B-B65C-062AA59839EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28559808-58F2-424B-B65C-062AA59839EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {632D11D1-088B-4795-97E5-048534002558}
EndGlobalSection
EndGlobal
+50
View File
@@ -0,0 +1,50 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.0.0
MinimumVisualStudioVersion = 16.0.0.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MP-TAB", "MP-TAB\MP-TAB.csproj", "{2410D33B-FFA6-45A6-B7B5-15F21A160223}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MP-TAB.Client", "MP-TAB.Client\MP-TAB.Client.csproj", "{416F58AA-12AD-4D58-A0C0-E75B4DE4C639}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{416F58AA-12AD-4D58-A0C0-E75B4DE4C639}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{416F58AA-12AD-4D58-A0C0-E75B4DE4C639}.Debug|Any CPU.Build.0 = Debug|Any CPU
{416F58AA-12AD-4D58-A0C0-E75B4DE4C639}.Debug|x64.ActiveCfg = Debug|Any CPU
{416F58AA-12AD-4D58-A0C0-E75B4DE4C639}.Debug|x64.Build.0 = Debug|Any CPU
{416F58AA-12AD-4D58-A0C0-E75B4DE4C639}.Debug|x86.ActiveCfg = Debug|Any CPU
{416F58AA-12AD-4D58-A0C0-E75B4DE4C639}.Debug|x86.Build.0 = Debug|Any CPU
{416F58AA-12AD-4D58-A0C0-E75B4DE4C639}.Release|Any CPU.ActiveCfg = Release|Any CPU
{416F58AA-12AD-4D58-A0C0-E75B4DE4C639}.Release|Any CPU.Build.0 = Release|Any CPU
{416F58AA-12AD-4D58-A0C0-E75B4DE4C639}.Release|x64.ActiveCfg = Release|Any CPU
{416F58AA-12AD-4D58-A0C0-E75B4DE4C639}.Release|x64.Build.0 = Release|Any CPU
{416F58AA-12AD-4D58-A0C0-E75B4DE4C639}.Release|x86.ActiveCfg = Release|Any CPU
{416F58AA-12AD-4D58-A0C0-E75B4DE4C639}.Release|x86.Build.0 = Release|Any CPU
{2410D33B-FFA6-45A6-B7B5-15F21A160223}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2410D33B-FFA6-45A6-B7B5-15F21A160223}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2410D33B-FFA6-45A6-B7B5-15F21A160223}.Debug|x64.ActiveCfg = Debug|Any CPU
{2410D33B-FFA6-45A6-B7B5-15F21A160223}.Debug|x64.Build.0 = Debug|Any CPU
{2410D33B-FFA6-45A6-B7B5-15F21A160223}.Debug|x86.ActiveCfg = Debug|Any CPU
{2410D33B-FFA6-45A6-B7B5-15F21A160223}.Debug|x86.Build.0 = Debug|Any CPU
{2410D33B-FFA6-45A6-B7B5-15F21A160223}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2410D33B-FFA6-45A6-B7B5-15F21A160223}.Release|Any CPU.Build.0 = Release|Any CPU
{2410D33B-FFA6-45A6-B7B5-15F21A160223}.Release|x64.ActiveCfg = Release|Any CPU
{2410D33B-FFA6-45A6-B7B5-15F21A160223}.Release|x64.Build.0 = Release|Any CPU
{2410D33B-FFA6-45A6-B7B5-15F21A160223}.Release|x86.ActiveCfg = Release|Any CPU
{2410D33B-FFA6-45A6-B7B5-15F21A160223}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A308E5FF-9B15-451D-BFB6-47D4CDEC6C03}
EndGlobalSection
EndGlobal
-7
View File
@@ -46,13 +46,6 @@ else
@if (record.IdxOdl == 0)
{
<button @onclick="() => editRecord(record)" class="btn btn-primary btn-sm mx-1" title="Modifica Record"><i class="bi bi-pencil-square"></i></button>
@*@if (canStartOdl(record.IdxMacchina))
{
}
else
{
<button class="btn btn-secondary btn-sm mx-1 disabled" title="Impossibile modificare"><i class="bi bi-pencil-square"></i></button>
}*@
@if (canStartOdl(record.IdxMacchina))
{
<button @onclick="() => startOdl(record)" class="btn btn-success btn-sm mx-1" title="Avvia PODL">
+1 -1
View File
@@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MP.SPEC</RootNamespace>
<Version>6.16.2306.915</Version>
<Version>6.16.2307.2012</Version>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo MAPOSPEC </i>
<h4>Versione: 6.16.2306.915</h4>
<h4>Versione: 6.16.2307.2012</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
6.16.2306.915
6.16.2307.2012
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2306.915</version>
<version>6.16.2307.2012</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>
+6 -1
View File
@@ -199,7 +199,12 @@ namespace MP.Stats.Data
{
List<AutocompleteModel> answ = new List<AutocompleteModel>();
answ.Add(new AutocompleteModel { LabelField = "--- TUTTE ---", ValueField = "*" });
answ.AddRange(dbController.MacchineGetAll().Select(x => new AutocompleteModel { LabelField = $"{x.IdxMacchina} | {x.Nome} {x.Descrizione} ", ValueField = x.IdxMacchina }).ToList());
answ.AddRange(dbController
.MacchineGetAll()
.Select(x => new AutocompleteModel {
LabelField = $"{x.IdxMacchina} | {x.Nome} {x.Descrizione} ",
ValueField = x.IdxMacchina })
.ToList());
return Task.FromResult(answ);
}
+2 -2
View File
@@ -4,8 +4,8 @@
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>MP.Stats</RootNamespace>
<UserSecretsId>826e877c-ba70-4253-84cb-d0b1cafd4440</UserSecretsId>
<Version>6.16.2306.0915</Version>
<Version>6.16.2306.0915</Version>
<Version>6.16.2307.0515</Version>
<Version>6.16.2307.0515</Version>
</PropertyGroup>
<ItemGroup>
+7 -11
View File
@@ -1,11 +1,7 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using System.IO;
namespace MP.Stats.Pages
{
@@ -16,12 +12,6 @@ namespace MP.Stats.Pages
/// </summary>
public class DownloadModel : PageModel
{
#region Private Fields
private readonly IWebHostEnvironment _env;
#endregion Private Fields
#region Public Constructors
public DownloadModel(IWebHostEnvironment env)
@@ -49,5 +39,11 @@ namespace MP.Stats.Pages
}
#endregion Public Methods
#region Private Fields
private readonly IWebHostEnvironment _env;
#endregion Private Fields
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo statistiche MAPO</i>
<h4>Versione: 6.16.2306.0915</h4>
<h4>Versione: 6.16.2307.0515</h4>
<br />
Note di rilascio:
<ul>
+1 -1
View File
@@ -1 +1 @@
6.16.2306.0915
6.16.2307.0515
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2306.0915</version>
<version>6.16.2307.0515</version>
<url>https://nexus.steamware.net/repository/SWS/MP-STATS/stable/LAST/MP.Stats.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-STATS/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>