("AdmApp:LinkMal") ?? "";
+ StringBuilder sbMain = new StringBuilder();
+ DateTime adesso = DateTime.Now;
+ sbMain.AppendLine($"Il giorno {adesso:yyyy.MM.dd} alle ore {adesso:HH:mm:ss} รจ stato inserito/modificato un record di registrazione malattia");
+ sbMain.AppendLine("");
+ sbMain.Append("");
+ sbMain.Append($"{currDip.Cognome} {currDip.Nome} ({currDip.Matricola})");
+ sbMain.Append("
");
+ sbMain.AppendLine("
");
+ string stato = currItem.Conf ? "CONFERMATA" : "RICHIESTA";
+ sbMain.AppendLine($"Stato: {stato}");
+ sbMain.AppendLine($"Data Inizio: {currItem.DtInizio}");
+ sbMain.AppendLine($"Numero Giorni: {currItem.NumGG}");
+ sbMain.AppendLine($"Certificato: {currItem.CodCert}");
+ sbMain.AppendLine("
");
+ sbMain.AppendLine($"Cliccare sul seguente link per accedere alla pagina di gestione");
+
+ string msgBody = sbMain.ToString();
+ await sendEmail(emailDest, "Aggiornamento record Malattia Dipendente", msgBody.Replace($"{Environment.NewLine}", "
"));
+ }
+ // invalido la cache...
+ await ExecFlushRedisPattern($"{rKeyDipendenti}:*");
+ }
+ catch
+ { }
+ return answ;
+ }
+
///
/// Registra o aggiorna record registro malattie
///
diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html
index 5d90c44..cdb2134 100644
--- a/Resources/ChangeLog.html
+++ b/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
GPW - Gestione Presenze Web
- Versione: 4.1.2409.1610
+ Versione: 4.1.2409.1611
Note di rilascio:
-
diff --git a/Resources/VersNum.txt b/Resources/VersNum.txt
index 42392f2..a91c292 100644
--- a/Resources/VersNum.txt
+++ b/Resources/VersNum.txt
@@ -1 +1 @@
-4.1.2409.1610
+4.1.2409.1611
diff --git a/Resources/manifest.xml b/Resources/manifest.xml
index 79d7a06..c2dd997 100644
--- a/Resources/manifest.xml
+++ b/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 4.1.2409.1610
+ 4.1.2409.1611
http://nexus.steamware.net/repository/SWS/GPW/stable/GPW.UI.zip
http://nexus.steamware.net/repository/SWS/GPW/stable/ChangeLog.html
false