From 5cd239315f36d70bc9ddb6d56fb24daf881753a6 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 13 Aug 2020 13:54:26 +0200 Subject: [PATCH 1/7] Fix x refresh messagio itemsent to sec screen --- Jenkinsfile | 2 +- NKC_WF/WebUserControls/cmp_unloadSmart.ascx.cs | 17 +++++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6739e6e..1f6313b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { steps { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=327']) { + withEnv(['NEXT_BUILD_NUMBER=328']) { // env.versionNumber = VersionNumber(versionNumberString : '1.1.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '1.1.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.versionNumberBeta = VersionNumber(versionNumberString : '1.1.${BUILD_DATE_FORMATTED, "yyMM"}-beta.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') diff --git a/NKC_WF/WebUserControls/cmp_unloadSmart.ascx.cs b/NKC_WF/WebUserControls/cmp_unloadSmart.ascx.cs index 052dd2b..5ae0ea6 100644 --- a/NKC_WF/WebUserControls/cmp_unloadSmart.ascx.cs +++ b/NKC_WF/WebUserControls/cmp_unloadSmart.ascx.cs @@ -194,12 +194,15 @@ namespace NKC_WF.WebUserControls // processo evento.. lastCmd = cmp_barcode.inputAcquired.ToUpper(); doRaiseEv = processLastCmd(doRaiseEv); - // reset comando cmp_barcode.inputAcquired = ""; ComLib.man.resetSheetUnload(SheetID); // aggiorno... doUpdate(); + if (doRaiseEv) + { + resetMessages(); + } } private bool processLastCmd(bool doRaiseEv) @@ -274,7 +277,16 @@ namespace NKC_WF.WebUserControls updateCurrData(); ComLib.saveItemPickup(SheetID, DeviceId, itemDtmx); } - + /// + /// Resetta mesaggi ed errori + /// + protected void resetMessages() + { + divInfoMessage.Visible = false; + lblInfoMessage.Text = ""; + divItemError.Visible = false; + lblErrorMsg.Text = ""; + } /// /// Processo il DataMatrix letto /// @@ -283,6 +295,7 @@ namespace NKC_WF.WebUserControls /// private void processItemSuggestion(codeType tipoCod, string rawData, int codeInt) { + displMessage("", false); DS_App.ItemListDataTable tabItem = null; // processo suggerimenti x ITEM / cart / bin dato suo RawData (Dtmx) e Cod univoco (intero) switch (tipoCod) From 47130753b8249adc1ad693b68b2cd2fc8097d919 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 13 Aug 2020 17:47:44 +0200 Subject: [PATCH 2/7] FIX woff2 x roboto & fontawesome --- NKC_WF/Web.config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NKC_WF/Web.config b/NKC_WF/Web.config index b9bacb7..af03bc1 100644 --- a/NKC_WF/Web.config +++ b/NKC_WF/Web.config @@ -403,6 +403,13 @@ + + + + + + +