v 1812.363: scaduti x PBO
This commit is contained in:
Vendored
+1
-1
@@ -20,7 +20,7 @@ pipeline {
|
||||
|
||||
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
|
||||
script {
|
||||
withEnv(['NEXT_BUILD_NUMBER=362']) {
|
||||
withEnv(['NEXT_BUILD_NUMBER=363']) {
|
||||
// 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'
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/SitePBO.master" AutoEventWireup="true" CodeBehind="Scaduti.aspx.cs" Inherits="PUB.PBO.Scaduti" %>
|
||||
<%@ Register Src="~/WebUserContols/mod_ER_scaduti.ascx" TagPrefix="uc1" TagName="mod_ER_scaduti" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
|
||||
<div class="container-fluid my-1 bg-light">
|
||||
<div class="row p-2">
|
||||
<div class="col my-1">
|
||||
<uc1:mod_ER_scaduti runat="server" ID="mod_ER_scaduti" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</asp:Content>
|
||||
@@ -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 PUB.PBO
|
||||
{
|
||||
public partial class Scaduti : System.Web.UI.Page
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Generated
+24
@@ -0,0 +1,24 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <generato automaticamente>
|
||||
// Codice generato da uno strumento.
|
||||
//
|
||||
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace PUB.PBO {
|
||||
|
||||
|
||||
public partial class Scaduti {
|
||||
|
||||
/// <summary>
|
||||
/// Controllo mod_ER_scaduti.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::PUB.WebUserContols.mod_ER_scaduti mod_ER_scaduti;
|
||||
}
|
||||
}
|
||||
@@ -237,6 +237,7 @@
|
||||
<Content Include="PBO\Pagati.aspx" />
|
||||
<Content Include="PBO\Preventivi.aspx" />
|
||||
<Content Include="PBO\Richieste.aspx" />
|
||||
<Content Include="PBO\Scaduti.aspx" />
|
||||
<Content Include="PBO\Sospesi.aspx" />
|
||||
<Content Include="PBO\UserLinks.aspx" />
|
||||
<Content Include="PCO\MyDashboard.aspx" />
|
||||
@@ -874,6 +875,13 @@
|
||||
<Compile Include="PBO\Richieste.aspx.designer.cs">
|
||||
<DependentUpon>Richieste.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="PBO\Scaduti.aspx.cs">
|
||||
<DependentUpon>Scaduti.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="PBO\Scaduti.aspx.designer.cs">
|
||||
<DependentUpon>Scaduti.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="PBO\Sospesi.aspx.cs">
|
||||
<DependentUpon>Sospesi.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
</div>
|
||||
<asp:Repeater ID="repStats" runat="server" DataSourceID="ods">
|
||||
<ItemTemplate>
|
||||
<div class="col p-1" runat="server" id="divCond" visible='<%# (bool)(titolo=="MyDashboard") %>'>
|
||||
<div class="col p-1" runat="server" id="divScad" visible='<%# (bool)(titolo=="MyDashboard") %>'>
|
||||
<asp:HyperLink runat="server" ID="hlCondomini" NavigateUrl="~/PAM/Scaduti" CssClass="btn btn-light text-danger btn-block p-1">
|
||||
<div class="d-flex align-items-left">
|
||||
<div class="icona px-1 small">
|
||||
|
||||
+35
-35
@@ -1,10 +1,10 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// <generato automaticamente>
|
||||
// Codice generato da uno strumento.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace PUB.WebUserContols {
|
||||
@@ -13,92 +13,92 @@ namespace PUB.WebUserContols {
|
||||
public partial class mod_statusRowPAM {
|
||||
|
||||
/// <summary>
|
||||
/// divDash control.
|
||||
/// Controllo divDash.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// 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.HtmlControls.HtmlGenericControl divDash;
|
||||
|
||||
/// <summary>
|
||||
/// HyperLink1 control.
|
||||
/// Controllo HyperLink1.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// 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.HyperLink HyperLink1;
|
||||
|
||||
/// <summary>
|
||||
/// divDetail control.
|
||||
/// Controllo divDetail.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// 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.HtmlControls.HtmlGenericControl divDetail;
|
||||
|
||||
/// <summary>
|
||||
/// hlDetail control.
|
||||
/// Controllo hlDetail.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// 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.HyperLink hlDetail;
|
||||
|
||||
/// <summary>
|
||||
/// divFiles control.
|
||||
/// Controllo divFiles.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// 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.HtmlControls.HtmlGenericControl divFiles;
|
||||
|
||||
/// <summary>
|
||||
/// hlFiles control.
|
||||
/// Controllo hlFiles.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// 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.HyperLink hlFiles;
|
||||
|
||||
/// <summary>
|
||||
/// divFatture control.
|
||||
/// Controllo divFatture.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// 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.HtmlControls.HtmlGenericControl divFatture;
|
||||
|
||||
/// <summary>
|
||||
/// hlFatture control.
|
||||
/// Controllo hlFatture.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// 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.HyperLink hlFatture;
|
||||
|
||||
/// <summary>
|
||||
/// repStats control.
|
||||
/// Controllo repStats.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// 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.Repeater repStats;
|
||||
|
||||
/// <summary>
|
||||
/// ods control.
|
||||
/// Controllo ods.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// 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.ObjectDataSource ods;
|
||||
}
|
||||
|
||||
@@ -71,23 +71,21 @@
|
||||
</div>
|
||||
<asp:Repeater ID="repStats" runat="server" DataSourceID="ods">
|
||||
<ItemTemplate>
|
||||
<%--<div class="col p-1" runat="server" id="divCond" visible='<%# (bool)(titolo=="MyDashboard") %>'>
|
||||
<asp:HyperLink runat="server" ID="hlCondomini" NavigateUrl="~/PBO/Condomini" CssClass="btn btn-light text-primary btn-block p-1">
|
||||
<div class="col p-1" runat="server" id="divScad" visible='<%# (bool)(titolo=="MyDashboard") %>'>
|
||||
<asp:HyperLink runat="server" ID="hlCondomini" NavigateUrl="~/PBO/Scaduti" CssClass="btn btn-light text-danger btn-block p-1">
|
||||
<div class="d-flex align-items-left">
|
||||
<div class="icona px-1 small">
|
||||
<i class="fas fa-user"></i>
|
||||
<i class="fas fa-exclamation-triangle"></i>
|
||||
</div>
|
||||
<div class="px-2 text-left">
|
||||
<b>Condomini</b>
|
||||
<b>SCADUTI</b>
|
||||
<div>
|
||||
<b>
|
||||
<asp:Label ID="Label4" runat="server" Text='<%# Eval("numUsers") %>' /></b> / <b>
|
||||
<asp:Label ID="Label6" runat="server" Text='<%# Eval("reqUsers") %>' /></b> (reg/rich)
|
||||
elenco
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</asp:HyperLink>
|
||||
</div>--%>
|
||||
</div>
|
||||
<div class="col p-1" runat="server" id="divRich" visible='<%# (bool)(titolo=="MyDashboard") %>'>
|
||||
<asp:HyperLink runat="server" ID="hlRichieste" NavigateUrl="~/PBO/Richieste" CssClass="btn btn-light text-danger btn-block p-1">
|
||||
<div class="d-flex align-items-left">
|
||||
|
||||
Reference in New Issue
Block a user