net6.0
- 1.0.2301.2615
+ 1.0.2305.1617
95c9f021-52d1-4390-a670-5810b7b777b0
true
true
diff --git a/GWMS.UI/Pages/PlantAnalisys.razor b/GWMS.UI/Pages/PlantAnalisys.razor
index e4db720..4505479 100644
--- a/GWMS.UI/Pages/PlantAnalisys.razor
+++ b/GWMS.UI/Pages/PlantAnalisys.razor
@@ -115,6 +115,7 @@
| Data |
Livello Apertura |
Livello Chiusura |
+ Venduto |
Variazione |
Ordinato |
Versato |
@@ -136,6 +137,7 @@
@record.LevelStart.ToString("N0") |
@record.LevelEnd.ToString("N0") |
+ @record.QtaVenduta.ToString("N0") |
@if (record.HasRefill)
{
diff --git a/README.md b/README.md
index b278fc3..c2e282e 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ Per funzionare si procede in questo modo
## Note / integrazioni
-Nel progetto è stato integrato un set di funzionalità standard/di abse di asp.net core tra cui
+Nel progetto è stato integrato un set di funzionalità standard/di base di asp.net core tra cui
* auth management
* identity management
* role management
diff --git a/README.pdf b/README.pdf
index f98e6dc..147b02d 100644
Binary files a/README.pdf and b/README.pdf differ
diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html
index 7958274..571401c 100644
--- a/Resources/ChangeLog.html
+++ b/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
GWMS - Gas Warehouse Management System
- Versione: 1.0.2301.2615
+ Versione: 1.0.2305.1617
Note di rilascio:
-
diff --git a/Resources/VersNum.txt b/Resources/VersNum.txt
index a9ffb9f..20928cf 100644
--- a/Resources/VersNum.txt
+++ b/Resources/VersNum.txt
@@ -1 +1 @@
-1.0.2301.2615
+1.0.2305.1617
diff --git a/Resources/manifest.xml b/Resources/manifest.xml
index f700449..d6dfcbc 100644
--- a/Resources/manifest.xml
+++ b/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 1.0.2301.2615
+ 1.0.2305.1617
http://nexus.steamware.net/repository/SWS/GWMS/stable/0/GWMS.UI.zip
http://nexus.steamware.net/repository/SWS/GWMS/stable/0/ChangeLog.html
false
|