diff --git a/.vs/XPS_app/v15/sqlite3/storage.ide b/.vs/XPS_app/v15/sqlite3/storage.ide index 03d89c1..76ef19b 100644 Binary files a/.vs/XPS_app/v15/sqlite3/storage.ide and b/.vs/XPS_app/v15/sqlite3/storage.ide differ diff --git a/Jenkinsfile b/Jenkinsfile index 8ba152f..c794b83 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { steps { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=227']) { + withEnv(['NEXT_BUILD_NUMBER=228']) { // env.versionNumber = VersionNumber(versionNumberString : '1.7.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '1.7.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'CMS-SC' diff --git a/XPST/barcode.aspx b/XPST/barcode.aspx index fdc6c99..e122dc0 100644 --- a/XPST/barcode.aspx +++ b/XPST/barcode.aspx @@ -6,21 +6,23 @@ -
+
- 5 + 5
- - 5 + + 5
- +
-
- <%: string.Format("Caricati {0} Comandi | {1} Record BCode | DB ReLoadTime {2:N3}sec ", nComandi, nBCodeRec, lastUpdDuration.TotalSeconds) %> +
+ <%: string.Format("DB ReLoadTime {0:N3}sec ", lastUpdDuration.TotalSeconds) %> | + <%: string.Format("Caricati {0} Comandi", nComandi) %> | + <%: string.Format("{0} Record BCode", nBCodeRec) %>
diff --git a/XPST/favicon.ico b/XPST/favicon.ico index 70ccada..f309759 100644 Binary files a/XPST/favicon.ico and b/XPST/favicon.ico differ