diff --git a/AppData/DS_App.xsd b/AppData/DS_App.xsd index 3bd5387..a35b245 100644 --- a/AppData/DS_App.xsd +++ b/AppData/DS_App.xsd @@ -3066,7 +3066,7 @@ FROM v_OKIB - + @@ -3116,7 +3116,7 @@ FROM v_OKIB - + @@ -3141,7 +3141,7 @@ FROM v_OKIB - + @@ -3196,7 +3196,7 @@ FROM v_OKIB - + @@ -3269,7 +3269,7 @@ FROM v_OKIB - + @@ -3277,7 +3277,7 @@ FROM v_OKIB - + @@ -3346,7 +3346,7 @@ FROM v_OKIB - + @@ -3379,7 +3379,7 @@ FROM v_OKIB - + @@ -3420,7 +3420,7 @@ FROM v_OKIB - + @@ -3439,7 +3439,7 @@ FROM v_OKIB - + @@ -3470,7 +3470,7 @@ FROM v_OKIB - + @@ -3478,7 +3478,7 @@ FROM v_OKIB - + @@ -3495,7 +3495,7 @@ FROM v_OKIB - + @@ -3504,7 +3504,7 @@ FROM v_OKIB - + @@ -3535,7 +3535,7 @@ FROM v_OKIB - + @@ -3543,7 +3543,7 @@ FROM v_OKIB - + @@ -3559,7 +3559,7 @@ FROM v_OKIB - + @@ -3567,7 +3567,7 @@ FROM v_OKIB - + @@ -3595,7 +3595,7 @@ FROM v_OKIB - + @@ -3631,7 +3631,7 @@ FROM v_OKIB - + @@ -3647,7 +3647,7 @@ FROM v_OKIB - + @@ -3657,7 +3657,7 @@ FROM v_OKIB - + @@ -3674,7 +3674,7 @@ FROM v_OKIB - + @@ -3687,7 +3687,7 @@ FROM v_OKIB - + @@ -3736,7 +3736,7 @@ FROM v_OKIB - + @@ -3765,7 +3765,7 @@ FROM v_OKIB - + @@ -3807,7 +3807,7 @@ FROM v_OKIB - + @@ -3917,7 +3917,7 @@ FROM v_OKIB - + @@ -3980,7 +3980,7 @@ FROM v_OKIB - + @@ -4025,7 +4025,7 @@ FROM v_OKIB - + @@ -4051,7 +4051,7 @@ FROM v_OKIB - + @@ -4144,7 +4144,7 @@ FROM v_OKIB - + @@ -4207,7 +4207,7 @@ FROM v_OKIB - + @@ -4266,7 +4266,7 @@ FROM v_OKIB - + @@ -4315,7 +4315,7 @@ FROM v_OKIB - + @@ -4474,18 +4474,18 @@ FROM v_OKIB - - - - - - - - - - - - + + + + + + + + + + + + \ No newline at end of file diff --git a/AppData/DS_App.xss b/AppData/DS_App.xss index 3221c78..0aba978 100644 --- a/AppData/DS_App.xss +++ b/AppData/DS_App.xss @@ -4,7 +4,7 @@ Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. --> - + @@ -13,7 +13,7 @@ - + diff --git a/AppData/DS_Report.Designer.cs b/AppData/DS_Report.Designer.cs index 376a550..82a1af2 100644 --- a/AppData/DS_Report.Designer.cs +++ b/AppData/DS_Report.Designer.cs @@ -1560,6 +1560,8 @@ namespace AppData { private global::System.Data.DataColumn columnQRCodeBaseUrl; + private global::System.Data.DataColumn columnPaintDate; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public stp_prt_BinDataTable() { @@ -1689,6 +1691,14 @@ namespace AppData { } } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public global::System.Data.DataColumn PaintDateColumn { + get { + return this.columnPaintDate; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.Browsable(false)] @@ -1726,7 +1736,7 @@ namespace AppData { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public stp_prt_BinRow Addstp_prt_BinRow(bool flgPreOrPost, int BinIndex, string BinIndexChar, string ItemExtCode, string ItemDesc, string BinDtmxRich, string BinDtmx, string BinDtmxProc, int TotItem, string PathImageFull, string QRCodeBaseUrl) { + public stp_prt_BinRow Addstp_prt_BinRow(bool flgPreOrPost, int BinIndex, string BinIndexChar, string ItemExtCode, string ItemDesc, string BinDtmxRich, string BinDtmx, string BinDtmxProc, int TotItem, string PathImageFull, string QRCodeBaseUrl, System.DateTime PaintDate) { stp_prt_BinRow rowstp_prt_BinRow = ((stp_prt_BinRow)(this.NewRow())); object[] columnValuesArray = new object[] { null, @@ -1740,7 +1750,8 @@ namespace AppData { BinDtmxProc, TotItem, PathImageFull, - QRCodeBaseUrl}; + QRCodeBaseUrl, + PaintDate}; rowstp_prt_BinRow.ItemArray = columnValuesArray; this.Rows.Add(rowstp_prt_BinRow); return rowstp_prt_BinRow; @@ -1782,6 +1793,7 @@ namespace AppData { this.columnTotItem = base.Columns["TotItem"]; this.columnPathImageFull = base.Columns["PathImageFull"]; this.columnQRCodeBaseUrl = base.Columns["QRCodeBaseUrl"]; + this.columnPaintDate = base.Columns["PaintDate"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -1811,6 +1823,8 @@ namespace AppData { base.Columns.Add(this.columnPathImageFull); this.columnQRCodeBaseUrl = new global::System.Data.DataColumn("QRCodeBaseUrl", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnQRCodeBaseUrl); + this.columnPaintDate = new global::System.Data.DataColumn("PaintDate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnPaintDate); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnBinID}, true)); this.columnBinID.AutoIncrement = true; @@ -2295,6 +2309,8 @@ namespace AppData { private global::System.Data.DataColumn columnQRCodeBaseUrl; + private global::System.Data.DataColumn columnDueDate; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public stp_prt_CartDataTable() { @@ -2392,6 +2408,14 @@ namespace AppData { } } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public global::System.Data.DataColumn DueDateColumn { + get { + return this.columnDueDate; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.Browsable(false)] @@ -2429,7 +2453,7 @@ namespace AppData { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public stp_prt_CartRow Addstp_prt_CartRow(int BatchID, int CartIndex, string CartDtmx, string OrderExtCode, string FamilyCode, int TotKit, string QRCodeBaseUrl) { + public stp_prt_CartRow Addstp_prt_CartRow(int BatchID, int CartIndex, string CartDtmx, string OrderExtCode, string FamilyCode, int TotKit, string QRCodeBaseUrl, System.DateTime DueDate) { stp_prt_CartRow rowstp_prt_CartRow = ((stp_prt_CartRow)(this.NewRow())); object[] columnValuesArray = new object[] { BatchID, @@ -2439,7 +2463,8 @@ namespace AppData { OrderExtCode, FamilyCode, TotKit, - QRCodeBaseUrl}; + QRCodeBaseUrl, + DueDate}; rowstp_prt_CartRow.ItemArray = columnValuesArray; this.Rows.Add(rowstp_prt_CartRow); return rowstp_prt_CartRow; @@ -2477,6 +2502,7 @@ namespace AppData { this.columnFamilyCode = base.Columns["FamilyCode"]; this.columnTotKit = base.Columns["TotKit"]; this.columnQRCodeBaseUrl = base.Columns["QRCodeBaseUrl"]; + this.columnDueDate = base.Columns["DueDate"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -2498,6 +2524,8 @@ namespace AppData { base.Columns.Add(this.columnTotKit); this.columnQRCodeBaseUrl = new global::System.Data.DataColumn("QRCodeBaseUrl", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnQRCodeBaseUrl); + this.columnDueDate = new global::System.Data.DataColumn("DueDate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnDueDate); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnCartID}, true)); this.columnBatchID.ReadOnly = true; @@ -3954,6 +3982,22 @@ namespace AppData { } } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public System.DateTime PaintDate { + get { + try { + return ((global::System.DateTime)(this[this.tablestp_prt_Bin.PaintDateColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("Il valore della colonna \'PaintDate\' nella tabella \'stp_prt_Bin\' è DBNull.", e); + } + } + set { + this[this.tablestp_prt_Bin.PaintDateColumn] = value; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsflgPreOrPostNull() { @@ -4073,6 +4117,18 @@ namespace AppData { public void SetQRCodeBaseUrlNull() { this[this.tablestp_prt_Bin.QRCodeBaseUrlColumn] = global::System.Convert.DBNull; } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public bool IsPaintDateNull() { + return this.IsNull(this.tablestp_prt_Bin.PaintDateColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public void SetPaintDateNull() { + this[this.tablestp_prt_Bin.PaintDateColumn] = global::System.Convert.DBNull; + } } /// @@ -4317,6 +4373,22 @@ namespace AppData { } } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public System.DateTime DueDate { + get { + try { + return ((global::System.DateTime)(this[this.tablestp_prt_Cart.DueDateColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DueDate\' nella tabella \'stp_prt_Cart\' è DBNull.", e); + } + } + set { + this[this.tablestp_prt_Cart.DueDateColumn] = value; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsBatchIDNull() { @@ -4388,6 +4460,18 @@ namespace AppData { public void SetQRCodeBaseUrlNull() { this[this.tablestp_prt_Cart.QRCodeBaseUrlColumn] = global::System.Convert.DBNull; } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public bool IsDueDateNull() { + return this.IsNull(this.tablestp_prt_Cart.DueDateColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public void SetDueDateNull() { + this[this.tablestp_prt_Cart.DueDateColumn] = global::System.Convert.DBNull; + } } /// @@ -6517,6 +6601,7 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione tableMapping.ColumnMappings.Add("TotItem", "TotItem"); tableMapping.ColumnMappings.Add("PathImageFull", "PathImageFull"); tableMapping.ColumnMappings.Add("QRCodeBaseUrl", "QRCodeBaseUrl"); + tableMapping.ColumnMappings.Add("PaintDate", "PaintDate"); this._adapter.TableMappings.Add(tableMapping); } @@ -6941,6 +7026,7 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione tableMapping.ColumnMappings.Add("FamilyCode", "FamilyCode"); tableMapping.ColumnMappings.Add("TotKit", "TotKit"); tableMapping.ColumnMappings.Add("QRCodeBaseUrl", "QRCodeBaseUrl"); + tableMapping.ColumnMappings.Add("DueDate", "DueDate"); this._adapter.TableMappings.Add(tableMapping); } diff --git a/AppData/DS_Report.xsd b/AppData/DS_Report.xsd index 6978255..85baba0 100644 --- a/AppData/DS_Report.xsd +++ b/AppData/DS_Report.xsd @@ -315,6 +315,7 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione + @@ -365,6 +366,7 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione + @@ -431,7 +433,7 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione - + @@ -463,7 +465,7 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione - + @@ -495,7 +497,7 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione - + @@ -522,7 +524,7 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione - + @@ -585,10 +587,11 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione + - + @@ -616,7 +619,7 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione - + @@ -651,10 +654,11 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione + - + @@ -700,7 +704,7 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione - + diff --git a/AppData/DS_Report.xss b/AppData/DS_Report.xss index a6debca..59d6470 100644 --- a/AppData/DS_Report.xss +++ b/AppData/DS_Report.xss @@ -9,9 +9,9 @@ - + - +