Inizio pagina approvazione richieste dipendenti
This commit is contained in:
@@ -514,6 +514,7 @@
|
||||
<Content Include="GPW_Admin.wpp.targets" />
|
||||
<Content Include="Properties\PublishProfiles\IIS03.pubxml.user" />
|
||||
<Content Include="Reset.aspx" />
|
||||
<Content Include="richiesteDip.aspx" />
|
||||
<Content Include="Scripts\bootstrap.bundle.js" />
|
||||
<Content Include="Scripts\bootstrap.bundle.min.js" />
|
||||
<Content Include="Scripts\bootstrap.js" />
|
||||
@@ -644,6 +645,7 @@
|
||||
<Content Include="WebUserControls\cmp_dip2gruppi.ascx" />
|
||||
<Content Include="WebUserControls\cmp_elencoGruppi.ascx" />
|
||||
<Content Include="WebUserControls\cmp_footer.ascx" />
|
||||
<Content Include="WebUserControls\cmp_gestRichDip.ascx" />
|
||||
<Content Include="WebUserControls\cmp_homeButtons.ascx" />
|
||||
<Content Include="WebUserControls\cmp_lemmiVocab.ascx" />
|
||||
<Content Include="WebUserControls\cmp_menuTop.ascx" />
|
||||
@@ -926,6 +928,13 @@
|
||||
<Compile Include="reviewTimbrature.aspx.designer.cs">
|
||||
<DependentUpon>reviewTimbrature.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="richiesteDip.aspx.cs">
|
||||
<DependentUpon>richiesteDip.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="richiesteDip.aspx.designer.cs">
|
||||
<DependentUpon>richiesteDip.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="spostaFasi.aspx.cs">
|
||||
<DependentUpon>spostaFasi.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
@@ -1021,6 +1030,13 @@
|
||||
<Compile Include="WebUserControls\cmp_footer.ascx.designer.cs">
|
||||
<DependentUpon>cmp_footer.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\cmp_gestRichDip.ascx.cs">
|
||||
<DependentUpon>cmp_gestRichDip.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\cmp_gestRichDip.ascx.designer.cs">
|
||||
<DependentUpon>cmp_gestRichDip.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\cmp_homeButtons.ascx.cs">
|
||||
<DependentUpon>cmp_homeButtons.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
|
||||
@@ -0,0 +1,147 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_gestRichDip.ascx.cs" Inherits="GPW_Admin.WebUserControls.cmp_gestRichDip" %>
|
||||
|
||||
|
||||
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
|
||||
<%@ Register Src="~/WebUserControls/cmp_periodoAnalisi.ascx" TagPrefix="uc1" TagName="cmp_periodoAnalisi" %>
|
||||
|
||||
<div class="row small table-secondary">
|
||||
<div class="col-5">
|
||||
<uc1:cmp_periodoAnalisi runat="server" ID="cmp_periodoAnalisi" />
|
||||
</div>
|
||||
<div class="col-2">
|
||||
Anno:
|
||||
<asp:TextBox runat="server" ID="txtAnno"></asp:TextBox>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<asp:LinkButton runat="server" ID="lbtSetupYear" CssClass="btn btn-sm btn-primary btn-block" OnClick="lbtSetupYear_Click"><i class="fa fa-calendar-check-o" aria-hidden="true"></i> ADD FESTIVITA' (Anno)</asp:LinkButton>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<asp:LinkButton runat="server" ID="lbtShowFerie" CssClass="btn btn-sm btn-info btn-block" OnClick="lbtShowFerie_Click">
|
||||
<i class="fa fa-calendar-check-o" aria-hidden="true"></i>
|
||||
<asp:Label runat="server" ID="lblTestoFerie" />
|
||||
</asp:LinkButton>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row small table-warning" runat="server" id="divInsFerie" visible="false">
|
||||
<div class="col">
|
||||
Inizio:
|
||||
<asp:TextBox runat="server" ID="txtInizio" TextMode="Date"></asp:TextBox>
|
||||
</div>
|
||||
<div class="col">
|
||||
Fine:
|
||||
<asp:TextBox runat="server" ID="txtFine" TextMode="Date"></asp:TextBox>
|
||||
</div>
|
||||
<div class="col">
|
||||
<asp:DropDownList runat="server" ID="ddlCodGiustInsNew">
|
||||
<asp:ListItem Value="FER" Text="FERIE"></asp:ListItem>
|
||||
</asp:DropDownList>
|
||||
</div>
|
||||
<div class="col">
|
||||
Descrizione:
|
||||
<asp:TextBox runat="server" ID="txtDescrizione"></asp:TextBox>
|
||||
</div>
|
||||
<div class="col">
|
||||
<asp:LinkButton runat="server" ID="lbtSave" CssClass="btn btn-sm btn-block btn-success" OnClick="lbtSave_Click"><i class="fa fa-check" aria-hidden="true"></i> Aggiungi Ferie</asp:LinkButton>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row small">
|
||||
<div class="col-6">
|
||||
<asp:GridView ID="grView" runat="server" AllowPaging="True" AutoGenerateColumns="False" DataKeyNames="IdxRegRich" DataSourceID="ods" CssClass="table table-sm table-striped table-condensed" AllowSorting="True">
|
||||
<SelectedRowStyle CssClass="table-info" />
|
||||
<Columns>
|
||||
<asp:TemplateField ShowHeader="False">
|
||||
<EditItemTemplate>
|
||||
<asp:LinkButton ID="lbtUpdate" runat="server" CausesValidation="True" CommandName="Update" Text="Aggiorna" CssClass="btn btn-sm btn-success"><i class="fa fa-check" aria-hidden="true"></i></asp:LinkButton>
|
||||
<asp:LinkButton ID="lbtCancel" runat="server" CausesValidation="False" CommandName="Cancel" Text="Annulla" CssClass="btn btn-sm btn-warning"><i class="fa fa-ban" aria-hidden="true"></i></asp:LinkButton>
|
||||
</EditItemTemplate>
|
||||
<ItemTemplate>
|
||||
<asp:LinkButton ID="lbtSel" runat="server" CausesValidation="False" CommandName="Select" Text="Seleziona" CssClass="btn btn-sm btn-info"><i class="fa fa-search" aria-hidden="true"></i></asp:LinkButton>
|
||||
<asp:LinkButton ID="lbtEdit" runat="server" CausesValidation="False" CommandName="Edit" Text="Modifica" CssClass="btn btn-sm btn-primary" Visible='<%# chkLicOk %>'><i class="fa fa-pencil" aria-hidden="true"></i></asp:LinkButton>
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
<asp:TemplateField HeaderText="Dipendente" SortExpression="IdxDipendente">
|
||||
<ItemTemplate>
|
||||
<asp:Label ID="lblIdxDipendente" runat="server" Text='<%# datiDip(Eval("IdxDipendente")) %>'></asp:Label>
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
<asp:TemplateField HeaderText="Periodo" SortExpression="DtStart">
|
||||
<ItemTemplate>
|
||||
<div class="small">
|
||||
<div>
|
||||
<asp:Label ID="lblDtStart" runat="server" Text='<%# Eval("DtStart","{0:yyyy-MM-dd HH:mm}") %>'></asp:Label>
|
||||
</div>
|
||||
<div>
|
||||
<asp:Label ID="lblDtEnd" runat="server" Text='<%# Eval("DtEnd","{0:yyyy-MM-dd HH:mm}") %>'></asp:Label>
|
||||
</div>
|
||||
</div>
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
<%--<asp:BoundField DataField="DtStart" HeaderText="Inizio" ReadOnly="True" SortExpression="DtStart" DataFormatString="{0:yyyy-MM-dd HH:mm}" />
|
||||
<asp:BoundField DataField="DtEnd" HeaderText="Fine" ReadOnly="True" SortExpression="DtEnd" DataFormatString="{0:yyyy-MM-dd HH:mm}" />--%>
|
||||
<asp:TemplateField HeaderText="Giust" SortExpression="CodGiust">
|
||||
<EditItemTemplate>
|
||||
<asp:DropDownList runat="server" ID="ddlCodGiust" SelectedValue='<%# Bind("CodGiust") %>'>
|
||||
<asp:ListItem Value="104" Text="104"></asp:ListItem>
|
||||
<asp:ListItem Value="FER" Text="FERIE"></asp:ListItem>
|
||||
<asp:ListItem Value="PERM" Text="PERMESSO"></asp:ListItem>
|
||||
</asp:DropDownList>
|
||||
</EditItemTemplate>
|
||||
<ItemTemplate>
|
||||
<asp:Label ID="Label1" runat="server" Text='<%# Eval("CodGiust") %>'></asp:Label>
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
<asp:BoundField DataField="Note" HeaderText="Note" SortExpression="Note" />
|
||||
<asp:CheckBoxField DataField="Conf" HeaderText="Conf" SortExpression="Conf" />
|
||||
<asp:TemplateField ShowHeader="False">
|
||||
<EditItemTemplate>
|
||||
<asp:LinkButton ID="lbtUpdate2" runat="server" CausesValidation="True" CommandName="Update" Text="Aggiorna" CssClass="btn btn-sm btn-success"><i class="fa fa-check" aria-hidden="true"></i></asp:LinkButton>
|
||||
<asp:LinkButton ID="lbtCancel2" runat="server" CausesValidation="False" CommandName="Cancel" Text="Annulla" CssClass="btn btn-sm btn-warning"><i class="fa fa-ban" aria-hidden="true"></i></asp:LinkButton>
|
||||
</EditItemTemplate>
|
||||
<ItemTemplate>
|
||||
<asp:LinkButton ID="lbtDel" runat="server" CausesValidation="False" CommandName="Delete" Text="Elimina" CssClass="btn btn-sm btn-danger" Visible='<%# chkLicOk %>'><i class="fa fa-trash" aria-hidden="true"></i></asp:LinkButton>
|
||||
<asp:ConfirmButtonExtender ID="cbeDelete" runat="server" ConfirmText='<%# traduci("confermaDel")%>' TargetControlID="lbtDel"></asp:ConfirmButtonExtender>
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
</Columns>
|
||||
</asp:GridView>
|
||||
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="Original_{0}" SelectMethod="getPeriod" TypeName="GPW_data.DS_ApplicazioneTableAdapters.RegistroRichiesteTableAdapter" DeleteMethod="deleteQuery" UpdateMethod="updateQuery" OnDeleted="ods_Deleted" OnUpdated="ods_Updated">
|
||||
<DeleteParameters>
|
||||
<asp:Parameter Name="Original_IdxRegRich" Type="Int32" />
|
||||
</DeleteParameters>
|
||||
<SelectParameters>
|
||||
<asp:Parameter Name="idxDipendente" Type="Int32" DefaultValue="0" />
|
||||
<asp:SessionParameter Name="dataInizio" SessionField="_inizio" Type="DateTime" />
|
||||
<asp:SessionParameter Name="dataFine" SessionField="_fine" Type="DateTime" />
|
||||
</SelectParameters>
|
||||
<UpdateParameters>
|
||||
<asp:Parameter Name="Original_IdxRegRich" Type="Int32" />
|
||||
<asp:Parameter Name="Conf" Type="Boolean" />
|
||||
<asp:Parameter Name="CodGiust" Type="String" />
|
||||
<asp:Parameter Name="Note" Type="String" />
|
||||
</UpdateParameters>
|
||||
</asp:ObjectDataSource>
|
||||
</div>
|
||||
<div class="col-6 text-center">
|
||||
<div class="row my-2">
|
||||
<div class="col-4 bg-danger text-warning">
|
||||
FESTIVITA'
|
||||
</div>
|
||||
<div class="col-4 bg-warning">
|
||||
FERIE
|
||||
</div>
|
||||
<div class="col-4 bg-secondary text-light">
|
||||
WEEK-END
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<asp:Repeater runat="server" ID="repCal" DataSourceID="odsMesi" OnPreRender="repCal_PreRender">
|
||||
<ItemTemplate>
|
||||
<div class="col-4 mb-2">
|
||||
<asp:Calendar runat="server" ID="calDisplay" VisibleDate='<%# Container.DataItem %>' OnDayRender="calDisplay_DayRender" ShowNextPrevMonth="false" SelectionMode="None" OtherMonthDayStyle-CssClass="text-light"></asp:Calendar>
|
||||
</div>
|
||||
</ItemTemplate>
|
||||
</asp:Repeater>
|
||||
</div>
|
||||
<asp:ObjectDataSource runat="server" ID="odsMesi" TypeName="GPW_Admin.WebUserControls.mod_gestCalendario" SelectMethod="elencoMesi"></asp:ObjectDataSource>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,263 @@
|
||||
using GPW_data;
|
||||
using SteamWare;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace GPW_Admin.WebUserControls
|
||||
{
|
||||
public partial class cmp_gestRichDip : BaseUserControl
|
||||
{
|
||||
#region Public Properties
|
||||
|
||||
public string testoFerie
|
||||
{
|
||||
get => divInsFerie.Visible ? "NASCONDI ADD Ferie" : "MOSTRA ADD Ferie";
|
||||
}
|
||||
|
||||
#endregion Public Properties
|
||||
|
||||
#region Public Methods
|
||||
|
||||
public void doUpdate()
|
||||
{
|
||||
// aggiorno!
|
||||
grView.PageSize = utils.pageSize;
|
||||
grView.DataBind();
|
||||
repCal.DataBind();
|
||||
}
|
||||
|
||||
public List<DateTime> elencoMesi()
|
||||
{
|
||||
List<DateTime> listaMesi = new List<DateTime>();
|
||||
for (int i = 0; i < 12; i++)
|
||||
{
|
||||
listaMesi.Add(new DateTime(anno, 1 + i, 1));
|
||||
}
|
||||
return listaMesi;
|
||||
}
|
||||
|
||||
#endregion Public Methods
|
||||
|
||||
#region Protected Properties
|
||||
|
||||
/// <summary>
|
||||
/// Anno corrente
|
||||
/// </summary>
|
||||
protected int anno
|
||||
{
|
||||
get
|
||||
{
|
||||
int answ = 0;
|
||||
if (txtAnno != null && !string.IsNullOrEmpty(txtAnno.Text))
|
||||
{
|
||||
_ = int.TryParse(txtAnno.Text, out answ);
|
||||
}
|
||||
else
|
||||
{
|
||||
answ = DateTime.Today.Year;
|
||||
}
|
||||
return answ;
|
||||
}
|
||||
set
|
||||
{
|
||||
txtAnno.Text = value.ToString();
|
||||
}
|
||||
}
|
||||
|
||||
protected List<DS_Applicazione.CalendFesteFerieRow> listCFF { get; set; }
|
||||
|
||||
#endregion Protected Properties
|
||||
|
||||
#region Protected Methods
|
||||
|
||||
protected void calDisplay_DayRender(object sender, System.Web.UI.WebControls.DayRenderEventArgs e)
|
||||
{
|
||||
bool isFest = false;
|
||||
// coloro se fa parte delle festività/ferie...
|
||||
if (listCFF != null && listCFF.Count > 0)
|
||||
{
|
||||
// cerco riga...
|
||||
var thisDate = listCFF.Where(x => x.data == e.Day.Date).FirstOrDefault();
|
||||
if (thisDate != null && e.Cell.CssClass != "text-light")
|
||||
{
|
||||
isFest = true;
|
||||
e.Cell.CssClass = thisDate.codGiust == "FEST" ? "bg-danger text-warning" : "bg-warning";
|
||||
}
|
||||
}
|
||||
// se sab/dom --> grigio
|
||||
if (!isFest && e.Cell.CssClass != "text-light")
|
||||
{
|
||||
if (e.Day.Date.DayOfWeek == DayOfWeek.Saturday || e.Day.Date.DayOfWeek == DayOfWeek.Sunday)
|
||||
{
|
||||
e.Cell.CssClass = "bg-secondary text-light";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
protected void doUpdateCal()
|
||||
{
|
||||
listCFF = CffListByAnno(anno);
|
||||
}
|
||||
|
||||
protected void lbtSave_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (chkLicOk)
|
||||
{
|
||||
int numGG = (int)fineFerie.Subtract(inizioFerie).TotalDays;
|
||||
DateTime currDate = inizioFerie;
|
||||
int currYear = DateTime.Today.Year;
|
||||
// aggiungo ferie x periodo selezionato...
|
||||
for (int i = 0; i <= numGG; i++)
|
||||
{
|
||||
var currDay = inizioFerie.AddDays(i).DayOfWeek;
|
||||
// controllo che NON SIA sabato/domenica...
|
||||
if (currDay != DayOfWeek.Saturday && currDay != DayOfWeek.Sunday)
|
||||
{
|
||||
DataProxy.DP.taCFF.upsertQuery(inizioFerie.AddDays(i), ddlCodGiustInsNew.SelectedValue, txtDescrizione.Text);
|
||||
}
|
||||
}
|
||||
// rieseguo insert festività x anno del periodo...
|
||||
setupFestAnno(inizioFerie.Year);
|
||||
}
|
||||
}
|
||||
|
||||
protected void lbtSetupYear_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (chkLicOk)
|
||||
{
|
||||
setupFestAnno(anno);
|
||||
}
|
||||
}
|
||||
|
||||
protected void lbtShowFerie_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (chkLicOk)
|
||||
{
|
||||
divInsFerie.Visible = !divInsFerie.Visible;
|
||||
}
|
||||
lblTestoFerie.Text = testoFerie;
|
||||
}
|
||||
|
||||
protected void ods_Deleted(object sender, System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs e)
|
||||
{
|
||||
doUpdateCal();
|
||||
}
|
||||
|
||||
protected void ods_Updated(object sender, System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs e)
|
||||
{
|
||||
doUpdateCal();
|
||||
}
|
||||
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
grView.PageSize = utils.pageSize;
|
||||
if (!Page.IsPostBack)
|
||||
{
|
||||
anno = DateTime.Now.Year;
|
||||
intervalloDate currAnno = new intervalloDate
|
||||
{
|
||||
inizio = DateTime.Today.AddYears(-2),
|
||||
fine = DateTime.Today.AddYears(1)
|
||||
};
|
||||
cmp_periodoAnalisi.intervalloAnalisi = currAnno;
|
||||
lbtSetupYear.DataBind();
|
||||
DateTime oggi = DateTime.Today;
|
||||
inizioFerie = oggi.AddDays(1);
|
||||
fineFerie = oggi.AddDays(2);
|
||||
doUpdateCal();
|
||||
}
|
||||
listaDip = licenzeGPW.getDipAttivi();
|
||||
lbtSetupYear.Visible = chkLicOk;
|
||||
lbtShowFerie.Visible = chkLicOk;
|
||||
lblTestoFerie.Text = testoFerie;
|
||||
}
|
||||
|
||||
protected DS_Applicazione.DipendentiDataTable listaDip { get; set; }
|
||||
|
||||
protected void repCal_PreRender(object sender, EventArgs e)
|
||||
{
|
||||
doUpdateCal();
|
||||
}
|
||||
|
||||
#endregion Protected Methods
|
||||
|
||||
#region Private Properties
|
||||
|
||||
private DateTime fineFerie
|
||||
{
|
||||
get
|
||||
{
|
||||
DateTime answ = DateTime.Today;
|
||||
_ = DateTime.TryParse(txtFine.Text, out answ);
|
||||
return answ;
|
||||
}
|
||||
set
|
||||
{
|
||||
txtFine.Text = value.ToString("yyyy-MM-dd");
|
||||
}
|
||||
}
|
||||
|
||||
private DateTime inizioFerie
|
||||
{
|
||||
get
|
||||
{
|
||||
DateTime answ = DateTime.Today;
|
||||
_ = DateTime.TryParse(txtInizio.Text, out answ);
|
||||
return answ;
|
||||
}
|
||||
set
|
||||
{
|
||||
txtInizio.Text = value.ToString("yyyy-MM-dd");
|
||||
}
|
||||
}
|
||||
|
||||
#endregion Private Properties
|
||||
|
||||
#region Private Methods
|
||||
|
||||
/// <summary>
|
||||
/// Elenco Festività / Ferie x anno
|
||||
/// </summary>
|
||||
/// <param name="reqYear"></param>
|
||||
private List<DS_Applicazione.CalendFesteFerieRow> CffListByAnno(int reqYear)
|
||||
{
|
||||
DateTime inizio = new DateTime(reqYear, 1, 1);
|
||||
DateTime fine = inizio.AddYears(1);
|
||||
List<DS_Applicazione.CalendFesteFerieRow> result = DataProxy.DP.taCFF.getPeriod(inizio, fine).ToList();
|
||||
return result;
|
||||
}
|
||||
|
||||
private void setupFestAnno(int reqYear)
|
||||
{
|
||||
// recupero elenco festività
|
||||
List<EventDetail> elencoFest = SteamWare.calendarMan.elencoFestAnno(reqYear);
|
||||
// inserisco 1:1
|
||||
if (elencoFest.Count > 0)
|
||||
{
|
||||
foreach (var item in elencoFest)
|
||||
{
|
||||
DataProxy.DP.taCFF.upsertQuery(item.when, "FEST", item.what);
|
||||
}
|
||||
}
|
||||
doUpdate();
|
||||
}
|
||||
|
||||
protected string datiDip(object idxDip)
|
||||
{
|
||||
int idxDipendente = 0;
|
||||
int.TryParse($"{idxDip}", out idxDipendente);
|
||||
string answ = "NA";
|
||||
var rigaDip = listaDip.FirstOrDefault(x => x.idxDipendente == idxDipendente);
|
||||
if (rigaDip != null)
|
||||
{
|
||||
answ = $"{rigaDip.Cognome} {rigaDip.Nome}";
|
||||
}
|
||||
return answ;
|
||||
}
|
||||
|
||||
#endregion Private Methods
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,152 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace GPW_Admin.WebUserControls
|
||||
{
|
||||
|
||||
|
||||
public partial class cmp_gestRichDip
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// cmp_periodoAnalisi control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::GPW_Admin.WebUserControls.cmp_periodoAnalisi cmp_periodoAnalisi;
|
||||
|
||||
/// <summary>
|
||||
/// txtAnno control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.TextBox txtAnno;
|
||||
|
||||
/// <summary>
|
||||
/// lbtSetupYear control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.LinkButton lbtSetupYear;
|
||||
|
||||
/// <summary>
|
||||
/// lbtShowFerie control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.LinkButton lbtShowFerie;
|
||||
|
||||
/// <summary>
|
||||
/// lblTestoFerie control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblTestoFerie;
|
||||
|
||||
/// <summary>
|
||||
/// divInsFerie control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divInsFerie;
|
||||
|
||||
/// <summary>
|
||||
/// txtInizio control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.TextBox txtInizio;
|
||||
|
||||
/// <summary>
|
||||
/// txtFine control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.TextBox txtFine;
|
||||
|
||||
/// <summary>
|
||||
/// ddlCodGiustInsNew control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.DropDownList ddlCodGiustInsNew;
|
||||
|
||||
/// <summary>
|
||||
/// txtDescrizione control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.TextBox txtDescrizione;
|
||||
|
||||
/// <summary>
|
||||
/// lbtSave control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.LinkButton lbtSave;
|
||||
|
||||
/// <summary>
|
||||
/// grView control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.GridView grView;
|
||||
|
||||
/// <summary>
|
||||
/// ods control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ObjectDataSource ods;
|
||||
|
||||
/// <summary>
|
||||
/// repCal control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Repeater repCal;
|
||||
|
||||
/// <summary>
|
||||
/// odsMesi control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ObjectDataSource odsMesi;
|
||||
}
|
||||
}
|
||||
@@ -43,7 +43,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="row small">
|
||||
<div class="col-7">
|
||||
<div class="col-6">
|
||||
<asp:GridView ID="grView" runat="server" AllowPaging="True" AutoGenerateColumns="False" DataKeyNames="data" DataSourceID="ods" CssClass="table table-sm table-striped table-condensed" AllowSorting="True">
|
||||
<SelectedRowStyle CssClass="table-info" />
|
||||
<Columns>
|
||||
@@ -102,7 +102,7 @@
|
||||
</UpdateParameters>
|
||||
</asp:ObjectDataSource>
|
||||
</div>
|
||||
<div class="col-5 text-center">
|
||||
<div class="col-6 text-center">
|
||||
<div class="row my-2">
|
||||
<div class="col-4 bg-danger text-warning">
|
||||
FESTIVITA'
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
using SteamWare;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Linq;
|
||||
using System.Web.UI;
|
||||
|
||||
@@ -10,6 +9,177 @@ namespace GPW_Admin.WebUserControls
|
||||
{
|
||||
public partial class mod_gestCalendario : BaseUserControl
|
||||
{
|
||||
#region Public Properties
|
||||
|
||||
public string testoFerie
|
||||
{
|
||||
get => divInsFerie.Visible ? "NASCONDI ADD Ferie" : "MOSTRA ADD Ferie";
|
||||
}
|
||||
|
||||
#endregion Public Properties
|
||||
|
||||
#region Public Methods
|
||||
|
||||
public void doUpdate()
|
||||
{
|
||||
// aggiorno!
|
||||
grView.PageSize = utils.pageSize;
|
||||
grView.DataBind();
|
||||
repCal.DataBind();
|
||||
}
|
||||
|
||||
public List<DateTime> elencoMesi()
|
||||
{
|
||||
List<DateTime> listaMesi = new List<DateTime>();
|
||||
for (int i = 0; i < 12; i++)
|
||||
{
|
||||
listaMesi.Add(new DateTime(anno, 1 + i, 1));
|
||||
}
|
||||
return listaMesi;
|
||||
}
|
||||
|
||||
#endregion Public Methods
|
||||
|
||||
#region Protected Properties
|
||||
|
||||
/// <summary>
|
||||
/// Anno corrente
|
||||
/// </summary>
|
||||
protected int anno
|
||||
{
|
||||
get
|
||||
{
|
||||
int answ = 0;
|
||||
if (txtAnno != null && !string.IsNullOrEmpty(txtAnno.Text))
|
||||
{
|
||||
_ = int.TryParse(txtAnno.Text, out answ);
|
||||
}
|
||||
else
|
||||
{
|
||||
answ = DateTime.Today.Year;
|
||||
}
|
||||
return answ;
|
||||
}
|
||||
set
|
||||
{
|
||||
txtAnno.Text = value.ToString();
|
||||
}
|
||||
}
|
||||
|
||||
protected List<DS_Applicazione.CalendFesteFerieRow> listCFF { get; set; }
|
||||
|
||||
#endregion Protected Properties
|
||||
|
||||
#region Protected Methods
|
||||
|
||||
protected void calDisplay_DayRender(object sender, System.Web.UI.WebControls.DayRenderEventArgs e)
|
||||
{
|
||||
bool isFest = false;
|
||||
// coloro se fa parte delle festività/ferie...
|
||||
if (listCFF != null && listCFF.Count > 0)
|
||||
{
|
||||
// cerco riga...
|
||||
var thisDate = listCFF.Where(x => x.data == e.Day.Date).FirstOrDefault();
|
||||
if (thisDate != null && e.Cell.CssClass != "text-light")
|
||||
{
|
||||
isFest = true;
|
||||
e.Cell.CssClass = thisDate.codGiust == "FEST" ? "bg-danger text-warning" : "bg-warning";
|
||||
}
|
||||
}
|
||||
// se sab/dom --> grigio
|
||||
if (!isFest && e.Cell.CssClass != "text-light")
|
||||
{
|
||||
if (e.Day.Date.DayOfWeek == DayOfWeek.Saturday || e.Day.Date.DayOfWeek == DayOfWeek.Sunday)
|
||||
{
|
||||
e.Cell.CssClass = "bg-secondary text-light";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
protected void doUpdateCal()
|
||||
{
|
||||
listCFF = CffListByAnno(anno);
|
||||
}
|
||||
|
||||
protected void lbtSave_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (chkLicOk)
|
||||
{
|
||||
int numGG = (int)fineFerie.Subtract(inizioFerie).TotalDays;
|
||||
DateTime currDate = inizioFerie;
|
||||
int currYear = DateTime.Today.Year;
|
||||
// aggiungo ferie x periodo selezionato...
|
||||
for (int i = 0; i <= numGG; i++)
|
||||
{
|
||||
var currDay = inizioFerie.AddDays(i).DayOfWeek;
|
||||
// controllo che NON SIA sabato/domenica...
|
||||
if (currDay != DayOfWeek.Saturday && currDay != DayOfWeek.Sunday)
|
||||
{
|
||||
DataProxy.DP.taCFF.upsertQuery(inizioFerie.AddDays(i), ddlCodGiustInsNew.SelectedValue, txtDescrizione.Text);
|
||||
}
|
||||
}
|
||||
// rieseguo insert festività x anno del periodo...
|
||||
setupFestAnno(inizioFerie.Year);
|
||||
}
|
||||
}
|
||||
|
||||
protected void lbtSetupYear_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (chkLicOk)
|
||||
{
|
||||
setupFestAnno(anno);
|
||||
}
|
||||
}
|
||||
|
||||
protected void lbtShowFerie_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (chkLicOk)
|
||||
{
|
||||
divInsFerie.Visible = !divInsFerie.Visible;
|
||||
}
|
||||
lblTestoFerie.Text = testoFerie;
|
||||
}
|
||||
|
||||
protected void ods_Deleted(object sender, System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs e)
|
||||
{
|
||||
doUpdateCal();
|
||||
}
|
||||
|
||||
protected void ods_Updated(object sender, System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs e)
|
||||
{
|
||||
doUpdateCal();
|
||||
}
|
||||
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
grView.PageSize = utils.pageSize;
|
||||
if (!Page.IsPostBack)
|
||||
{
|
||||
anno = DateTime.Now.Year;
|
||||
intervalloDate currAnno = new intervalloDate
|
||||
{
|
||||
inizio = DateTime.Today.AddYears(-2),
|
||||
fine = DateTime.Today.AddYears(1)
|
||||
};
|
||||
cmp_periodoAnalisi.intervalloAnalisi = currAnno;
|
||||
lbtSetupYear.DataBind();
|
||||
DateTime oggi = DateTime.Today;
|
||||
inizioFerie = oggi.AddDays(1);
|
||||
fineFerie = oggi.AddDays(2);
|
||||
doUpdateCal();
|
||||
}
|
||||
lbtSetupYear.Visible = chkLicOk;
|
||||
lbtShowFerie.Visible = chkLicOk;
|
||||
lblTestoFerie.Text = testoFerie;
|
||||
}
|
||||
|
||||
protected void repCal_PreRender(object sender, EventArgs e)
|
||||
{
|
||||
doUpdateCal();
|
||||
}
|
||||
|
||||
#endregion Protected Methods
|
||||
|
||||
#region Private Properties
|
||||
|
||||
private DateTime fineFerie
|
||||
@@ -42,36 +212,20 @@ namespace GPW_Admin.WebUserControls
|
||||
|
||||
#endregion Private Properties
|
||||
|
||||
#region Protected Properties
|
||||
#region Private Methods
|
||||
|
||||
/// <summary>
|
||||
/// Anno corrente
|
||||
/// Elenco Festività / Ferie x anno
|
||||
/// </summary>
|
||||
protected int anno
|
||||
/// <param name="reqYear"></param>
|
||||
private List<DS_Applicazione.CalendFesteFerieRow> CffListByAnno(int reqYear)
|
||||
{
|
||||
get
|
||||
{
|
||||
int answ = 0;
|
||||
if (txtAnno != null && !string.IsNullOrEmpty(txtAnno.Text))
|
||||
{
|
||||
_ = int.TryParse(txtAnno.Text, out answ);
|
||||
}
|
||||
else
|
||||
{
|
||||
answ = DateTime.Today.Year;
|
||||
}
|
||||
return answ;
|
||||
}
|
||||
set
|
||||
{
|
||||
txtAnno.Text = value.ToString();
|
||||
}
|
||||
DateTime inizio = new DateTime(reqYear, 1, 1);
|
||||
DateTime fine = inizio.AddYears(1);
|
||||
List<DS_Applicazione.CalendFesteFerieRow> result = DataProxy.DP.taCFF.getPeriod(inizio, fine).ToList();
|
||||
return result;
|
||||
}
|
||||
|
||||
#endregion Protected Properties
|
||||
|
||||
#region Private Methods
|
||||
|
||||
private void setupFestAnno(int reqYear)
|
||||
{
|
||||
// recupero elenco festività
|
||||
@@ -86,157 +240,7 @@ namespace GPW_Admin.WebUserControls
|
||||
}
|
||||
doUpdate();
|
||||
}
|
||||
/// <summary>
|
||||
/// Elenco Festività / Ferie x anno
|
||||
/// </summary>
|
||||
/// <param name="reqYear"></param>
|
||||
private List<DS_Applicazione.CalendFesteFerieRow> CffListByAnno(int reqYear)
|
||||
{
|
||||
DateTime inizio = new DateTime(reqYear, 1, 1);
|
||||
DateTime fine = inizio.AddYears(1);
|
||||
List<DS_Applicazione.CalendFesteFerieRow> result = DataProxy.DP.taCFF.getPeriod(inizio, fine).ToList();
|
||||
return result;
|
||||
}
|
||||
|
||||
public string testoFerie
|
||||
{
|
||||
get => divInsFerie.Visible ? "NASCONDI ADD Ferie" : "MOSTRA ADD Ferie";
|
||||
}
|
||||
|
||||
#endregion Private Methods
|
||||
|
||||
#region Protected Methods
|
||||
|
||||
protected void lbtSave_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (chkLicOk)
|
||||
{
|
||||
int numGG = (int)fineFerie.Subtract(inizioFerie).TotalDays;
|
||||
DateTime currDate = inizioFerie;
|
||||
int currYear = DateTime.Today.Year;
|
||||
// aggiungo ferie x periodo selezionato...
|
||||
for (int i = 0; i <= numGG; i++)
|
||||
{
|
||||
var currDay = inizioFerie.AddDays(i).DayOfWeek;
|
||||
// controllo che NON SIA sabato/domenica...
|
||||
if (currDay != DayOfWeek.Saturday && currDay != DayOfWeek.Sunday)
|
||||
{
|
||||
DataProxy.DP.taCFF.upsertQuery(inizioFerie.AddDays(i), ddlCodGiustInsNew.SelectedValue, txtDescrizione.Text);
|
||||
}
|
||||
}
|
||||
// rieseguo insert festività x anno del periodo...
|
||||
setupFestAnno(inizioFerie.Year);
|
||||
}
|
||||
}
|
||||
|
||||
public List<DateTime> elencoMesi()
|
||||
{
|
||||
List<DateTime> listaMesi = new List<DateTime>();
|
||||
for (int i = 0; i < 12; i++)
|
||||
{
|
||||
listaMesi.Add(new DateTime(anno, 1 + i, 1));
|
||||
}
|
||||
return listaMesi;
|
||||
}
|
||||
|
||||
protected void lbtSetupYear_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (chkLicOk)
|
||||
{
|
||||
setupFestAnno(anno);
|
||||
}
|
||||
}
|
||||
|
||||
protected void lbtShowFerie_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (chkLicOk)
|
||||
{
|
||||
divInsFerie.Visible = !divInsFerie.Visible;
|
||||
}
|
||||
lblTestoFerie.Text = testoFerie;
|
||||
}
|
||||
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
grView.PageSize = utils.pageSize;
|
||||
if (!Page.IsPostBack)
|
||||
{
|
||||
anno = DateTime.Now.Year;
|
||||
intervalloDate currAnno = new intervalloDate
|
||||
{
|
||||
inizio = DateTime.Today.AddYears(-2),
|
||||
fine = DateTime.Today.AddYears(1)
|
||||
};
|
||||
cmp_periodoAnalisi.intervalloAnalisi = currAnno;
|
||||
lbtSetupYear.DataBind();
|
||||
DateTime oggi = DateTime.Today;
|
||||
inizioFerie = oggi.AddDays(1);
|
||||
fineFerie = oggi.AddDays(2);
|
||||
doUpdateCal();
|
||||
}
|
||||
lbtSetupYear.Visible = chkLicOk;
|
||||
lbtShowFerie.Visible = chkLicOk;
|
||||
lblTestoFerie.Text = testoFerie;
|
||||
}
|
||||
|
||||
protected List<DS_Applicazione.CalendFesteFerieRow> listCFF { get; set; }
|
||||
|
||||
#endregion Protected Methods
|
||||
|
||||
#region Public Methods
|
||||
|
||||
public void doUpdate()
|
||||
{
|
||||
// aggiorno!
|
||||
grView.PageSize = utils.pageSize;
|
||||
grView.DataBind();
|
||||
repCal.DataBind();
|
||||
}
|
||||
|
||||
protected void doUpdateCal()
|
||||
{
|
||||
listCFF = CffListByAnno(anno);
|
||||
}
|
||||
|
||||
#endregion Public Methods
|
||||
|
||||
protected void calDisplay_DayRender(object sender, System.Web.UI.WebControls.DayRenderEventArgs e)
|
||||
{
|
||||
bool isFest = false;
|
||||
// coloro se fa parte delle festività/ferie...
|
||||
if (listCFF != null && listCFF.Count > 0)
|
||||
{
|
||||
// cerco riga...
|
||||
var thisDate = listCFF.Where(x => x.data == e.Day.Date).FirstOrDefault();
|
||||
if (thisDate != null && e.Cell.CssClass != "text-light")
|
||||
{
|
||||
isFest = true;
|
||||
e.Cell.CssClass = thisDate.codGiust == "FEST" ? "bg-danger text-warning" : "bg-warning";
|
||||
}
|
||||
}
|
||||
// se sab/dom --> grigio
|
||||
if (!isFest && e.Cell.CssClass != "text-light")
|
||||
{
|
||||
if (e.Day.Date.DayOfWeek == DayOfWeek.Saturday || e.Day.Date.DayOfWeek == DayOfWeek.Sunday)
|
||||
{
|
||||
e.Cell.CssClass = "bg-secondary text-light";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
protected void ods_Deleted(object sender, System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs e)
|
||||
{
|
||||
doUpdateCal();
|
||||
}
|
||||
|
||||
protected void ods_Updated(object sender, System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs e)
|
||||
{
|
||||
doUpdateCal();
|
||||
}
|
||||
|
||||
protected void repCal_PreRender(object sender, EventArgs e)
|
||||
{
|
||||
doUpdateCal();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -12,7 +12,6 @@
|
||||
<p class="lead"><%: traduci("GpwPresentationText") %></p>
|
||||
</div>
|
||||
<div class="d-none d-lg-inline col-lg-3 text-right">
|
||||
<%--<asp:Image runat="server" ID="imgLogin" Height="128" ImageUrl='<%# getImgUrl(appUrl) %>' />--%>
|
||||
<img src="images/LogoSteamware.png" class="img-fluid" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Generated
+8
-8
@@ -1,10 +1,10 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <generato automaticamente>
|
||||
// Codice generato da uno strumento.
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </generato automaticamente>
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace GPW_Admin
|
||||
@@ -15,11 +15,11 @@ namespace GPW_Admin
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Controllo cmp_homeButtons.
|
||||
/// cmp_homeButtons control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::GPW_Admin.WebUserControls.cmp_homeButtons cmp_homeButtons;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/BMP.Master" AutoEventWireup="true" CodeBehind="richiesteDip.aspx.cs" Inherits="GPW_Admin.richiesteDip" %>
|
||||
<%@ Register Src="~/WebUserControls/mod_pageSize.ascx" TagPrefix="uc1" TagName="mod_pageSize" %>
|
||||
<%@ Register Src="~/WebUserControls/cmp_gestRichDip.ascx" TagPrefix="uc1" TagName="cmp_gestRichDip" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="cph1" runat="server">
|
||||
<div class="card m-2">
|
||||
<div class="card-header">
|
||||
<b><%: traduci(titolo) %></b>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<uc1:cmp_gestRichDip runat="server" id="cmp_gestRichDip" />
|
||||
</div>
|
||||
<div class="card-footer text-right">
|
||||
<uc1:mod_pageSize runat="server" ID="mod_pageSize" />
|
||||
</div>
|
||||
</div>
|
||||
</asp:Content>
|
||||
@@ -0,0 +1,31 @@
|
||||
using GPW_Admin.WebUserControls;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace GPW_Admin
|
||||
{
|
||||
public partial class richiesteDip : BasePage
|
||||
{
|
||||
#region Private Methods
|
||||
|
||||
private void Mod_pageSize_eh_nuovaSize(object sender, EventArgs e)
|
||||
{
|
||||
cmp_gestRichDip.doUpdate();
|
||||
}
|
||||
|
||||
#endregion Private Methods
|
||||
|
||||
#region Protected Methods
|
||||
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
mod_pageSize.eh_nuovaSize += Mod_pageSize_eh_nuovaSize;
|
||||
}
|
||||
|
||||
#endregion Protected Methods
|
||||
}
|
||||
}
|
||||
Generated
+35
@@ -0,0 +1,35 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace GPW_Admin
|
||||
{
|
||||
|
||||
|
||||
public partial class richiesteDip
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// cmp_gestRichDip control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::GPW_Admin.WebUserControls.cmp_gestRichDip cmp_gestRichDip;
|
||||
|
||||
/// <summary>
|
||||
/// mod_pageSize control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::GPW_Admin.WebUserControls.mod_pageSize mod_pageSize;
|
||||
}
|
||||
}
|
||||
Generated
+1097
-9
File diff suppressed because it is too large
Load Diff
+172
-31
@@ -5,7 +5,7 @@
|
||||
<DataSource DefaultConnectionIndex="1" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<Connections>
|
||||
<Connection AppSettingsObjectName="Settings" AppSettingsPropertyName="GPWConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="GPWConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.GPW_data.Properties.Settings.GlobalReference.Default.GPWConnectionString" Provider="System.Data.SqlClient" />
|
||||
<Connection AppSettingsObjectName="Settings" AppSettingsPropertyName="ETS_GPWConnectionString" IsAppSettingsProperty="true" Modifier="Assembly" Name="ETS_GPWConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.GPW_data.Properties.Settings.GlobalReference.Default.GPWConnectionString" Provider="System.Data.SqlClient" />
|
||||
<Connection AppSettingsObjectName="Settings" AppSettingsPropertyName="ETS_GPWConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="ETS_GPWConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.GPW_data.Properties.Settings.GlobalReference.Default.GPWConnectionString" Provider="System.Data.SqlClient" />
|
||||
</Connections>
|
||||
<Tables>
|
||||
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TimbratureTableAdapter" GeneratorDataComponentClassName="TimbratureTableAdapter" Name="Timbrature" UserDataComponentName="TimbratureTableAdapter">
|
||||
@@ -1428,7 +1428,7 @@ SELECT idxCliente, RagSociale, indirizzo, CAP, citta, prov, tel, url, email, pIv
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
<DbSource ConnectionRef="GPWConnectionString (Settings)" DbObjectName="GPW.dbo.stp_AP_duplicateProj" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="duplicateProj" Modifier="Public" Name="duplicateProj" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy7" UserSourceName="duplicateProj">
|
||||
<DbSource ConnectionRef="GPWConnectionString (Settings)" DbObjectName="GPW.dbo.stp_AP_duplicateProj" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="duplicateProj" Modifier="Public" Name="duplicateProj" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy2" UserSourceName="duplicateProj">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
||||
<CommandText>dbo.stp_AP_duplicateProj</CommandText>
|
||||
@@ -1474,7 +1474,7 @@ SELECT idxCliente, RagSociale, indirizzo, CAP, citta, prov, tel, url, email, pIv
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
<DbSource ConnectionRef="GPWConnectionString (Settings)" DbObjectName="GPW.dbo.stp_AP_Expl_getDataTot" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="getDataCount" Modifier="Public" Name="getDataCount" QueryType="Scalar" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy2" UserSourceName="getDataCount">
|
||||
<DbSource ConnectionRef="GPWConnectionString (Settings)" DbObjectName="GPW.dbo.stp_AP_Expl_getDataTot" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="getDataCount" Modifier="Public" Name="getDataCount" QueryType="Scalar" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy3" UserSourceName="getDataCount">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
||||
<CommandText>dbo.stp_AP_Expl_getDataTot</CommandText>
|
||||
@@ -1507,7 +1507,7 @@ SELECT idxCliente, RagSociale, indirizzo, CAP, citta, prov, tel, url, email, pIv
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
<DbSource ConnectionRef="GPWConnectionString (Settings)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="true" GeneratorSourceName="insertQuery" Modifier="Public" Name="insertQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy3" UserSourceName="insertQuery">
|
||||
<DbSource ConnectionRef="GPWConnectionString (Settings)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="true" GeneratorSourceName="insertQuery" Modifier="Public" Name="insertQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy4" UserSourceName="insertQuery">
|
||||
<InsertCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
||||
<CommandText>dbo.stp_AP_insertQuery</CommandText>
|
||||
@@ -1520,7 +1520,7 @@ SELECT idxCliente, RagSociale, indirizzo, CAP, citta, prov, tel, url, email, pIv
|
||||
</DbCommand>
|
||||
</InsertCommand>
|
||||
</DbSource>
|
||||
<DbSource ConnectionRef="GPWConnectionString (Settings)" DbObjectName="GPW.dbo.stp_AP_updateAttivo" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateAttivo" Modifier="Public" Name="updateAttivo" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy4" UserSourceName="updateAttivo">
|
||||
<DbSource ConnectionRef="GPWConnectionString (Settings)" DbObjectName="GPW.dbo.stp_AP_updateAttivo" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateAttivo" Modifier="Public" Name="updateAttivo" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy5" UserSourceName="updateAttivo">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
||||
<CommandText>dbo.stp_AP_updateAttivo</CommandText>
|
||||
@@ -1532,7 +1532,7 @@ SELECT idxCliente, RagSociale, indirizzo, CAP, citta, prov, tel, url, email, pIv
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
<DbSource ConnectionRef="GPWConnectionString (Settings)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="true" GeneratorSourceName="updateQuery" Modifier="Public" Name="updateQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy5" UserSourceName="updateQuery">
|
||||
<DbSource ConnectionRef="GPWConnectionString (Settings)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="true" GeneratorSourceName="updateQuery" Modifier="Public" Name="updateQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy6" UserSourceName="updateQuery">
|
||||
<UpdateCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
||||
<CommandText>dbo.stp_AP_update</CommandText>
|
||||
@@ -1546,7 +1546,7 @@ SELECT idxCliente, RagSociale, indirizzo, CAP, citta, prov, tel, url, email, pIv
|
||||
</DbCommand>
|
||||
</UpdateCommand>
|
||||
</DbSource>
|
||||
<DbSource ConnectionRef="GPWConnectionString (Settings)" DbObjectName="GPW.dbo.stp_AP_updateStarred" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateStarred" Modifier="Public" Name="updateStarred" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy6" UserSourceName="updateStarred">
|
||||
<DbSource ConnectionRef="GPWConnectionString (Settings)" DbObjectName="GPW.dbo.stp_AP_updateStarred" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateStarred" Modifier="Public" Name="updateStarred" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy7" UserSourceName="updateStarred">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
||||
<CommandText>dbo.stp_AP_updateStarred</CommandText>
|
||||
@@ -3358,6 +3358,118 @@ SELECT IdxTagDD, DtRif, IsActive FROM ListTagDD WHERE (IdxTagDD = @IdxTagDD)</Co
|
||||
</DbSource>
|
||||
</Sources>
|
||||
</TableAdapter>
|
||||
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="RegistroRichiesteTableAdapter" GeneratorDataComponentClassName="RegistroRichiesteTableAdapter" Name="RegistroRichieste" UserDataComponentName="RegistroRichiesteTableAdapter">
|
||||
<MainSource>
|
||||
<DbSource ConnectionRef="GPWConnectionString (Settings)" DbObjectName="GPW.dbo.RegistroRichieste" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
||||
<DeleteCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>DELETE FROM [RegistroRichieste] WHERE (([IdxRegRich] = @Original_IdxRegRich) AND ([IdxDipendente] = @Original_IdxDipendente) AND ([CodGiust] = @Original_CodGiust) AND ([DtStart] = @Original_DtStart) AND ([DtEnd] = @Original_DtEnd) AND ([Note] = @Original_Note) AND ([Conf] = @Original_Conf))</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxRegRich" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxRegRich" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxDipendente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxDipendente" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodGiust" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodGiust" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DtStart" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DtStart" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DtEnd" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DtEnd" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Conf" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="Conf" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</DeleteCommand>
|
||||
<InsertCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>INSERT INTO [RegistroRichieste] ([IdxDipendente], [CodGiust], [DtStart], [DtEnd], [Note], [Conf]) VALUES (@IdxDipendente, @CodGiust, @DtStart, @DtEnd, @Note, @Conf);
|
||||
SELECT IdxRegRich, IdxDipendente, CodGiust, DtStart, DtEnd, Note, Conf FROM RegistroRichieste WHERE (IdxRegRich = SCOPE_IDENTITY())</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxDipendente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxDipendente" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodGiust" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodGiust" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DtStart" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DtStart" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DtEnd" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DtEnd" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Conf" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="Conf" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</InsertCommand>
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>SELECT *
|
||||
FROM RegistroRichieste</CommandText>
|
||||
<Parameters />
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
<UpdateCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>UPDATE [RegistroRichieste] SET [IdxDipendente] = @IdxDipendente, [CodGiust] = @CodGiust, [DtStart] = @DtStart, [DtEnd] = @DtEnd, [Note] = @Note, [Conf] = @Conf WHERE (([IdxRegRich] = @Original_IdxRegRich) AND ([IdxDipendente] = @Original_IdxDipendente) AND ([CodGiust] = @Original_CodGiust) AND ([DtStart] = @Original_DtStart) AND ([DtEnd] = @Original_DtEnd) AND ([Note] = @Original_Note) AND ([Conf] = @Original_Conf));
|
||||
SELECT IdxRegRich, IdxDipendente, CodGiust, DtStart, DtEnd, Note, Conf FROM RegistroRichieste WHERE (IdxRegRich = @IdxRegRich)</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxDipendente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxDipendente" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodGiust" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodGiust" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DtStart" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DtStart" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DtEnd" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DtEnd" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Conf" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="Conf" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxRegRich" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxRegRich" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxDipendente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxDipendente" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodGiust" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodGiust" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DtStart" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DtStart" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DtEnd" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DtEnd" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Conf" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="Conf" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="IdxRegRich" ColumnName="IdxRegRich" DataSourceName="GPW.dbo.RegistroRichieste" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxRegRich" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IdxRegRich" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</UpdateCommand>
|
||||
</DbSource>
|
||||
</MainSource>
|
||||
<Mappings>
|
||||
<Mapping SourceColumn="IdxRegRich" DataSetColumn="IdxRegRich" />
|
||||
<Mapping SourceColumn="IdxDipendente" DataSetColumn="IdxDipendente" />
|
||||
<Mapping SourceColumn="CodGiust" DataSetColumn="CodGiust" />
|
||||
<Mapping SourceColumn="DtStart" DataSetColumn="DtStart" />
|
||||
<Mapping SourceColumn="DtEnd" DataSetColumn="DtEnd" />
|
||||
<Mapping SourceColumn="Note" DataSetColumn="Note" />
|
||||
<Mapping SourceColumn="Conf" DataSetColumn="Conf" />
|
||||
</Mappings>
|
||||
<Sources>
|
||||
<DbSource ConnectionRef="GPWConnectionString (Settings)" DbObjectName="GPW.dbo.stp_RR_deleteQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteQuery" Modifier="Public" Name="deleteQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="deleteQuery">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
||||
<CommandText>dbo.stp_RR_deleteQuery</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxRegRich" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
<DbSource ConnectionRef="GPWConnectionString (Settings)" DbObjectName="GPW.dbo.stp_RR_getPeriod" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getPeriod" GetMethodModifier="Public" GetMethodName="getPeriod" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getPeriod" UserSourceName="getPeriod">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
||||
<CommandText>dbo.stp_RR_getPeriod</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@idxDipendente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@dataInizio" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@dataFine" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
<DbSource ConnectionRef="GPWConnectionString (Settings)" DbObjectName="GPW.dbo.stp_RR_updateQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateQuery" Modifier="Public" Name="updateQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy1" UserSourceName="updateQuery">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
||||
<CommandText>dbo.stp_RR_updateQuery</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxRegRich" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@Conf" Precision="1" ProviderType="Bit" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CodGiust" Precision="0" ProviderType="NVarChar" Scale="0" Size="5" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
</Sources>
|
||||
</TableAdapter>
|
||||
</Tables>
|
||||
<Sources />
|
||||
</DataSource>
|
||||
@@ -4075,8 +4187,8 @@ SELECT IdxTagDD, DtRif, IsActive FROM ListTagDD WHERE (IdxTagDD = @IdxTagDD)</Co
|
||||
<xs:element name="minCassa" msdata:ReadOnly="true" msprop:Generator_ColumnPropNameInTable="minCassaColumn" msprop:Generator_ColumnPropNameInRow="minCassa" msprop:Generator_UserColumnName="minCassa" msprop:Generator_ColumnVarNameInTable="columnminCassa" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="min104" msdata:ReadOnly="true" msprop:Generator_ColumnPropNameInTable="min104Column" msprop:Generator_ColumnPropNameInRow="min104" msprop:Generator_UserColumnName="min104" msprop:Generator_ColumnVarNameInTable="columnmin104" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="tempRil" msprop:Generator_ColumnPropNameInTable="tempRilColumn" msprop:Generator_ColumnPropNameInRow="tempRil" msprop:Generator_UserColumnName="tempRil" msprop:Generator_ColumnVarNameInTable="columntempRil" type="xs:decimal" minOccurs="0" />
|
||||
<xs:element name="TagIsActive" msdata:ReadOnly="true" msprop:Generator_UserColumnName="TagIsActive" msprop:Generator_ColumnPropNameInTable="TagIsActiveColumn" msprop:Generator_ColumnPropNameInRow="TagIsActive" msprop:Generator_ColumnVarNameInTable="columnTagIsActive" type="xs:boolean" minOccurs="0" />
|
||||
<xs:element name="CodTag" msdata:ReadOnly="true" msprop:Generator_UserColumnName="CodTag" msprop:Generator_ColumnPropNameInTable="CodTagColumn" msprop:Generator_ColumnPropNameInRow="CodTag" msprop:Generator_ColumnVarNameInTable="columnCodTag" minOccurs="0">
|
||||
<xs:element name="TagIsActive" msdata:ReadOnly="true" msprop:Generator_ColumnPropNameInTable="TagIsActiveColumn" msprop:Generator_ColumnPropNameInRow="TagIsActive" msprop:Generator_UserColumnName="TagIsActive" msprop:Generator_ColumnVarNameInTable="columnTagIsActive" type="xs:boolean" minOccurs="0" />
|
||||
<xs:element name="CodTag" msdata:ReadOnly="true" msprop:Generator_ColumnPropNameInTable="CodTagColumn" msprop:Generator_ColumnPropNameInRow="CodTag" msprop:Generator_UserColumnName="CodTag" msprop:Generator_ColumnVarNameInTable="columnCodTag" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
@@ -4306,45 +4418,70 @@ SELECT IdxTagDD, DtRif, IsActive FROM ListTagDD WHERE (IdxTagDD = @IdxTagDD)</Co
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="TagMese" msprop:Generator_RowClassName="TagMeseRow" msprop:Generator_RowEvHandlerName="TagMeseRowChangeEventHandler" msprop:Generator_RowDeletedName="TagMeseRowDeleted" msprop:Generator_RowDeletingName="TagMeseRowDeleting" msprop:Generator_RowEvArgName="TagMeseRowChangeEvent" msprop:Generator_TablePropName="TagMese" msprop:Generator_RowChangedName="TagMeseRowChanged" msprop:Generator_UserTableName="TagMese" msprop:Generator_RowChangingName="TagMeseRowChanging" msprop:Generator_TableClassName="TagMeseDataTable" msprop:Generator_TableVarName="tableTagMese">
|
||||
<xs:element name="TagMese" msprop:Generator_RowEvHandlerName="TagMeseRowChangeEventHandler" msprop:Generator_RowDeletedName="TagMeseRowDeleted" msprop:Generator_RowDeletingName="TagMeseRowDeleting" msprop:Generator_RowEvArgName="TagMeseRowChangeEvent" msprop:Generator_TablePropName="TagMese" msprop:Generator_RowChangedName="TagMeseRowChanged" msprop:Generator_UserTableName="TagMese" msprop:Generator_RowChangingName="TagMeseRowChanging" msprop:Generator_RowClassName="TagMeseRow" msprop:Generator_TableClassName="TagMeseDataTable" msprop:Generator_TableVarName="tableTagMese">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="anno" msdata:ReadOnly="true" msprop:Generator_UserColumnName="anno" msprop:Generator_ColumnPropNameInTable="annoColumn" msprop:Generator_ColumnPropNameInRow="anno" msprop:Generator_ColumnVarNameInTable="columnanno" type="xs:int" />
|
||||
<xs:element name="mese" msdata:ReadOnly="true" msprop:Generator_UserColumnName="mese" msprop:Generator_ColumnPropNameInTable="meseColumn" msprop:Generator_ColumnPropNameInRow="mese" msprop:Generator_ColumnVarNameInTable="columnmese" type="xs:int" />
|
||||
<xs:element name="idxDipendente" msprop:Generator_UserColumnName="idxDipendente" msprop:Generator_ColumnPropNameInTable="idxDipendenteColumn" msprop:Generator_ColumnPropNameInRow="idxDipendente" msprop:Generator_ColumnVarNameInTable="columnidxDipendente" type="xs:int" />
|
||||
<xs:element name="CognomeNome" msdata:ReadOnly="true" msprop:Generator_UserColumnName="CognomeNome" msprop:Generator_ColumnPropNameInTable="CognomeNomeColumn" msprop:Generator_ColumnPropNameInRow="CognomeNome" msprop:Generator_ColumnVarNameInTable="columnCognomeNome" minOccurs="0">
|
||||
<xs:element name="anno" msdata:ReadOnly="true" msprop:Generator_ColumnPropNameInTable="annoColumn" msprop:Generator_ColumnPropNameInRow="anno" msprop:Generator_UserColumnName="anno" msprop:Generator_ColumnVarNameInTable="columnanno" type="xs:int" />
|
||||
<xs:element name="mese" msdata:ReadOnly="true" msprop:Generator_ColumnPropNameInTable="meseColumn" msprop:Generator_ColumnPropNameInRow="mese" msprop:Generator_UserColumnName="mese" msprop:Generator_ColumnVarNameInTable="columnmese" type="xs:int" />
|
||||
<xs:element name="idxDipendente" msprop:Generator_ColumnPropNameInTable="idxDipendenteColumn" msprop:Generator_ColumnPropNameInRow="idxDipendente" msprop:Generator_UserColumnName="idxDipendente" msprop:Generator_ColumnVarNameInTable="columnidxDipendente" type="xs:int" />
|
||||
<xs:element name="CognomeNome" msdata:ReadOnly="true" msprop:Generator_ColumnPropNameInTable="CognomeNomeColumn" msprop:Generator_ColumnPropNameInRow="CognomeNome" msprop:Generator_UserColumnName="CognomeNome" msprop:Generator_ColumnVarNameInTable="columnCognomeNome" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="101" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodTag" msprop:Generator_UserColumnName="CodTag" msprop:Generator_ColumnPropNameInTable="CodTagColumn" msprop:Generator_ColumnPropNameInRow="CodTag" msprop:Generator_ColumnVarNameInTable="columnCodTag">
|
||||
<xs:element name="CodTag" msprop:Generator_ColumnPropNameInTable="CodTagColumn" msprop:Generator_ColumnPropNameInRow="CodTag" msprop:Generator_UserColumnName="CodTag" msprop:Generator_ColumnVarNameInTable="columnCodTag">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="NumTag" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NumTag" msprop:Generator_ColumnPropNameInTable="NumTagColumn" msprop:Generator_ColumnPropNameInRow="NumTag" msprop:Generator_ColumnVarNameInTable="columnNumTag" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="NumDis" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NumDis" msprop:Generator_ColumnPropNameInTable="NumDisColumn" msprop:Generator_ColumnPropNameInRow="NumDis" msprop:Generator_ColumnVarNameInTable="columnNumDis" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="NumTag" msdata:ReadOnly="true" msprop:Generator_ColumnPropNameInTable="NumTagColumn" msprop:Generator_ColumnPropNameInRow="NumTag" msprop:Generator_UserColumnName="NumTag" msprop:Generator_ColumnVarNameInTable="columnNumTag" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="NumDis" msdata:ReadOnly="true" msprop:Generator_ColumnPropNameInTable="NumDisColumn" msprop:Generator_ColumnPropNameInRow="NumDis" msprop:Generator_UserColumnName="NumDis" msprop:Generator_ColumnVarNameInTable="columnNumDis" type="xs:int" minOccurs="0" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="ListTagDD" msprop:Generator_RowClassName="ListTagDDRow" msprop:Generator_RowEvHandlerName="ListTagDDRowChangeEventHandler" msprop:Generator_RowDeletedName="ListTagDDRowDeleted" msprop:Generator_RowDeletingName="ListTagDDRowDeleting" msprop:Generator_RowEvArgName="ListTagDDRowChangeEvent" msprop:Generator_TablePropName="ListTagDD" msprop:Generator_RowChangedName="ListTagDDRowChanged" msprop:Generator_UserTableName="ListTagDD" msprop:Generator_RowChangingName="ListTagDDRowChanging" msprop:Generator_TableClassName="ListTagDDDataTable" msprop:Generator_TableVarName="tableListTagDD">
|
||||
<xs:element name="ListTagDD" msprop:Generator_RowEvHandlerName="ListTagDDRowChangeEventHandler" msprop:Generator_RowDeletedName="ListTagDDRowDeleted" msprop:Generator_RowDeletingName="ListTagDDRowDeleting" msprop:Generator_RowEvArgName="ListTagDDRowChangeEvent" msprop:Generator_TablePropName="ListTagDD" msprop:Generator_RowChangedName="ListTagDDRowChanged" msprop:Generator_UserTableName="ListTagDD" msprop:Generator_RowChangingName="ListTagDDRowChanging" msprop:Generator_RowClassName="ListTagDDRow" msprop:Generator_TableClassName="ListTagDDDataTable" msprop:Generator_TableVarName="tableListTagDD">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="IdxTagDD" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="IdxTagDD" msprop:Generator_ColumnPropNameInTable="IdxTagDDColumn" msprop:Generator_ColumnPropNameInRow="IdxTagDD" msprop:Generator_ColumnVarNameInTable="columnIdxTagDD" type="xs:int" />
|
||||
<xs:element name="idxDipendente" msprop:Generator_UserColumnName="idxDipendente" msprop:Generator_ColumnPropNameInTable="idxDipendenteColumn" msprop:Generator_ColumnPropNameInRow="idxDipendente" msprop:Generator_ColumnVarNameInTable="columnidxDipendente" type="xs:int" />
|
||||
<xs:element name="DtRif" msprop:Generator_UserColumnName="DtRif" msprop:Generator_ColumnPropNameInTable="DtRifColumn" msprop:Generator_ColumnPropNameInRow="DtRif" msprop:Generator_ColumnVarNameInTable="columnDtRif" type="xs:dateTime" />
|
||||
<xs:element name="CodTag" msprop:Generator_UserColumnName="CodTag" msprop:Generator_ColumnPropNameInTable="CodTagColumn" msprop:Generator_ColumnPropNameInRow="CodTag" msprop:Generator_ColumnVarNameInTable="columnCodTag">
|
||||
<xs:element name="IdxTagDD" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnPropNameInTable="IdxTagDDColumn" msprop:Generator_ColumnPropNameInRow="IdxTagDD" msprop:Generator_UserColumnName="IdxTagDD" msprop:Generator_ColumnVarNameInTable="columnIdxTagDD" type="xs:int" />
|
||||
<xs:element name="idxDipendente" msprop:Generator_ColumnPropNameInTable="idxDipendenteColumn" msprop:Generator_ColumnPropNameInRow="idxDipendente" msprop:Generator_UserColumnName="idxDipendente" msprop:Generator_ColumnVarNameInTable="columnidxDipendente" type="xs:int" />
|
||||
<xs:element name="DtRif" msprop:Generator_ColumnPropNameInTable="DtRifColumn" msprop:Generator_ColumnPropNameInRow="DtRif" msprop:Generator_UserColumnName="DtRif" msprop:Generator_ColumnVarNameInTable="columnDtRif" type="xs:dateTime" />
|
||||
<xs:element name="CodTag" msprop:Generator_ColumnPropNameInTable="CodTagColumn" msprop:Generator_ColumnPropNameInRow="CodTag" msprop:Generator_UserColumnName="CodTag" msprop:Generator_ColumnVarNameInTable="columnCodTag">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="IsActive" msprop:Generator_UserColumnName="IsActive" msprop:Generator_ColumnPropNameInTable="IsActiveColumn" msprop:Generator_ColumnPropNameInRow="IsActive" msprop:Generator_ColumnVarNameInTable="columnIsActive" type="xs:boolean" />
|
||||
<xs:element name="IsActive" msprop:Generator_ColumnPropNameInTable="IsActiveColumn" msprop:Generator_ColumnPropNameInRow="IsActive" msprop:Generator_UserColumnName="IsActive" msprop:Generator_ColumnVarNameInTable="columnIsActive" type="xs:boolean" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="RegistroRichieste" msprop:Generator_RowEvHandlerName="RegistroRichiesteRowChangeEventHandler" msprop:Generator_RowDeletedName="RegistroRichiesteRowDeleted" msprop:Generator_RowDeletingName="RegistroRichiesteRowDeleting" msprop:Generator_RowEvArgName="RegistroRichiesteRowChangeEvent" msprop:Generator_TablePropName="RegistroRichieste" msprop:Generator_RowChangedName="RegistroRichiesteRowChanged" msprop:Generator_RowChangingName="RegistroRichiesteRowChanging" msprop:Generator_TableClassName="RegistroRichiesteDataTable" msprop:Generator_RowClassName="RegistroRichiesteRow" msprop:Generator_TableVarName="tableRegistroRichieste" msprop:Generator_UserTableName="RegistroRichieste">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="IdxRegRich" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnPropNameInRow="IdxRegRich" msprop:Generator_ColumnPropNameInTable="IdxRegRichColumn" msprop:Generator_ColumnVarNameInTable="columnIdxRegRich" msprop:Generator_UserColumnName="IdxRegRich" type="xs:int" />
|
||||
<xs:element name="IdxDipendente" msprop:Generator_ColumnPropNameInRow="IdxDipendente" msprop:Generator_ColumnPropNameInTable="IdxDipendenteColumn" msprop:Generator_ColumnVarNameInTable="columnIdxDipendente" msprop:Generator_UserColumnName="IdxDipendente" type="xs:int" />
|
||||
<xs:element name="CodGiust" msprop:Generator_ColumnPropNameInRow="CodGiust" msprop:Generator_ColumnPropNameInTable="CodGiustColumn" msprop:Generator_ColumnVarNameInTable="columnCodGiust" msprop:Generator_UserColumnName="CodGiust">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="5" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DtStart" msprop:Generator_ColumnPropNameInRow="DtStart" msprop:Generator_ColumnPropNameInTable="DtStartColumn" msprop:Generator_ColumnVarNameInTable="columnDtStart" msprop:Generator_UserColumnName="DtStart" type="xs:dateTime" />
|
||||
<xs:element name="DtEnd" msprop:Generator_ColumnPropNameInRow="DtEnd" msprop:Generator_ColumnPropNameInTable="DtEndColumn" msprop:Generator_ColumnVarNameInTable="columnDtEnd" msprop:Generator_UserColumnName="DtEnd" type="xs:dateTime" />
|
||||
<xs:element name="Note" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnPropNameInTable="NoteColumn" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_UserColumnName="Note">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="250" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Conf" msprop:Generator_ColumnPropNameInRow="Conf" msprop:Generator_ColumnPropNameInTable="ConfColumn" msprop:Generator_ColumnVarNameInTable="columnConf" msprop:Generator_UserColumnName="Conf" type="xs:boolean" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
@@ -4464,17 +4601,21 @@ SELECT IdxTagDD, DtRif, IsActive FROM ListTagDD WHERE (IdxTagDD = @IdxTagDD)</Co
|
||||
<xs:selector xpath=".//mstns:ListTagDD" />
|
||||
<xs:field xpath="mstns:IdxTagDD" />
|
||||
</xs:unique>
|
||||
<xs:unique name="RegistroRichieste_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
||||
<xs:selector xpath=".//mstns:RegistroRichieste" />
|
||||
<xs:field xpath="mstns:IdxRegRich" />
|
||||
</xs:unique>
|
||||
</xs:element>
|
||||
<xs:annotation>
|
||||
<xs:appinfo>
|
||||
<msdata:Relationship name="FK_Timbrature_Dipendenti" msdata:parent="Dipendenti" msdata:child="Timbrature" msdata:parentkey="idxDipendente" msdata:childkey="idxDipendente" msprop:Generator_UserParentTable="Dipendenti" msprop:Generator_UserChildTable="Timbrature" msprop:Generator_RelationVarName="relationFK_Timbrature_Dipendenti" msprop:Generator_ChildPropName="GetTimbratureRows" msprop:Generator_UserRelationName="FK_Timbrature_Dipendenti" msprop:Generator_ParentPropName="DipendentiRow" />
|
||||
<msdata:Relationship name="FK_AnagFasi_AnagProgetti" msdata:parent="AnagProgetti" msdata:child="AnagFasi" msdata:parentkey="idxProgetto" msdata:childkey="idxProgetto" msprop:Generator_UserParentTable="AnagProgetti" msprop:Generator_UserChildTable="AnagFasi" msprop:Generator_RelationVarName="relationFK_AnagFasi_AnagProgetti" msprop:Generator_ChildPropName="GetAnagFasiRows" msprop:Generator_UserRelationName="FK_AnagFasi_AnagProgetti" msprop:Generator_ParentPropName="AnagProgettiRow" />
|
||||
<msdata:Relationship name="FK_RegAttivita_AnagFasi" msdata:parent="AnagFasi" msdata:child="RegAttivita" msdata:parentkey="idxFase" msdata:childkey="idxFase" msprop:Generator_UserParentTable="AnagFasi" msprop:Generator_UserChildTable="RegAttivita" msprop:Generator_RelationVarName="relationFK_RegAttivita_AnagFasi" msprop:Generator_ChildPropName="GetRegAttivitaRows" msprop:Generator_UserRelationName="FK_RegAttivita_AnagFasi" msprop:Generator_ParentPropName="AnagFasiRow" />
|
||||
<msdata:Relationship name="FK_RegAttivita_Dipendenti" msdata:parent="Dipendenti" msdata:child="RegAttivita" msdata:parentkey="idxDipendente" msdata:childkey="idxDipendente" msprop:Generator_UserParentTable="Dipendenti" msprop:Generator_UserChildTable="RegAttivita" msprop:Generator_RelationVarName="relationFK_RegAttivita_Dipendenti" msprop:Generator_ChildPropName="GetRegAttivitaRows" msprop:Generator_UserRelationName="FK_RegAttivita_Dipendenti" msprop:Generator_ParentPropName="DipendentiRow" />
|
||||
<msdata:Relationship name="FK_Dipendenti_AnagOrari" msdata:parent="AnagOrari" msdata:child="Dipendenti" msdata:parentkey="codOrario" msdata:childkey="codOrario" msprop:Generator_UserParentTable="AnagOrari" msprop:Generator_UserChildTable="Dipendenti" msprop:Generator_RelationVarName="relationFK_Dipendenti_AnagOrari" msprop:Generator_ChildPropName="GetDipendentiRows" msprop:Generator_ParentPropName="AnagOrariRow" msprop:Generator_UserRelationName="FK_Dipendenti_AnagOrari" />
|
||||
<msdata:Relationship name="FK_RilievoTemp_Dipendenti" msdata:parent="Dipendenti" msdata:child="RilievoTemp" msdata:parentkey="idxDipendente" msdata:childkey="idxDipendente" msprop:Generator_UserParentTable="Dipendenti" msprop:Generator_UserChildTable="RilievoTemp" msprop:Generator_RelationVarName="relationFK_RilievoTemp_Dipendenti" msprop:Generator_ChildPropName="GetRilievoTempRows" msprop:Generator_ParentPropName="DipendentiRow" msprop:Generator_UserRelationName="FK_RilievoTemp_Dipendenti" />
|
||||
<msdata:Relationship name="FK_Dipendenti_AnagGruppi" msdata:parent="AnagGruppi" msdata:child="Dipendenti" msdata:parentkey="gruppo" msdata:childkey="gruppo" msprop:Generator_UserParentTable="AnagGruppi" msprop:Generator_UserChildTable="Dipendenti" msprop:Generator_RelationVarName="relationFK_Dipendenti_AnagGruppi" msprop:Generator_ChildPropName="GetDipendentiRows" msprop:Generator_UserRelationName="FK_Dipendenti_AnagGruppi" msprop:Generator_ParentPropName="AnagGruppiRow" />
|
||||
<msdata:Relationship name="FK_Dipendenti_AnagGruppi1" msdata:parent="Dipendenti2Gruppi" msdata:child="Dipendenti" msdata:parentkey="gruppo" msdata:childkey="gruppo" msprop:Generator_UserParentTable="Dipendenti2Gruppi" msprop:Generator_UserChildTable="Dipendenti" msprop:Generator_RelationVarName="relationFK_Dipendenti_AnagGruppi1" msprop:Generator_ChildPropName="GetDipendentiRows" msprop:Generator_UserRelationName="FK_Dipendenti_AnagGruppi1" msprop:Generator_ParentPropName="Dipendenti2GruppiRow" />
|
||||
<msdata:Relationship name="FK_Timbrature_Dipendenti" msdata:parent="Dipendenti" msdata:child="Timbrature" msdata:parentkey="idxDipendente" msdata:childkey="idxDipendente" msprop:Generator_UserParentTable="Dipendenti" msprop:Generator_UserChildTable="Timbrature" msprop:Generator_RelationVarName="relationFK_Timbrature_Dipendenti" msprop:Generator_ChildPropName="GetTimbratureRows" msprop:Generator_ParentPropName="DipendentiRow" msprop:Generator_UserRelationName="FK_Timbrature_Dipendenti" />
|
||||
<msdata:Relationship name="FK_AnagFasi_AnagProgetti" msdata:parent="AnagProgetti" msdata:child="AnagFasi" msdata:parentkey="idxProgetto" msdata:childkey="idxProgetto" msprop:Generator_UserParentTable="AnagProgetti" msprop:Generator_UserChildTable="AnagFasi" msprop:Generator_RelationVarName="relationFK_AnagFasi_AnagProgetti" msprop:Generator_ChildPropName="GetAnagFasiRows" msprop:Generator_ParentPropName="AnagProgettiRow" msprop:Generator_UserRelationName="FK_AnagFasi_AnagProgetti" />
|
||||
<msdata:Relationship name="FK_RegAttivita_AnagFasi" msdata:parent="AnagFasi" msdata:child="RegAttivita" msdata:parentkey="idxFase" msdata:childkey="idxFase" msprop:Generator_UserParentTable="AnagFasi" msprop:Generator_UserChildTable="RegAttivita" msprop:Generator_RelationVarName="relationFK_RegAttivita_AnagFasi" msprop:Generator_ChildPropName="GetRegAttivitaRows" msprop:Generator_ParentPropName="AnagFasiRow" msprop:Generator_UserRelationName="FK_RegAttivita_AnagFasi" />
|
||||
<msdata:Relationship name="FK_RegAttivita_Dipendenti" msdata:parent="Dipendenti" msdata:child="RegAttivita" msdata:parentkey="idxDipendente" msdata:childkey="idxDipendente" msprop:Generator_UserParentTable="Dipendenti" msprop:Generator_UserChildTable="RegAttivita" msprop:Generator_RelationVarName="relationFK_RegAttivita_Dipendenti" msprop:Generator_ChildPropName="GetRegAttivitaRows" msprop:Generator_ParentPropName="DipendentiRow" msprop:Generator_UserRelationName="FK_RegAttivita_Dipendenti" />
|
||||
<msdata:Relationship name="FK_Dipendenti_AnagOrari" msdata:parent="AnagOrari" msdata:child="Dipendenti" msdata:parentkey="codOrario" msdata:childkey="codOrario" msprop:Generator_UserParentTable="AnagOrari" msprop:Generator_UserChildTable="Dipendenti" msprop:Generator_RelationVarName="relationFK_Dipendenti_AnagOrari" msprop:Generator_ChildPropName="GetDipendentiRows" msprop:Generator_UserRelationName="FK_Dipendenti_AnagOrari" msprop:Generator_ParentPropName="AnagOrariRow" />
|
||||
<msdata:Relationship name="FK_RilievoTemp_Dipendenti" msdata:parent="Dipendenti" msdata:child="RilievoTemp" msdata:parentkey="idxDipendente" msdata:childkey="idxDipendente" msprop:Generator_UserParentTable="Dipendenti" msprop:Generator_UserChildTable="RilievoTemp" msprop:Generator_RelationVarName="relationFK_RilievoTemp_Dipendenti" msprop:Generator_ChildPropName="GetRilievoTempRows" msprop:Generator_UserRelationName="FK_RilievoTemp_Dipendenti" msprop:Generator_ParentPropName="DipendentiRow" />
|
||||
<msdata:Relationship name="FK_Dipendenti_AnagGruppi" msdata:parent="AnagGruppi" msdata:child="Dipendenti" msdata:parentkey="gruppo" msdata:childkey="gruppo" msprop:Generator_UserParentTable="AnagGruppi" msprop:Generator_UserChildTable="Dipendenti" msprop:Generator_RelationVarName="relationFK_Dipendenti_AnagGruppi" msprop:Generator_ChildPropName="GetDipendentiRows" msprop:Generator_ParentPropName="AnagGruppiRow" msprop:Generator_UserRelationName="FK_Dipendenti_AnagGruppi" />
|
||||
<msdata:Relationship name="FK_Dipendenti_AnagGruppi1" msdata:parent="Dipendenti2Gruppi" msdata:child="Dipendenti" msdata:parentkey="gruppo" msdata:childkey="gruppo" msprop:Generator_UserParentTable="Dipendenti2Gruppi" msprop:Generator_UserChildTable="Dipendenti" msprop:Generator_RelationVarName="relationFK_Dipendenti_AnagGruppi1" msprop:Generator_ChildPropName="GetDipendentiRows" msprop:Generator_ParentPropName="Dipendenti2GruppiRow" msprop:Generator_UserRelationName="FK_Dipendenti_AnagGruppi1" />
|
||||
</xs:appinfo>
|
||||
</xs:annotation>
|
||||
</xs:schema>
|
||||
@@ -4,37 +4,38 @@
|
||||
Changes to this file may cause incorrect behavior and will be lost if
|
||||
the code is regenerated.
|
||||
</autogenerated>-->
|
||||
<DiagramLayout xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ex:showrelationlabel="False" ViewPortX="237" ViewPortY="-47" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
|
||||
<DiagramLayout xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ex:showrelationlabel="False" ViewPortX="237" ViewPortY="429" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
|
||||
<Shapes>
|
||||
<Shape ID="DesignTable:Timbrature" ZOrder="33" X="279" Y="76" Height="267" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="140" />
|
||||
<Shape ID="DesignTable:TimbratureExpl" ZOrder="22" X="622" Y="64" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:AnagDevices" ZOrder="3" X="951" Y="215" Height="305" Width="260" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="178" />
|
||||
<Shape ID="DesignTable:Dipendenti" ZOrder="4" X="285" Y="543" Height="419" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:AnagClienti" ZOrder="17" X="1234" Y="528" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:AnagProgetti" ZOrder="13" X="886" Y="976" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:Dipendenti2Ruoli" ZOrder="32" X="579" Y="943" Height="153" Width="276" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
|
||||
<Shape ID="DesignTable:AnagFasi" ZOrder="12" X="871" Y="528" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:v_logCommUt" ZOrder="20" X="1204" Y="1309" Height="324" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:RegAttivita" ZOrder="18" X="598" Y="591" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="178" />
|
||||
<Shape ID="DesignTable:CalendFesteFerie" ZOrder="23" X="597" Y="1126" Height="191" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
|
||||
<Shape ID="DesignTable:AnagOrari" ZOrder="5" X="280" Y="1001" Height="362" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:TimbMeseExpl" ZOrder="28" X="1249" Y="134" Height="324" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:Giustificativi" ZOrder="24" X="885" Y="1385" Height="229" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="102" />
|
||||
<Shape ID="DesignTable:stp_DipendentiAndAnomalie" ZOrder="27" X="82" Y="1313" Height="134" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
|
||||
<Shape ID="DesignTable:TE_RA_Expl" ZOrder="10" X="1" Y="26" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:regAttDayExpl" ZOrder="16" X="-20" Y="883" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:AnagProgetti_Expl" ZOrder="26" X="1236" Y="992" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:RegistroEventi" ZOrder="25" X="85" Y="1476" Height="153" Width="229" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
|
||||
<Shape ID="DesignTable:RilievoTemp" ZOrder="6" X="-24" Y="566" Height="191" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
|
||||
<Shape ID="DesignTable:HistTemp" ZOrder="19" X="-23" Y="762" Height="115" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
|
||||
<Shape ID="DesignTable:CheckVC19" ZOrder="15" X="482" Y="1423" Height="229" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="159" />
|
||||
<Shape ID="DesignTable:AnagGruppi" ZOrder="7" X="-14" Y="341" Height="210" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="102" />
|
||||
<Shape ID="DesignTable:Dipendenti2Gruppi" ZOrder="9" X="367" Y="370" Height="134" Width="256" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
|
||||
<Shape ID="DesignTable:TagMese" ZOrder="2" X="963" Y="-12" Height="210" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="140" />
|
||||
<Shape ID="DesignTable:ListTagDD" ZOrder="1" X="1289" Y="-21" Height="210" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="121" />
|
||||
<Shape ID="DesignTable:Timbrature" ZOrder="34" X="279" Y="76" Height="267" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="140" />
|
||||
<Shape ID="DesignTable:TimbratureExpl" ZOrder="24" X="622" Y="64" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:AnagDevices" ZOrder="6" X="951" Y="215" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="178" />
|
||||
<Shape ID="DesignTable:Dipendenti" ZOrder="7" X="285" Y="543" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:AnagClienti" ZOrder="19" X="1234" Y="528" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:AnagProgetti" ZOrder="16" X="886" Y="976" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:Dipendenti2Ruoli" ZOrder="33" X="579" Y="943" Height="153" Width="276" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
|
||||
<Shape ID="DesignTable:AnagFasi" ZOrder="15" X="871" Y="528" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:v_logCommUt" ZOrder="22" X="1204" Y="1309" Height="324" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:RegAttivita" ZOrder="20" X="598" Y="591" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="178" />
|
||||
<Shape ID="DesignTable:CalendFesteFerie" ZOrder="3" X="597" Y="1126" Height="191" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
|
||||
<Shape ID="DesignTable:AnagOrari" ZOrder="8" X="280" Y="1001" Height="362" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:TimbMeseExpl" ZOrder="29" X="1249" Y="134" Height="324" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:Giustificativi" ZOrder="25" X="885" Y="1385" Height="229" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="102" />
|
||||
<Shape ID="DesignTable:stp_DipendentiAndAnomalie" ZOrder="28" X="82" Y="1313" Height="134" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
|
||||
<Shape ID="DesignTable:TE_RA_Expl" ZOrder="13" X="1" Y="26" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:regAttDayExpl" ZOrder="18" X="-20" Y="883" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:AnagProgetti_Expl" ZOrder="27" X="1236" Y="992" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:RegistroEventi" ZOrder="26" X="85" Y="1476" Height="153" Width="229" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
|
||||
<Shape ID="DesignTable:RilievoTemp" ZOrder="9" X="-24" Y="566" Height="191" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
|
||||
<Shape ID="DesignTable:HistTemp" ZOrder="21" X="-23" Y="762" Height="115" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
|
||||
<Shape ID="DesignTable:CheckVC19" ZOrder="2" X="374" Y="1397" Height="229" Width="202" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="159" />
|
||||
<Shape ID="DesignTable:AnagGruppi" ZOrder="10" X="-14" Y="341" Height="210" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="102" />
|
||||
<Shape ID="DesignTable:Dipendenti2Gruppi" ZOrder="12" X="367" Y="370" Height="153" Width="256" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
|
||||
<Shape ID="DesignTable:TagMese" ZOrder="5" X="963" Y="-12" Height="229" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="159" />
|
||||
<Shape ID="DesignTable:ListTagDD" ZOrder="4" X="1289" Y="-21" Height="210" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="121" />
|
||||
<Shape ID="DesignTable:RegistroRichieste" ZOrder="1" X="591" Y="1363" Height="267" Width="243" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="159" />
|
||||
</Shapes>
|
||||
<Connectors>
|
||||
<Connector ID="DesignRelation:FK_Timbrature_Dipendenti" ZOrder="34" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_Timbrature_Dipendenti" ZOrder="35" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>391</X>
|
||||
@@ -46,7 +47,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_AnagFasi_AnagProgetti" ZOrder="14" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_AnagFasi_AnagProgetti" ZOrder="17" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>1046</X>
|
||||
@@ -58,7 +59,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_RegAttivita_AnagFasi" ZOrder="31" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_RegAttivita_AnagFasi" ZOrder="32" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>871</X>
|
||||
@@ -74,7 +75,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_RegAttivita_Dipendenti" ZOrder="30" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_RegAttivita_Dipendenti" ZOrder="31" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>585</X>
|
||||
@@ -86,7 +87,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_Dipendenti_AnagOrari" ZOrder="29" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_Dipendenti_AnagOrari" ZOrder="30" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>332</X>
|
||||
@@ -94,11 +95,11 @@
|
||||
</Point>
|
||||
<Point>
|
||||
<X>332</X>
|
||||
<Y>962</Y>
|
||||
<Y>924</Y>
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_RilievoTemp_Dipendenti" ZOrder="21" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_RilievoTemp_Dipendenti" ZOrder="23" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>285</X>
|
||||
@@ -110,7 +111,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_Dipendenti_AnagGruppi" ZOrder="11" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_Dipendenti_AnagGruppi" ZOrder="14" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>286</X>
|
||||
@@ -126,11 +127,11 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_Dipendenti_AnagGruppi1" ZOrder="8" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_Dipendenti_AnagGruppi1" ZOrder="11" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>428</X>
|
||||
<Y>504</Y>
|
||||
<Y>523</Y>
|
||||
</Point>
|
||||
<Point>
|
||||
<X>428</X>
|
||||
|
||||
Reference in New Issue
Block a user