diff --git a/GPW.CORE.Data/DbModels/RegAttivitaModel.cs b/GPW.CORE.Data/DbModels/RegAttivitaModel.cs
index 2016d5b..f6365ec 100644
--- a/GPW.CORE.Data/DbModels/RegAttivitaModel.cs
+++ b/GPW.CORE.Data/DbModels/RegAttivitaModel.cs
@@ -48,5 +48,6 @@ namespace GPW.CORE.Data.DbModels
public virtual DipendentiModel? DipNav { get; set; }
[ForeignKey("IdxFase")]
public virtual AnagFasiModel? FasiNav { get; set; }
+
}
}
diff --git a/GPW.CORE.UI/Components/RegAttEditor.razor b/GPW.CORE.UI/Components/RegAttEditor.razor
index 509ace8..c90afa0 100644
--- a/GPW.CORE.UI/Components/RegAttEditor.razor
+++ b/GPW.CORE.UI/Components/RegAttEditor.razor
@@ -68,7 +68,7 @@
diff --git a/GPW.CORE.UI/Components/RegAttEditor.razor.cs b/GPW.CORE.UI/Components/RegAttEditor.razor.cs
index cd77228..bbba73f 100644
--- a/GPW.CORE.UI/Components/RegAttEditor.razor.cs
+++ b/GPW.CORE.UI/Components/RegAttEditor.razor.cs
@@ -157,5 +157,38 @@ namespace GPW.CORE.UI.Components
// registro fatto
await ItemUpdated.InvokeAsync(true);
}
+
+
+ public DateTime InizioFix
+ {
+ get
+ {
+ return currRecord.Inizio;
+ }
+ set
+ {
+ if (currRecord.Inizio != value)
+ {
+ // arrotondo ai 5 min...
+ currRecord.Inizio = CORE.Data.Utils.DateRounded(value.AddMinutes(2), 5, true);
+ }
+ }
+ }
+
+ public DateTime FineFix
+ {
+ get
+ {
+ return currRecord.Fine;
+ }
+ set
+ {
+ if (currRecord.Fine != value)
+ {
+ // arrotondo ai 5 min...
+ currRecord.Fine = CORE.Data.Utils.DateRounded(value.AddMinutes(2), 5, true);
+ }
+ }
+ }
}
}
\ No newline at end of file
diff --git a/GPW.CORE.UI/GPW.CORE.UI.csproj b/GPW.CORE.UI/GPW.CORE.UI.csproj
index 9f18ede..eab6116 100644
--- a/GPW.CORE.UI/GPW.CORE.UI.csproj
+++ b/GPW.CORE.UI/GPW.CORE.UI.csproj
@@ -2,7 +2,7 @@
net6.0
- 3.0.2201.1511
+ 3.0.2201.1709
enable
enable
diff --git a/GPW.CORE.UI/Pages/ActivityLog.razor b/GPW.CORE.UI/Pages/ActivityLog.razor
deleted file mode 100644
index 03f7220..0000000
--- a/GPW.CORE.UI/Pages/ActivityLog.razor
+++ /dev/null
@@ -1,17 +0,0 @@
-@page "/ActivityLog"
-
-ActivityLog
-
-Elenco delle attività, da valutare se stile attuale pagina commesse
-
- - deve contenere (filtrate) le info attività utente
- - verifica timbrature
- - verifica temperatura
- - verifica check C19
- - verifica attività (log corrente)
-
-
-
-@code {
-
-}
diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html
index 5dfbcdd..37b76ac 100644
--- a/Resources/ChangeLog.html
+++ b/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
GPW - Gestione Presenze Web
- Versione: 3.0.2201.1511
+ Versione: 3.0.2201.1709
Note di rilascio:
-
diff --git a/Resources/VersNum.txt b/Resources/VersNum.txt
index faef152..3b087e9 100644
--- a/Resources/VersNum.txt
+++ b/Resources/VersNum.txt
@@ -1 +1 @@
-3.0.2201.1511
+3.0.2201.1709
diff --git a/Resources/manifest.xml b/Resources/manifest.xml
index a881b93..cb5b9de 100644
--- a/Resources/manifest.xml
+++ b/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 3.0.2201.1511
+ 3.0.2201.1709
http://nexus.steamware.net/repository/SWS/GWMS/stable/0/GWMS.UI.zip
http://nexus.steamware.net/repository/SWS/GWMS/stable/0/ChangeLog.html
false