diff --git a/C2P/WebUserControls/mod_Q_Quot.ascx.cs b/C2P/WebUserControls/mod_Q_Quot.ascx.cs index 8a40d0b..5bfe9cf 100644 --- a/C2P/WebUserControls/mod_Q_Quot.ascx.cs +++ b/C2P/WebUserControls/mod_Q_Quot.ascx.cs @@ -74,6 +74,12 @@ namespace C2P.WebUserControls } } } - + /// + /// effettua update + /// + public void doUpdate() + { + frmView.DataBind(); + } } } \ No newline at end of file diff --git a/C2P/WebUserControls/mod_QuoteDet.ascx.cs b/C2P/WebUserControls/mod_QuoteDet.ascx.cs index 493949c..1a3829e 100644 --- a/C2P/WebUserControls/mod_QuoteDet.ascx.cs +++ b/C2P/WebUserControls/mod_QuoteDet.ascx.cs @@ -161,6 +161,7 @@ namespace C2P.WebUserControls IdxQState = IdxQS.ToString(); Status = traduci(string.Format("IdxQState-{0:D2}", IdxQS)); setBtnVisibility(); + mod_Q_Quot1.doUpdate(); } /// /// richiesto update x cambiamento valori header diff --git a/C2P/WebUserControls/mod_S_Quot.ascx.cs b/C2P/WebUserControls/mod_S_Quot.ascx.cs index 7ebdd6e..154f309 100644 --- a/C2P/WebUserControls/mod_S_Quot.ascx.cs +++ b/C2P/WebUserControls/mod_S_Quot.ascx.cs @@ -75,5 +75,12 @@ namespace C2P.WebUserControls } } } + /// + /// effettua update + /// + public void doUpdate() + { + frmView.DataBind(); + } } } \ No newline at end of file diff --git a/C2P/WebUserControls/mod_newProduct.ascx.cs b/C2P/WebUserControls/mod_newProduct.ascx.cs index 070edc6..b3f3e51 100644 --- a/C2P/WebUserControls/mod_newProduct.ascx.cs +++ b/C2P/WebUserControls/mod_newProduct.ascx.cs @@ -147,25 +147,36 @@ namespace C2P.WebUserControls mod_S_PackPar1.eh_reset += mod_S_PackPar1_eh_reset; mod_S_Quot1.eh_update += mod_S_Quot1_eh_update; } - + /// + /// reset x cancel + /// + /// + /// void mod_S_PackPar1_eh_reset(object sender, EventArgs e) { updateBaseData(); setModVisibility("PackReset"); } - + /// + /// reset x cancel + /// + /// + /// void mod_S_ExtrPar1_eh_reset(object sender, EventArgs e) { updateBaseData(); setModVisibility("ExtrReset"); } - + /// + /// reset x cancel + /// + /// + /// void mod_S_Dies1_eh_reset(object sender, EventArgs e) { updateBaseData(); setModVisibility("DiesReset"); } - /// /// aggiorna info base dell'offerta /// @@ -230,6 +241,7 @@ namespace C2P.WebUserControls IdxQState = IdxQS.ToString(); Status = traduci(string.Format("IdxQState-{0:D2}", IdxQS)); setBtnVisibility(); + mod_S_Quot1.doUpdate(); } /// /// Calcola css dato valore prezzo offerto vs importi full cost e min price diff --git a/C2P/bin/C2P.dll b/C2P/bin/C2P.dll index 7adef4b..96c96fa 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 bc79495..54b6092 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 6707216..909a312 100644 Binary files a/C2P/bin/SteamWare.dll and b/C2P/bin/SteamWare.dll differ diff --git a/C2P_Report/bin/C2P_Data.dll b/C2P_Report/bin/C2P_Data.dll index bc79495..54b6092 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 a3ec41c..94d0be6 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 6707216..909a312 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 4802311..2c57a4a 100644 --- a/VersGen/C2P.cs +++ b/VersGen/C2P.cs @@ -5,7 +5,7 @@ using System.Reflection; -[assembly: AssemblyVersion("0.7.77.171")] -[assembly: AssemblyFileVersion("0.7.77.171")] +[assembly: AssemblyVersion("0.7.78.172")] +[assembly: AssemblyFileVersion("0.7.78.172")] [assembly: AssemblyCopyright("Proxima & Steamware © 2013-2014")] [assembly: AssemblyCompany("Steamware")] diff --git a/VersGen/C2P.tt b/VersGen/C2P.tt index 032df2a..d59e88c 100644 --- a/VersGen/C2P.tt +++ b/VersGen/C2P.tt @@ -6,8 +6,8 @@ using System.Reflection; -[assembly: AssemblyVersion("0.7.77.<#= this.RevisionNumber #>")] -[assembly: AssemblyFileVersion("0.7.77.<#= this.RevisionNumber #>")] +[assembly: AssemblyVersion("0.7.78.<#= this.RevisionNumber #>")] +[assembly: AssemblyFileVersion("0.7.78.<#= this.RevisionNumber #>")] [assembly: AssemblyCopyright("Proxima & Steamware © 2013-<#= DateTime.Now.Year #>")] [assembly: AssemblyCompany("Steamware")] <#+