Update x fix filtraggio ODL --> v_UI_ODL
This commit is contained in:
@@ -11,6 +11,7 @@ namespace MP.Data.DatabaseModels
|
||||
|
||||
public string CodArticolo { get; set; }
|
||||
public string CodMacchina { get; set; } = "";
|
||||
public string Cognome { get; set; } = "";
|
||||
public DateTime DataOra { get; set; }
|
||||
public string DescArticolo { get; set; } = "";
|
||||
public bool EsitoOk { get; set; }
|
||||
@@ -19,6 +20,7 @@ namespace MP.Data.DatabaseModels
|
||||
public int IdxOdl { get; set; }
|
||||
public string KeyRichiesta { get; set; }
|
||||
public int MatrOpr { get; set; }
|
||||
public string Nome { get; set; } = "";
|
||||
public string Note { get; set; }
|
||||
|
||||
#endregion Public Properties
|
||||
|
||||
@@ -333,7 +333,7 @@ namespace MP.Data
|
||||
entity.HasKey(e => e.IdxOdl)
|
||||
.HasName("PK_ODL_1");
|
||||
|
||||
entity.ToTable("ODL");
|
||||
entity.ToTable("v_UI_ODL");
|
||||
|
||||
entity.Property(e => e.IdxOdl)
|
||||
.ValueGeneratedNever()
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<RootNamespace>MP.Stats</RootNamespace>
|
||||
<UserSecretsId>826e877c-ba70-4253-84cb-d0b1cafd4440</UserSecretsId>
|
||||
<Version>1.0.2106.2313</Version>
|
||||
<Version>1.0.2106.2409</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
</td>
|
||||
<td>@record.EsitoOk</td>
|
||||
<td>@record.Note</td>
|
||||
<td>@record.MatrOpr</td>
|
||||
<td class="text-right">@record.Cognome @record.Nome (@record.MatrOpr)</td>
|
||||
</tr>
|
||||
}
|
||||
</tbody>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>Modulo statistiche MAPO</i>
|
||||
<h4>Versione: 1.0.2106.2313</h4>
|
||||
<h4>Versione: 1.0.2106.2409</h4>
|
||||
<br />
|
||||
Note di rilascio:
|
||||
<ul>
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.0.2106.2313
|
||||
1.0.2106.2409
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>1.0.2106.2313</version>
|
||||
<version>1.0.2106.2409</version>
|
||||
<url>http://nexus.steamware.net/repository/SWS/MP-STATS/stable/0/MP.Stats.zip</url>
|
||||
<changelog>http://nexus.steamware.net/repository/SWS/MP-STATS/stable/0/ChangeLog.html</changelog>
|
||||
<mandatory>false</mandatory>
|
||||
|
||||
Reference in New Issue
Block a user