- Update ordinamento x filtro gruppo
This commit is contained in:
Samuele Locatelli
2024-11-12 09:42:25 +01:00
parent 9718217201
commit d14aa1ad8e
7 changed files with 23 additions and 5 deletions
+4
View File
@@ -125,6 +125,10 @@ namespace MP.Data.Controllers
{
Log.Error($"Eccezione in MacchineGetFilt{Environment.NewLine}{exc}");
}
// update: ordinamento x Locazione
dbResult = dbResult
.Where(x => !string.IsNullOrEmpty(x.locazione))
.OrderBy(x => x.locazione).ToList();
return dbResult;
}
+5 -1
View File
@@ -38,6 +38,11 @@ namespace MP.Data.DatabaseModels
/// </summary>
public string RecipeArchivePath { get; set; } = "";
/// <summary>
/// Locazione (x ordinamento)
/// </summary>
public string locazione { get; set; } = "";
/// <summary>
/// Indica se abbia ricetta calcolata
/// </summary>
@@ -57,7 +62,6 @@ namespace MP.Data.DatabaseModels
//public string Note { get; set; } = "";
//public string url { get; set; } = "";
//public string locazione { get; set; } = "";
//public string css { get; set; } = "";
//public int RowNum { get; set; } = 0;
//public int ColNum { get; set; } = 0;
+10
View File
@@ -280,11 +280,21 @@ namespace MP.Data.Objects
/// </summary>
setArt,
/// <summary>
/// Imposta Articolo IN MODALITA' NUMERICA su PLC
/// </summary>
setArtNum,
/// <summary>
/// Imposta Commessa su PLC
/// </summary>
setComm,
/// <summary>
/// Imposta Commessa IN MODALITA' NUMERICA su PLC
/// </summary>
setCommNum,
/// <summary>
/// Set di un PARAMETRO su PLC (in value avremo un JSON object)
/// </summary>
+1 -1
View File
@@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>6.16.2411.408</Version>
<Version>6.16.2411.1209</Version>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo MON MAPO</i>
<h4>Versione: 6.16.2411.408</h4>
<h4>Versione: 6.16.2411.1209</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
6.16.2411.408
6.16.2411.1209
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2411.408</version>
<version>6.16.2411.1209</version>
<url>https://nexus.steamware.net/repository/SWS/MP-MON/stable/LAST/MP.Mon.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-MON/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>