0.7.78
fix vari e in produzione, x testare TUTTA parte Q ed S (update valori calcolo costi post update moduli in S e Q, ...)
This commit is contained in:
@@ -74,6 +74,12 @@ namespace C2P.WebUserControls
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// effettua update
|
||||
/// </summary>
|
||||
public void doUpdate()
|
||||
{
|
||||
frmView.DataBind();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -161,6 +161,7 @@ namespace C2P.WebUserControls
|
||||
IdxQState = IdxQS.ToString();
|
||||
Status = traduci(string.Format("IdxQState-{0:D2}", IdxQS));
|
||||
setBtnVisibility();
|
||||
mod_Q_Quot1.doUpdate();
|
||||
}
|
||||
/// <summary>
|
||||
/// richiesto update x cambiamento valori header
|
||||
|
||||
@@ -75,5 +75,12 @@ namespace C2P.WebUserControls
|
||||
}
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// effettua update
|
||||
/// </summary>
|
||||
public void doUpdate()
|
||||
{
|
||||
frmView.DataBind();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// reset x cancel
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
void mod_S_PackPar1_eh_reset(object sender, EventArgs e)
|
||||
{
|
||||
updateBaseData();
|
||||
setModVisibility("PackReset");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// reset x cancel
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
void mod_S_ExtrPar1_eh_reset(object sender, EventArgs e)
|
||||
{
|
||||
updateBaseData();
|
||||
setModVisibility("ExtrReset");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// reset x cancel
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
void mod_S_Dies1_eh_reset(object sender, EventArgs e)
|
||||
{
|
||||
updateBaseData();
|
||||
setModVisibility("DiesReset");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// aggiorna info base dell'offerta
|
||||
/// </summary>
|
||||
@@ -230,6 +241,7 @@ namespace C2P.WebUserControls
|
||||
IdxQState = IdxQS.ToString();
|
||||
Status = traduci(string.Format("IdxQState-{0:D2}", IdxQS));
|
||||
setBtnVisibility();
|
||||
mod_S_Quot1.doUpdate();
|
||||
}
|
||||
/// <summary>
|
||||
/// Calcola css dato valore prezzo offerto vs importi full cost e min price
|
||||
|
||||
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.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")]
|
||||
|
||||
+2
-2
@@ -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")]
|
||||
<#+
|
||||
|
||||
Reference in New Issue
Block a user