diff --git a/XPS/App_Code/DS_applicazione.xsd b/XPS/App_Code/DS_applicazione.xsd index 458a32e..af85f09 100644 --- a/XPS/App_Code/DS_applicazione.xsd +++ b/XPS/App_Code/DS_applicazione.xsd @@ -528,6 +528,18 @@ WHERE (IdxObj = @Original_Cod) + + + + SELECT Cod, Stato, CodCliente, Cliente, CodCli, descrizione, DDT, DataDDT, DataArrivo, Posizione, Qta, Peso, DataPrevista, IdxObjMamma, CodStato +FROM v_ULP +WHERE (CodStato = @CodStato) + + + + + + @@ -716,14 +728,14 @@ WHERE (TransizioneEventi.codInviato = @codInviato) - + - + @@ -736,14 +748,14 @@ WHERE (TransizioneEventi.codInviato = @codInviato) - + - + @@ -756,21 +768,21 @@ WHERE (TransizioneEventi.codInviato = @codInviato) - + - + - + @@ -781,185 +793,6 @@ WHERE (TransizioneEventi.codInviato = @codInviato) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -976,28 +809,14 @@ WHERE (TransizioneEventi.codInviato = @codInviato) - + - - - - - - - - - - - - - - - + @@ -1011,6 +830,20 @@ WHERE (TransizioneEventi.codInviato = @codInviato) + + + + + + + + + + + + + + @@ -1021,16 +854,10 @@ WHERE (TransizioneEventi.codInviato = @codInviato) - + + - - - - - - - - + @@ -1038,17 +865,113 @@ WHERE (TransizioneEventi.codInviato = @codInviato) + + + + + + + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -1110,6 +1033,7 @@ WHERE (TransizioneEventi.codInviato = @codInviato) + @@ -1118,8 +1042,96 @@ WHERE (TransizioneEventi.codInviato = @codInviato) - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1132,29 +1144,29 @@ WHERE (TransizioneEventi.codInviato = @codInviato) - + - + - - + + - + @@ -1167,8 +1179,8 @@ WHERE (TransizioneEventi.codInviato = @codInviato) - - + + diff --git a/XPS/Style.css b/XPS/Style.css index 51cb7f0..4cff321 100644 --- a/XPS/Style.css +++ b/XPS/Style.css @@ -1776,7 +1776,78 @@ A:hover /* END */ +/* Controlli alternativi per cloning Verdi */ +.ctrHeaderPagerGreen +{ + background-color: #5BD15B; + font-weight: bold; + color: White; +} + +.ctrFooterGreen +{ + background-color: #5BD15B; + font-weight: bold; + color: White; +} + +.ctrRowStyleGreen +{ + vertical-align: top; + background-color: #E1FFE7; +} + +.ctrAltRowStyleGreen +{ + vertical-align: top; + background-color: White; + border-bottom-width: 1px; + border-color: Silver; +} + +.ctrInsRowStyleGreen +{ + background-color: #b8b8b8; +} + +.ctGreenitRowStyleGreen +{ + background-color: #C4FFC5; +} + +.ctrSelRowStyleGreen +{ + font-weight: bold; + color: #333333; + background-color: #C4FFC5; +} + +.ctrCommRowGreen +{ + font-weight: bold; + background-color: #C4FFC5; +} + +.ctrFiledHeadGreen +{ + background-color: #C4FFC5; + font-weight: bold; + width: 25%; +} + +.ctrLabelStrongGreen +{ + font-weight: bold; +} + +.ctrFieldEditGreen +{ + font-size: 8pt; +} + + +/* END */ .repHead diff --git a/XPS/barcode.aspx.cs b/XPS/barcode.aspx.cs index fd661d4..d061150 100644 --- a/XPS/barcode.aspx.cs +++ b/XPS/barcode.aspx.cs @@ -130,15 +130,6 @@ public partial class barcode : System.Web.UI.Page break; case "Barcode - interrogazione": // mostro il dettaglio direttamente in detComm.aspx -#if false - // mostro timbrature... - // apro maschera dipendenti - LogAccessi childForm = new LogAccessi(); - childForm.MdiParent = this.ParentForm; - childForm.Text = "Log accessi dipendenti"; - childForm.ricerca = mod_barcode1.comandoRegistrato.valoreTrad; - childForm.Show(); -#endif break; default: break; diff --git a/XPS/mod_completate.ascx b/XPS/mod_completate.ascx new file mode 100644 index 0000000..61d0485 --- /dev/null +++ b/XPS/mod_completate.ascx @@ -0,0 +1,55 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeFile="mod_completate.ascx.cs" + Inherits="mod_completate" %> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/XPS/mod_completate.ascx.cs b/XPS/mod_completate.ascx.cs new file mode 100644 index 0000000..29c2cc2 --- /dev/null +++ b/XPS/mod_completate.ascx.cs @@ -0,0 +1,36 @@ +using System; +using System.Collections.Generic; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; +using SteamWare; + +public partial class mod_completate : System.Web.UI.UserControl +{ + protected void Page_Load(object sender, EventArgs e) + { + lblCompletate.Text = traduci("lblCommCompletate"); + } + + public DateTime dataRif + { + get + { + return Convert.ToDateTime(txtDataCorr.Text); + } + set + { + txtDataCorr.Text = value.ToString(); + odsCompletate.DataBind(); + } + } + public void doUpdate() + { + odsCompletate.DataBind(); + } + + public string traduci(object lemma) + { + return user_std.UtSn.Traduci(lemma.ToString()); + } +} diff --git a/XPS/mod_scadenziarioCommesse.ascx b/XPS/mod_scadenziarioCommesse.ascx index 5d05c89..651bf11 100644 --- a/XPS/mod_scadenziarioCommesse.ascx +++ b/XPS/mod_scadenziarioCommesse.ascx @@ -4,6 +4,7 @@ <%@ Register Src="mod_dettaglioGiornaliero.ascx" TagName="mod_dettaglioGiornaliero" TagPrefix="uc1" %> <%@ Register Src="mod_scadute.ascx" TagName="mod_scadute" TagPrefix="uc2" %> +<%@ Register src="mod_completate.ascx" tagname="mod_completate" tagprefix="uc3" %>
@@ -25,60 +26,7 @@
- <%-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --%> +
diff --git a/XPS/mod_scadenziarioCommesse.ascx.cs b/XPS/mod_scadenziarioCommesse.ascx.cs index cc8661a..4e79ea8 100644 --- a/XPS/mod_scadenziarioCommesse.ascx.cs +++ b/XPS/mod_scadenziarioCommesse.ascx.cs @@ -19,9 +19,6 @@ public partial class mod_scadenziarioCommesse : ApplicationUserControl base.traduciObj(); lblFromDate.Text = traduci("lblFromDate"); txtFromDate.Text = DateTime.Now.ToString("dd/MM/yyyy"); -#if false - lblScadute.Text = traduci("lblCommScadute"); -#endif } /// @@ -48,11 +45,10 @@ public partial class mod_scadenziarioCommesse : ApplicationUserControl /// private void updateControlli() { -#if false - grViewScadute.DataBind(); -#endif mod_scadute1.dataRif = Convert.ToDateTime(txtFromDate.Text); mod_scadute1.doUpdate(); + mod_completate1.dataRif = Convert.ToDateTime(txtFromDate.Text); + mod_completate1.doUpdate(); } #endregion