diff --git a/Jenkinsfile b/Jenkinsfile index 26a46b1..3fd99c4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=231']) { + withEnv(['NEXT_BUILD_NUMBER=234']) { // env.versionNumber = VersionNumber(versionNumberString : '1.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '1.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'B2BCONDOMINI' diff --git a/PUB/PBO/Dashboard.aspx b/PUB/PBO/Dashboard.aspx deleted file mode 100644 index 1a36f63..0000000 --- a/PUB/PBO/Dashboard.aspx +++ /dev/null @@ -1,31 +0,0 @@ -<%@ Page Title="" Language="C#" MasterPageFile="~/SitePBO.Master" AutoEventWireup="true" CodeBehind="Dashboard.aspx.cs" Inherits="PUB.PBO.Dashboard" %> - -<%@ Register Src="~/WebUserContols/mod_ER_inCorso.ascx" TagPrefix="uc1" TagName="mod_ER_inCorso" %> -<%@ Register Src="~/WebUserContols/mod_warnings.ascx" TagPrefix="uc1" TagName="mod_warnings" %> -<%@ Register Src="~/WebUserContols/mod_graficiRow.ascx" TagPrefix="uc1" TagName="mod_graficiRow" %> -<%@ Register Src="~/WebUserContols/mod_inScadenza.ascx" TagPrefix="uc1" TagName="mod_inScadenza" %> -<%@ Register Src="~/WebUserContols/mod_contabilita.ascx" TagPrefix="uc1" TagName="mod_contabilita" %> - - - - -
-
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
diff --git a/PUB/PBO/Dashboard.aspx.cs b/PUB/PBO/Dashboard.aspx.cs deleted file mode 100644 index 9335824..0000000 --- a/PUB/PBO/Dashboard.aspx.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; - -namespace PUB.PBO -{ - public partial class Dashboard : System.Web.UI.Page - { - protected void Page_Load(object sender, EventArgs e) - { - - } - } -} \ No newline at end of file diff --git a/PUB/PBO/Dashboard.aspx.designer.cs b/PUB/PBO/Dashboard.aspx.designer.cs deleted file mode 100644 index 08153bc..0000000 --- a/PUB/PBO/Dashboard.aspx.designer.cs +++ /dev/null @@ -1,60 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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 PUB.PBO { - - - public partial class Dashboard { - - /// - /// Controllo mod_graficiRow. - /// - /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. - /// - protected global::PUB.WebUserContols.mod_graficiRow mod_graficiRow; - - /// - /// Controllo mod_ER_inCorso. - /// - /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. - /// - protected global::PUB.WebUserContols.mod_ER_inCorso mod_ER_inCorso; - - /// - /// Controllo mod_warnings. - /// - /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. - /// - protected global::PUB.WebUserContols.mod_warnings mod_warnings; - - /// - /// Controllo mod_inScadenza. - /// - /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. - /// - protected global::PUB.WebUserContols.mod_inScadenza mod_inScadenza; - - /// - /// Controllo mod_contabilita. - /// - /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. - /// - protected global::PUB.WebUserContols.mod_contabilita mod_contabilita; - } -}