vers 740 con correzione scarti

This commit is contained in:
Samuele E. Locatelli
2018-05-02 22:16:37 +02:00
parent 1dbe04c12d
commit 2ab8b8d9f3
3 changed files with 15 additions and 16 deletions
Vendored
+1 -1
View File
@@ -17,7 +17,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=739']) {
withEnv(['NEXT_BUILD_NUMBER=740']) {
// env.versionNumber = VersionNumber(versionNumberString : '5.1.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '5.1.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'MAPO'
+5 -6
View File
@@ -29,12 +29,10 @@
<div class="col-6 col-sm-3 pr-1 px-sm-1 py-0 text-right">
<div class="alert alert-danger py-1">
<div class="text-truncate">
[B] Scarti VERS + PEND
[B] Scarti VERS.
</div>
<div style="font-size: 2em; font-weight: bold;" class="my-0">
<asp:Label runat="server" ID="lblPzConfScarto">[B1]</asp:Label>
+
<asp:Label runat="server" ID="lblPz2RecScarto">[B2]</asp:Label>
<asp:Label runat="server" ID="lblPzConfScarto">[B]</asp:Label>
</div>
</div>
</div>
@@ -89,10 +87,11 @@
<div class="col-5 pr-1">
<asp:Label runat="server" ID="lblNumScarti" AssociatedControlID="txtNumScarti" Text="Pz Scarto" />
<asp:TextBox runat="server" ID="txtNumScarti" Font-Size="XX-Large" TextMode="Number" CssClass="form-control text-right bg-dark text-danger py-0" Enabled="false" />
<asp:Label runat="server" ID="lblPz2RecScarto">[B2]</asp:Label>
</div>
<div class="col-1 px-1">
<asp:Label runat="server" ID="Label2" AssociatedControlID="lblPlus" />
<asp:label runat="server" ID="lblPlus" Font-Size="XX-Large" TextMode="Number" Enabled="false">+</asp:label>
<asp:Label runat="server" ID="Label2" AssociatedControlID="lblPlus">&nbsp;</asp:Label>
<asp:Label runat="server" ID="lblPlus" Font-Size="XX-Large" TextMode="Number" Enabled="false">+</asp:Label>
</div>
<div class="col-6 pl-1">
<asp:Label runat="server" ID="lblPzBuoni" AssociatedControlID="txtPzBuoni" Text="Pz Buoni" />
+9 -9
View File
@@ -39,15 +39,6 @@ namespace MoonProTablet.WebUserControls {
/// </remarks>
protected global::System.Web.UI.WebControls.Label lblPzConfScarto;
/// <summary>
/// Controllo lblPz2RecScarto.
/// </summary>
/// <remarks>
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.WebControls.Label lblPz2RecScarto;
/// <summary>
/// Controllo lblPzConfBuoni.
/// </summary>
@@ -165,6 +156,15 @@ namespace MoonProTablet.WebUserControls {
/// </remarks>
protected global::System.Web.UI.WebControls.TextBox txtNumScarti;
/// <summary>
/// Controllo lblPz2RecScarto.
/// </summary>
/// <remarks>
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.WebControls.Label lblPz2RecScarto;
/// <summary>
/// Controllo Label2.
/// </summary>