Correzioni e modifiche vocabolario
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Version>1.1.2606.0812</Version>
|
||||
<Version>1.1.2606.0817</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -742,7 +742,7 @@ namespace Lux.UI.Components.Compo.Offer
|
||||
if (dbRec != null)
|
||||
{
|
||||
// se ho parametri validi di preselezione li applico...
|
||||
if (!string.IsNullOrEmpty(CurrRecord.DictPresel) && CurrRecord.DictParameter.Count > 0)
|
||||
if (!string.IsNullOrEmpty(CurrRecord.DictPresel) && CurrRecord.DictParameter.Count > 0 && needRecalc)
|
||||
{
|
||||
// in primis provo conversione diretta
|
||||
var updAnsw = SerialMan.MassUpdate((string)dbRec.SerStruct, CurrRecord.DictParameter);
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
@page "/ConfListNew"
|
||||
|
||||
<div class="alert alert-secondary shadow">
|
||||
@* <div class="alert alert-secondary shadow">
|
||||
<div class="d-flex px-0 fs-3 gap-3">
|
||||
<b>Configurazioni</b>
|
||||
<i class="fa-solid fa-gears"></i>
|
||||
</div>
|
||||
</div>
|
||||
</div> *@
|
||||
|
||||
<div class="flex-grow-1 overflow-auto p-3">
|
||||
@if (isLoading)
|
||||
|
||||
@@ -119,7 +119,7 @@ else
|
||||
<option value="">-- @Traduci("tutti") --</option>
|
||||
@foreach (var item in Enum.GetNames(typeof(Enums.OfferStates)))
|
||||
{
|
||||
<option value="@item">@item</option>
|
||||
<option value="@item">@Traduci("offerta_" + item.ToString().ToLower())</option>
|
||||
}
|
||||
</select>
|
||||
|
||||
|
||||
@@ -216,9 +216,11 @@ namespace Lux.UI.Components.Pages
|
||||
|
||||
private void DoAdd()
|
||||
{
|
||||
int refNum = AllRecords.Where(x=>x.RefYear == DateTime.Today.Year).Max(x=>x.RefNum) + 1;
|
||||
EditRecord = new OfferModel()
|
||||
{
|
||||
RefYear = DateTime.Today.Year,
|
||||
RefNum = refNum,
|
||||
Inserted = DateTime.Today,
|
||||
Description = $"Nuova Offerta {DateTime.Today:ddd yyyy.MM.dd}",
|
||||
ValidUntil = DateTime.Today.AddMonths(1)
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<UserSecretsId>aspnet-Lux.UI-a758c101-a2f4-4e38-977d-1c4887dbbd50</UserSecretsId>
|
||||
<Version>1.1.2606.0812</Version>
|
||||
<Version>1.1.2606.0817</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>LUX - Web Windows MES</i>
|
||||
<h4>Versione: 1.1.2606.0812</h4>
|
||||
<h4>Versione: 1.1.2606.0817</h4>
|
||||
<br /> Note di rilascio:
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.1.2606.0812
|
||||
1.1.2606.0817
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>1.1.2606.0812</version>
|
||||
<version>1.1.2606.0817</version>
|
||||
<url>http://nexus.steamware.net/repository/SWS/GPW/stable/GPW.UI.zip</url>
|
||||
<changelog>http://nexus.steamware.net/repository/SWS/GPW/stable/ChangeLog.html</changelog>
|
||||
<mandatory>false</mandatory>
|
||||
|
||||
Reference in New Issue
Block a user