diff --git a/C2P/WebUserControls/mod_createNewStdCost.ascx.cs b/C2P/WebUserControls/mod_createNewStdCost.ascx.cs index 52f834b..4de47a2 100644 --- a/C2P/WebUserControls/mod_createNewStdCost.ascx.cs +++ b/C2P/WebUserControls/mod_createNewStdCost.ascx.cs @@ -191,9 +191,13 @@ namespace C2P.WebUserControls if (batchQty > 0 && RawMatCost > 0) { // elimino eventuale listino vecchio + logger.lg.scriviLog("Inizio cancellazione dati QLC odierni", tipoLog.INFO); DtProxy.man.taSCL.deleteByDate(DateTime.Now); + logger.lg.scriviLog("Fine cancellazione dati QLC odierni", tipoLog.INFO); // creo elenco articoli da generare... + logger.lg.scriviLog("Inizio creazione elenco articoli x listino QLC", tipoLog.INFO); DtProxy.man.taSC2C.insertForDate(RawMatCost, batchQty); + logger.lg.scriviLog("Fine creazione elenco articoli x listino QLC", tipoLog.INFO); // avvio creazione record (in small batch...) lblAcqOut.Text = ""; processQLC(); diff --git a/C2P/bin/C2P.dll b/C2P/bin/C2P.dll index 4fe36e7..519faea 100644 Binary files a/C2P/bin/C2P.dll and b/C2P/bin/C2P.dll differ diff --git a/C2P/bin/C2P_Data.dll b/C2P/bin/C2P_Data.dll index 96054d5..2ea21b8 100644 Binary files a/C2P/bin/C2P_Data.dll and b/C2P/bin/C2P_Data.dll differ diff --git a/C2P/bin/SteamWare.dll b/C2P/bin/SteamWare.dll index b64a077..4e2ef13 100644 Binary files a/C2P/bin/SteamWare.dll and b/C2P/bin/SteamWare.dll differ diff --git a/C2P_Data/bin/Release/C2P_Data.dll b/C2P_Data/bin/Release/C2P_Data.dll index 90ae318..2ea21b8 100644 Binary files a/C2P_Data/bin/Release/C2P_Data.dll and b/C2P_Data/bin/Release/C2P_Data.dll differ diff --git a/C2P_Report/bin/C2P_Data.dll b/C2P_Report/bin/C2P_Data.dll index 96054d5..2ea21b8 100644 Binary files a/C2P_Report/bin/C2P_Data.dll and b/C2P_Report/bin/C2P_Data.dll differ diff --git a/C2P_Report/bin/C2P_Report.dll b/C2P_Report/bin/C2P_Report.dll index aae48b4..a67c89b 100644 Binary files a/C2P_Report/bin/C2P_Report.dll and b/C2P_Report/bin/C2P_Report.dll differ diff --git a/C2P_Report/bin/SteamWare.dll b/C2P_Report/bin/SteamWare.dll index b64a077..4e2ef13 100644 Binary files a/C2P_Report/bin/SteamWare.dll and b/C2P_Report/bin/SteamWare.dll differ diff --git a/VersGen/C2P.cs b/VersGen/C2P.cs index c5a89e3..c7ae89e 100644 --- a/VersGen/C2P.cs +++ b/VersGen/C2P.cs @@ -5,7 +5,7 @@ using System.Reflection; -[assembly: AssemblyVersion("0.8.88.178")] -[assembly: AssemblyFileVersion("0.8.88.178")] +[assembly: AssemblyVersion("0.8.89.179")] +[assembly: AssemblyFileVersion("0.8.89.179")] [assembly: AssemblyCopyright("Proxima & Steamware © 2013-2014")] [assembly: AssemblyCompany("Steamware")] diff --git a/VersGen/C2P.tt b/VersGen/C2P.tt index 25b159f..f5db5ce 100644 --- a/VersGen/C2P.tt +++ b/VersGen/C2P.tt @@ -6,8 +6,8 @@ using System.Reflection; -[assembly: AssemblyVersion("0.8.88.<#= this.RevisionNumber #>")] -[assembly: AssemblyFileVersion("0.8.88.<#= this.RevisionNumber #>")] +[assembly: AssemblyVersion("0.8.89.<#= this.RevisionNumber #>")] +[assembly: AssemblyFileVersion("0.8.89.<#= this.RevisionNumber #>")] [assembly: AssemblyCopyright("Proxima & Steamware © 2013-<#= DateTime.Now.Year #>")] [assembly: AssemblyCompany("Steamware")] <#+