diff --git a/INTERFACE/WebLCP/DB_INPUT.aspx b/INTERFACE/WebLCP/DB_INPUT.aspx new file mode 100644 index 0000000..2ad8213 --- /dev/null +++ b/INTERFACE/WebLCP/DB_INPUT.aspx @@ -0,0 +1,21 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="DB_INPUT.aspx.cs" Inherits="WebLCP.DB_INPUT" %> + + + +
+
+

Note esplicative file DB_INPUT.csv

+
+
+
+
Caratteristiche file DB INPUT
+
- dati devono essere salvati in forma anonima
+
- formato file: csv
+
- separatore: carattere ;
+
- ...
+
Esempio file scaricabile: + DB_INPUT.csv
+
+
+
+
diff --git a/INTERFACE/WebLCP/DB_INPUT.aspx.cs b/INTERFACE/WebLCP/DB_INPUT.aspx.cs new file mode 100644 index 0000000..79a0a57 --- /dev/null +++ b/INTERFACE/WebLCP/DB_INPUT.aspx.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace WebLCP +{ + public partial class DB_INPUT : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/INTERFACE/WebLCP/DB_INPUT.aspx.designer.cs b/INTERFACE/WebLCP/DB_INPUT.aspx.designer.cs new file mode 100644 index 0000000..a266522 --- /dev/null +++ b/INTERFACE/WebLCP/DB_INPUT.aspx.designer.cs @@ -0,0 +1,24 @@ +//------------------------------------------------------------------------------ +// +// Codice generato da uno strumento. +// +// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se +// il codice viene rigenerato. +// +//------------------------------------------------------------------------------ + +namespace WebLCP { + + + public partial class DB_INPUT { + + /// + /// Controllo hlFile. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.WebControls.HyperLink hlFile; + } +} diff --git a/INTERFACE/WebLCP/DB_INPUT_CLU.aspx b/INTERFACE/WebLCP/DB_INPUT_CLU.aspx new file mode 100644 index 0000000..34a6e9d --- /dev/null +++ b/INTERFACE/WebLCP/DB_INPUT_CLU.aspx @@ -0,0 +1,20 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="DB_INPUT_CLU.aspx.cs" Inherits="WebLCP.DB_INPUT_CLU" %> + + +
+
+

Note esplicative file DB_INPUT_CLU.csv

+
+
+
+
Caratteristiche file DB INPUT
+
- dati devono essere salvati in forma anonima
+
- formato file: csv
+
- separatore: carattere ;
+
- ...
+
Esempio file scaricabile: + DB_INPUT_CLU.csv
+
+
+
+
diff --git a/INTERFACE/WebLCP/DB_INPUT_CLU.aspx.cs b/INTERFACE/WebLCP/DB_INPUT_CLU.aspx.cs new file mode 100644 index 0000000..032f2c8 --- /dev/null +++ b/INTERFACE/WebLCP/DB_INPUT_CLU.aspx.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace WebLCP +{ + public partial class DB_INPUT_CLU : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/INTERFACE/WebLCP/DB_INPUT_CLU.aspx.designer.cs b/INTERFACE/WebLCP/DB_INPUT_CLU.aspx.designer.cs new file mode 100644 index 0000000..cb9a57c --- /dev/null +++ b/INTERFACE/WebLCP/DB_INPUT_CLU.aspx.designer.cs @@ -0,0 +1,24 @@ +//------------------------------------------------------------------------------ +// +// Codice generato da uno strumento. +// +// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se +// il codice viene rigenerato. +// +//------------------------------------------------------------------------------ + +namespace WebLCP { + + + public partial class DB_INPUT_CLU { + + /// + /// Controllo hlFile. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.WebControls.HyperLink hlFile; + } +} diff --git a/INTERFACE/WebLCP/ExtLibrary/ICSharpCode.SharpZipLib.dll b/INTERFACE/WebLCP/ExtLibrary/ICSharpCode.SharpZipLib.dll new file mode 100644 index 0000000..fe643eb Binary files /dev/null and b/INTERFACE/WebLCP/ExtLibrary/ICSharpCode.SharpZipLib.dll differ diff --git a/INTERFACE/WebLCP/WUC/mod_startJob.ascx b/INTERFACE/WebLCP/WUC/mod_startJob.ascx index 5714f5e..e165586 100644 --- a/INTERFACE/WebLCP/WUC/mod_startJob.ascx +++ b/INTERFACE/WebLCP/WUC/mod_startJob.ascx @@ -21,14 +21,14 @@
- +
- +
diff --git a/INTERFACE/WebLCP/WUC/mod_startJob.ascx.designer.cs b/INTERFACE/WebLCP/WUC/mod_startJob.ascx.designer.cs index 3548d88..d17f8ff 100644 --- a/INTERFACE/WebLCP/WUC/mod_startJob.ascx.designer.cs +++ b/INTERFACE/WebLCP/WUC/mod_startJob.ascx.designer.cs @@ -21,6 +21,15 @@ namespace WebLCP.WUC { /// protected global::System.Web.UI.WebControls.TextBox txtJobDescr; + /// + /// Controllo HyperLink1. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.WebControls.HyperLink HyperLink1; + /// /// Controllo FUplCsv_A. /// @@ -39,6 +48,15 @@ namespace WebLCP.WUC { /// protected global::System.Web.UI.WebControls.RequiredFieldValidator rfvFUA; + /// + /// Controllo hlDbInputClu. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.WebControls.HyperLink hlDbInputClu; + /// /// Controllo FUplCsv_B. /// diff --git a/INTERFACE/WebLCP/Web.config b/INTERFACE/WebLCP/Web.config index 7c7eacd..eacb926 100644 --- a/INTERFACE/WebLCP/Web.config +++ b/INTERFACE/WebLCP/Web.config @@ -22,8 +22,8 @@ - - + + diff --git a/INTERFACE/WebLCP/WebLCP.csproj b/INTERFACE/WebLCP/WebLCP.csproj index 65119f7..c1e70a4 100644 --- a/INTERFACE/WebLCP/WebLCP.csproj +++ b/INTERFACE/WebLCP/WebLCP.csproj @@ -92,8 +92,8 @@ ..\packages\StackExchange.Redis.2.0.601\lib\net461\StackExchange.Redis.dll - - ..\packages\SteamWare.3.3.1910.679\lib\net462\SteamWare.dll + + ..\packages\SteamWare.3.3.1910.681\lib\net462\SteamWare.dll ..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll @@ -174,6 +174,8 @@ Site.css + + @@ -219,6 +221,12 @@ DS_App.xsd + + Always + + + Always + Designer MSDataSetGenerator @@ -315,6 +323,20 @@ Contact.aspx + + DB_INPUT.aspx + ASPXCodeBehind + + + DB_INPUT.aspx + + + DB_INPUT_CLU.aspx + ASPXCodeBehind + + + DB_INPUT_CLU.aspx + Default.aspx ASPXCodeBehind diff --git a/INTERFACE/WebLCP/demoFiles/DB_INPUT.csv b/INTERFACE/WebLCP/demoFiles/DB_INPUT.csv new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/INTERFACE/WebLCP/demoFiles/DB_INPUT.csv @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/INTERFACE/WebLCP/demoFiles/DB_INPUT_CLU.csv b/INTERFACE/WebLCP/demoFiles/DB_INPUT_CLU.csv new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/INTERFACE/WebLCP/demoFiles/DB_INPUT_CLU.csv @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/INTERFACE/WebLCP/packages.config b/INTERFACE/WebLCP/packages.config index 100a08d..8e3d9b7 100644 --- a/INTERFACE/WebLCP/packages.config +++ b/INTERFACE/WebLCP/packages.config @@ -25,7 +25,7 @@ - + diff --git a/Jenkinsfile b/Jenkinsfile index 81fd98c..8da294c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=37']) { + withEnv(['NEXT_BUILD_NUMBER=38']) { // env.versionNumber = VersionNumber(versionNumberString : '0.8.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '0.8.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'LCP'