ULteriore affinamento logging
install su 218 e winlab
This commit is contained in:
@@ -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();
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2
-2
@@ -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")]
|
||||
|
||||
+2
-2
@@ -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")]
|
||||
<#+
|
||||
|
||||
Reference in New Issue
Block a user