diff --git a/AppData/DS_Report.Designer.cs b/AppData/DS_Report.Designer.cs
index f904ef4..7d8e931 100644
--- a/AppData/DS_Report.Designer.cs
+++ b/AppData/DS_Report.Designer.cs
@@ -1,10 +1,10 @@
//------------------------------------------------------------------------------
//
-// Il codice è stato generato da uno strumento.
-// Versione runtime:4.0.30319.42000
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
//
-// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
-// il codice viene rigenerato.
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
//
//------------------------------------------------------------------------------
@@ -44,6 +44,8 @@ namespace AppData {
private stp_prt_IRK_SumDataTable tablestp_prt_IRK_Sum;
+ private stp_prt_RemnantDataTable tablestp_prt_Remnant;
+
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -102,6 +104,9 @@ namespace AppData {
if ((ds.Tables["stp_prt_IRK_Sum"] != null)) {
base.Tables.Add(new stp_prt_IRK_SumDataTable(ds.Tables["stp_prt_IRK_Sum"]));
}
+ if ((ds.Tables["stp_prt_Remnant"] != null)) {
+ base.Tables.Add(new stp_prt_RemnantDataTable(ds.Tables["stp_prt_Remnant"]));
+ }
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
@@ -220,6 +225,16 @@ namespace AppData {
}
}
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ [global::System.ComponentModel.Browsable(false)]
+ [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
+ public stp_prt_RemnantDataTable stp_prt_Remnant {
+ get {
+ return this.tablestp_prt_Remnant;
+ }
+ }
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
[global::System.ComponentModel.BrowsableAttribute(true)]
@@ -317,6 +332,9 @@ namespace AppData {
if ((ds.Tables["stp_prt_IRK_Sum"] != null)) {
base.Tables.Add(new stp_prt_IRK_SumDataTable(ds.Tables["stp_prt_IRK_Sum"]));
}
+ if ((ds.Tables["stp_prt_Remnant"] != null)) {
+ base.Tables.Add(new stp_prt_RemnantDataTable(ds.Tables["stp_prt_Remnant"]));
+ }
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
@@ -410,6 +428,12 @@ namespace AppData {
this.tablestp_prt_IRK_Sum.InitVars();
}
}
+ this.tablestp_prt_Remnant = ((stp_prt_RemnantDataTable)(base.Tables["stp_prt_Remnant"]));
+ if ((initTable == true)) {
+ if ((this.tablestp_prt_Remnant != null)) {
+ this.tablestp_prt_Remnant.InitVars();
+ }
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -440,6 +464,8 @@ namespace AppData {
base.Tables.Add(this.tablestp_prt_IRK);
this.tablestp_prt_IRK_Sum = new stp_prt_IRK_SumDataTable();
base.Tables.Add(this.tablestp_prt_IRK_Sum);
+ this.tablestp_prt_Remnant = new stp_prt_RemnantDataTable();
+ base.Tables.Add(this.tablestp_prt_Remnant);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -502,6 +528,12 @@ namespace AppData {
return false;
}
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ private bool ShouldSerializestp_prt_Remnant() {
+ return false;
+ }
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
@@ -587,6 +619,9 @@ namespace AppData {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
public delegate void stp_prt_IRK_SumRowChangeEventHandler(object sender, stp_prt_IRK_SumRowChangeEvent e);
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public delegate void stp_prt_RemnantRowChangeEventHandler(object sender, stp_prt_RemnantRowChangeEvent e);
+
///
///Represents the strongly named DataTable class.
///
@@ -4322,6 +4357,303 @@ namespace AppData {
}
}
+ ///
+ ///Represents the strongly named DataTable class.
+ ///
+ [global::System.Serializable()]
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
+ public partial class stp_prt_RemnantDataTable : global::System.Data.TypedTableBase {
+
+ private global::System.Data.DataColumn columnQRCodeBaseUrl;
+
+ private global::System.Data.DataColumn columnCodRemnant;
+
+ private global::System.Data.DataColumn columnDescRemnant01;
+
+ private global::System.Data.DataColumn columnDescRemnant02;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public stp_prt_RemnantDataTable() {
+ this.TableName = "stp_prt_Remnant";
+ this.BeginInit();
+ this.InitClass();
+ this.EndInit();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ internal stp_prt_RemnantDataTable(global::System.Data.DataTable table) {
+ this.TableName = table.TableName;
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
+ this.CaseSensitive = table.CaseSensitive;
+ }
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
+ this.Locale = table.Locale;
+ }
+ if ((table.Namespace != table.DataSet.Namespace)) {
+ this.Namespace = table.Namespace;
+ }
+ this.Prefix = table.Prefix;
+ this.MinimumCapacity = table.MinimumCapacity;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ protected stp_prt_RemnantDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ base(info, context) {
+ this.InitVars();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public global::System.Data.DataColumn QRCodeBaseUrlColumn {
+ get {
+ return this.columnQRCodeBaseUrl;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public global::System.Data.DataColumn CodRemnantColumn {
+ get {
+ return this.columnCodRemnant;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public global::System.Data.DataColumn DescRemnant01Column {
+ get {
+ return this.columnDescRemnant01;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public global::System.Data.DataColumn DescRemnant02Column {
+ get {
+ return this.columnDescRemnant02;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ [global::System.ComponentModel.Browsable(false)]
+ public int Count {
+ get {
+ return this.Rows.Count;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public stp_prt_RemnantRow this[int index] {
+ get {
+ return ((stp_prt_RemnantRow)(this.Rows[index]));
+ }
+ }
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public event stp_prt_RemnantRowChangeEventHandler stp_prt_RemnantRowChanging;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public event stp_prt_RemnantRowChangeEventHandler stp_prt_RemnantRowChanged;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public event stp_prt_RemnantRowChangeEventHandler stp_prt_RemnantRowDeleting;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public event stp_prt_RemnantRowChangeEventHandler stp_prt_RemnantRowDeleted;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public void Addstp_prt_RemnantRow(stp_prt_RemnantRow row) {
+ this.Rows.Add(row);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public stp_prt_RemnantRow Addstp_prt_RemnantRow(string QRCodeBaseUrl, string CodRemnant, string DescRemnant01, string DescRemnant02) {
+ stp_prt_RemnantRow rowstp_prt_RemnantRow = ((stp_prt_RemnantRow)(this.NewRow()));
+ object[] columnValuesArray = new object[] {
+ QRCodeBaseUrl,
+ CodRemnant,
+ DescRemnant01,
+ DescRemnant02};
+ rowstp_prt_RemnantRow.ItemArray = columnValuesArray;
+ this.Rows.Add(rowstp_prt_RemnantRow);
+ return rowstp_prt_RemnantRow;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public override global::System.Data.DataTable Clone() {
+ stp_prt_RemnantDataTable cln = ((stp_prt_RemnantDataTable)(base.Clone()));
+ cln.InitVars();
+ return cln;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ protected override global::System.Data.DataTable CreateInstance() {
+ return new stp_prt_RemnantDataTable();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ internal void InitVars() {
+ this.columnQRCodeBaseUrl = base.Columns["QRCodeBaseUrl"];
+ this.columnCodRemnant = base.Columns["CodRemnant"];
+ this.columnDescRemnant01 = base.Columns["DescRemnant01"];
+ this.columnDescRemnant02 = base.Columns["DescRemnant02"];
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ private void InitClass() {
+ this.columnQRCodeBaseUrl = new global::System.Data.DataColumn("QRCodeBaseUrl", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnQRCodeBaseUrl);
+ this.columnCodRemnant = new global::System.Data.DataColumn("CodRemnant", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCodRemnant);
+ this.columnDescRemnant01 = new global::System.Data.DataColumn("DescRemnant01", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnDescRemnant01);
+ this.columnDescRemnant02 = new global::System.Data.DataColumn("DescRemnant02", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnDescRemnant02);
+ this.columnQRCodeBaseUrl.ReadOnly = true;
+ this.columnQRCodeBaseUrl.MaxLength = 400;
+ this.columnCodRemnant.ReadOnly = true;
+ this.columnCodRemnant.MaxLength = 522;
+ this.columnDescRemnant01.ReadOnly = true;
+ this.columnDescRemnant01.MaxLength = 551;
+ this.columnDescRemnant02.ReadOnly = true;
+ this.columnDescRemnant02.MaxLength = 152;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public stp_prt_RemnantRow Newstp_prt_RemnantRow() {
+ return ((stp_prt_RemnantRow)(this.NewRow()));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
+ return new stp_prt_RemnantRow(builder);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ protected override global::System.Type GetRowType() {
+ return typeof(stp_prt_RemnantRow);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanged(e);
+ if ((this.stp_prt_RemnantRowChanged != null)) {
+ this.stp_prt_RemnantRowChanged(this, new stp_prt_RemnantRowChangeEvent(((stp_prt_RemnantRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanging(e);
+ if ((this.stp_prt_RemnantRowChanging != null)) {
+ this.stp_prt_RemnantRowChanging(this, new stp_prt_RemnantRowChangeEvent(((stp_prt_RemnantRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleted(e);
+ if ((this.stp_prt_RemnantRowDeleted != null)) {
+ this.stp_prt_RemnantRowDeleted(this, new stp_prt_RemnantRowChangeEvent(((stp_prt_RemnantRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleting(e);
+ if ((this.stp_prt_RemnantRowDeleting != null)) {
+ this.stp_prt_RemnantRowDeleting(this, new stp_prt_RemnantRowChangeEvent(((stp_prt_RemnantRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public void Removestp_prt_RemnantRow(stp_prt_RemnantRow row) {
+ this.Rows.Remove(row);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
+ DS_Report ds = new DS_Report();
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
+ any1.MinOccurs = new decimal(0);
+ any1.MaxOccurs = decimal.MaxValue;
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
+ sequence.Items.Add(any1);
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
+ any2.MinOccurs = new decimal(1);
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
+ sequence.Items.Add(any2);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute1.Name = "namespace";
+ attribute1.FixedValue = ds.Namespace;
+ type.Attributes.Add(attribute1);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute2.Name = "tableTypeName";
+ attribute2.FixedValue = "stp_prt_RemnantDataTable";
+ type.Attributes.Add(attribute2);
+ type.Particle = sequence;
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
+ if (xs.Contains(dsSchema.TargetNamespace)) {
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
+ try {
+ global::System.Xml.Schema.XmlSchema schema = null;
+ dsSchema.Write(s1);
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
+ s2.SetLength(0);
+ schema.Write(s2);
+ if ((s1.Length == s2.Length)) {
+ s1.Position = 0;
+ s2.Position = 0;
+ for (; ((s1.Position != s1.Length)
+ && (s1.ReadByte() == s2.ReadByte())); ) {
+ ;
+ }
+ if ((s1.Position == s1.Length)) {
+ return type;
+ }
+ }
+ }
+ }
+ finally {
+ if ((s1 != null)) {
+ s1.Close();
+ }
+ if ((s2 != null)) {
+ s2.Close();
+ }
+ }
+ }
+ xs.Add(dsSchema);
+ return type;
+ }
+ }
+
///
///Represents strongly named DataRow class.
///
@@ -4355,7 +4687,7 @@ namespace AppData {
return ((string)(this[this.tablestp_prt_BunkList.StackDtmxColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'StackDtmx\' nella tabella \'stp_prt_BunkList\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'StackDtmx\' in table \'stp_prt_BunkList\' is DBNull.", e);
}
}
set {
@@ -4371,7 +4703,7 @@ namespace AppData {
return ((global::System.DateTime)(this[this.tablestp_prt_BunkList.PreparedColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'Prepared\' nella tabella \'stp_prt_BunkList\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Prepared\' in table \'stp_prt_BunkList\' is DBNull.", e);
}
}
set {
@@ -4431,8 +4763,7 @@ namespace AppData {
return ((string)(this[this.tablestp_prt_BunkList.QRCodeBaseUrlColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'QRCodeBaseUrl\' nella tabella \'stp_prt_BunkList\' è DBNull" +
- ".", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'QRCodeBaseUrl\' in table \'stp_prt_BunkList\' is DBNull.", e);
}
}
set {
@@ -4554,7 +4885,7 @@ namespace AppData {
return ((global::System.DateTime)(this[this.tablePrintJobQueue.dtEndColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'dtEnd\' nella tabella \'PrintJobQueue\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'dtEnd\' in table \'PrintJobQueue\' is DBNull.", e);
}
}
set {
@@ -4581,7 +4912,7 @@ namespace AppData {
return ((global::System.DateTime)(this[this.tablePrintJobQueue.dtLastTryColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'dtLastTry\' nella tabella \'PrintJobQueue\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'dtLastTry\' in table \'PrintJobQueue\' is DBNull.", e);
}
}
set {
@@ -4647,7 +4978,7 @@ namespace AppData {
return ((string)(this[this.tableElencoPostazioni.stampanteColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'stampante\' nella tabella \'ElencoPostazioni\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'stampante\' in table \'ElencoPostazioni\' is DBNull.", e);
}
}
set {
@@ -4663,7 +4994,7 @@ namespace AppData {
return ((string)(this[this.tableElencoPostazioni.noteColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'note\' nella tabella \'ElencoPostazioni\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'note\' in table \'ElencoPostazioni\' is DBNull.", e);
}
}
set {
@@ -4729,7 +5060,7 @@ namespace AppData {
return ((bool)(this[this.tablestp_prt_Bin.flgPreOrPostColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'flgPreOrPost\' nella tabella \'stp_prt_Bin\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'flgPreOrPost\' in table \'stp_prt_Bin\' is DBNull.", e);
}
}
set {
@@ -4756,7 +5087,7 @@ namespace AppData {
return ((string)(this[this.tablestp_prt_Bin.BinIndexCharColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'BinIndexChar\' nella tabella \'stp_prt_Bin\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'BinIndexChar\' in table \'stp_prt_Bin\' is DBNull.", e);
}
}
set {
@@ -4772,7 +5103,7 @@ namespace AppData {
return ((string)(this[this.tablestp_prt_Bin.ItemExtCodeColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'ItemExtCode\' nella tabella \'stp_prt_Bin\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'ItemExtCode\' in table \'stp_prt_Bin\' is DBNull.", e);
}
}
set {
@@ -4788,7 +5119,7 @@ namespace AppData {
return ((string)(this[this.tablestp_prt_Bin.ItemDescColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'ItemDesc\' nella tabella \'stp_prt_Bin\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'ItemDesc\' in table \'stp_prt_Bin\' is DBNull.", e);
}
}
set {
@@ -4804,7 +5135,7 @@ namespace AppData {
return ((string)(this[this.tablestp_prt_Bin.BinDtmxRichColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'BinDtmxRich\' nella tabella \'stp_prt_Bin\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'BinDtmxRich\' in table \'stp_prt_Bin\' is DBNull.", e);
}
}
set {
@@ -4820,7 +5151,7 @@ namespace AppData {
return ((string)(this[this.tablestp_prt_Bin.BinDtmxColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'BinDtmx\' nella tabella \'stp_prt_Bin\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'BinDtmx\' in table \'stp_prt_Bin\' is DBNull.", e);
}
}
set {
@@ -4836,7 +5167,7 @@ namespace AppData {
return ((string)(this[this.tablestp_prt_Bin.BinDtmxProcColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'BinDtmxProc\' nella tabella \'stp_prt_Bin\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'BinDtmxProc\' in table \'stp_prt_Bin\' is DBNull.", e);
}
}
set {
@@ -4852,7 +5183,7 @@ namespace AppData {
return ((int)(this[this.tablestp_prt_Bin.TotItemColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'TotItem\' nella tabella \'stp_prt_Bin\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'TotItem\' in table \'stp_prt_Bin\' is DBNull.", e);
}
}
set {
@@ -4868,7 +5199,7 @@ namespace AppData {
return ((string)(this[this.tablestp_prt_Bin.PathImageFullColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'PathImageFull\' nella tabella \'stp_prt_Bin\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'PathImageFull\' in table \'stp_prt_Bin\' is DBNull.", e);
}
}
set {
@@ -4884,7 +5215,7 @@ namespace AppData {
return ((string)(this[this.tablestp_prt_Bin.QRCodeBaseUrlColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'QRCodeBaseUrl\' nella tabella \'stp_prt_Bin\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'QRCodeBaseUrl\' in table \'stp_prt_Bin\' is DBNull.", e);
}
}
set {
@@ -4900,7 +5231,7 @@ namespace AppData {
return ((global::System.DateTime)(this[this.tablestp_prt_Bin.DueDateColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'DueDate\' nella tabella \'stp_prt_Bin\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'DueDate\' in table \'stp_prt_Bin\' is DBNull.", e);
}
}
set {
@@ -5074,7 +5405,7 @@ namespace AppData {
return ((string)(this[this.tablestp_prt_Part.ItemDtmxColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'ItemDtmx\' nella tabella \'stp_prt_Part\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'ItemDtmx\' in table \'stp_prt_Part\' is DBNull.", e);
}
}
set {
@@ -5090,7 +5421,7 @@ namespace AppData {
return ((string)(this[this.tablestp_prt_Part.DestinationColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'Destination\' nella tabella \'stp_prt_Part\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Destination\' in table \'stp_prt_Part\' is DBNull.", e);
}
}
set {
@@ -5106,7 +5437,7 @@ namespace AppData {
return ((string)(this[this.tablestp_prt_Part.QRCodeBaseUrlColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'QRCodeBaseUrl\' nella tabella \'stp_prt_Part\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'QRCodeBaseUrl\' in table \'stp_prt_Part\' is DBNull.", e);
}
}
set {
@@ -5173,7 +5504,7 @@ namespace AppData {
return ((int)(this[this.tablestp_prt_Cart.BatchIDColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'BatchID\' nella tabella \'stp_prt_Cart\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'BatchID\' in table \'stp_prt_Cart\' is DBNull.", e);
}
}
set {
@@ -5211,7 +5542,7 @@ namespace AppData {
return ((string)(this[this.tablestp_prt_Cart.CartDtmxColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'CartDtmx\' nella tabella \'stp_prt_Cart\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'CartDtmx\' in table \'stp_prt_Cart\' is DBNull.", e);
}
}
set {
@@ -5227,7 +5558,7 @@ namespace AppData {
return ((string)(this[this.tablestp_prt_Cart.OrderExtCodeColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'OrderExtCode\' nella tabella \'stp_prt_Cart\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'OrderExtCode\' in table \'stp_prt_Cart\' is DBNull.", e);
}
}
set {
@@ -5243,7 +5574,7 @@ namespace AppData {
return ((string)(this[this.tablestp_prt_Cart.FamilyCodeColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'FamilyCode\' nella tabella \'stp_prt_Cart\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'FamilyCode\' in table \'stp_prt_Cart\' is DBNull.", e);
}
}
set {
@@ -5259,7 +5590,7 @@ namespace AppData {
return ((int)(this[this.tablestp_prt_Cart.TotKitColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'TotKit\' nella tabella \'stp_prt_Cart\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'TotKit\' in table \'stp_prt_Cart\' is DBNull.", e);
}
}
set {
@@ -5275,7 +5606,7 @@ namespace AppData {
return ((string)(this[this.tablestp_prt_Cart.QRCodeBaseUrlColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'QRCodeBaseUrl\' nella tabella \'stp_prt_Cart\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'QRCodeBaseUrl\' in table \'stp_prt_Cart\' is DBNull.", e);
}
}
set {
@@ -5291,7 +5622,7 @@ namespace AppData {
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);
+ throw new global::System.Data.StrongTypingException("The value for column \'DueDate\' in table \'stp_prt_Cart\' is DBNull.", e);
}
}
set {
@@ -5417,7 +5748,7 @@ namespace AppData {
return ((string)(this[this.tablestp_prt_BunkGroup.StackDtmxColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'StackDtmx\' nella tabella \'stp_prt_BunkGroup\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'StackDtmx\' in table \'stp_prt_BunkGroup\' is DBNull.", e);
}
}
set {
@@ -5433,7 +5764,7 @@ namespace AppData {
return ((global::System.DateTime)(this[this.tablestp_prt_BunkGroup.PreparedColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'Prepared\' nella tabella \'stp_prt_BunkGroup\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Prepared\' in table \'stp_prt_BunkGroup\' is DBNull.", e);
}
}
set {
@@ -5449,7 +5780,7 @@ namespace AppData {
return ((global::System.DateTime)(this[this.tablestp_prt_BunkGroup.DueDateColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'DueDate\' nella tabella \'stp_prt_BunkGroup\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'DueDate\' in table \'stp_prt_BunkGroup\' is DBNull.", e);
}
}
set {
@@ -5487,8 +5818,7 @@ namespace AppData {
return ((int)(this[this.tablestp_prt_BunkGroup.SheetIndexMaxColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'SheetIndexMax\' nella tabella \'stp_prt_BunkGroup\' è DBNul" +
- "l.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'SheetIndexMax\' in table \'stp_prt_BunkGroup\' is DBNull.", e);
}
}
set {
@@ -5504,7 +5834,7 @@ namespace AppData {
return ((string)(this[this.tablestp_prt_BunkGroup.SheetSequColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'SheetSequ\' nella tabella \'stp_prt_BunkGroup\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'SheetSequ\' in table \'stp_prt_BunkGroup\' is DBNull.", e);
}
}
set {
@@ -5520,7 +5850,7 @@ namespace AppData {
return ((string)(this[this.tablestp_prt_BunkGroup.SheetTotColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'SheetTot\' nella tabella \'stp_prt_BunkGroup\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'SheetTot\' in table \'stp_prt_BunkGroup\' is DBNull.", e);
}
}
set {
@@ -5536,8 +5866,7 @@ namespace AppData {
return ((string)(this[this.tablestp_prt_BunkGroup.QRCodeBaseUrlColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'QRCodeBaseUrl\' nella tabella \'stp_prt_BunkGroup\' è DBNul" +
- "l.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'QRCodeBaseUrl\' in table \'stp_prt_BunkGroup\' is DBNull.", e);
}
}
set {
@@ -5685,8 +6014,7 @@ namespace AppData {
return ((string)(this[this.tablestp_prt_OtherPart.OtherItemDtmxColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'OtherItemDtmx\' nella tabella \'stp_prt_OtherPart\' è DBNul" +
- "l.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'OtherItemDtmx\' in table \'stp_prt_OtherPart\' is DBNull.", e);
}
}
set {
@@ -5724,8 +6052,7 @@ namespace AppData {
return ((string)(this[this.tablestp_prt_OtherPart.QRCodeBaseUrlColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'QRCodeBaseUrl\' nella tabella \'stp_prt_OtherPart\' è DBNul" +
- "l.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'QRCodeBaseUrl\' in table \'stp_prt_OtherPart\' is DBNull.", e);
}
}
set {
@@ -5802,7 +6129,7 @@ namespace AppData {
return ((string)(this[this.tablestp_prt_IRK.KitExtCodeColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'KitExtCode\' nella tabella \'stp_prt_IRK\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'KitExtCode\' in table \'stp_prt_IRK\' is DBNull.", e);
}
}
set {
@@ -5917,7 +6244,7 @@ namespace AppData {
return ((global::System.DateTime)(this[this.tablestp_prt_IRK.OnCartDateColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'OnCartDate\' nella tabella \'stp_prt_IRK\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'OnCartDate\' in table \'stp_prt_IRK\' is DBNull.", e);
}
}
set {
@@ -5933,7 +6260,7 @@ namespace AppData {
return ((string)(this[this.tablestp_prt_IRK.QRCodeBaseUrlColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'QRCodeBaseUrl\' nella tabella \'stp_prt_IRK\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'QRCodeBaseUrl\' in table \'stp_prt_IRK\' is DBNull.", e);
}
}
set {
@@ -6011,7 +6338,7 @@ namespace AppData {
return ((string)(this[this.tablestp_prt_IRK_Sum.CartDtmxColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'CartDtmx\' nella tabella \'stp_prt_IRK_Sum\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'CartDtmx\' in table \'stp_prt_IRK_Sum\' is DBNull.", e);
}
}
set {
@@ -6060,7 +6387,7 @@ namespace AppData {
return ((int)(this[this.tablestp_prt_IRK_Sum.TotReqColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'TotReq\' nella tabella \'stp_prt_IRK_Sum\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'TotReq\' in table \'stp_prt_IRK_Sum\' is DBNull.", e);
}
}
set {
@@ -6076,7 +6403,7 @@ namespace AppData {
return ((int)(this[this.tablestp_prt_IRK_Sum.TotCurColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'TotCur\' nella tabella \'stp_prt_IRK_Sum\' è DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'TotCur\' in table \'stp_prt_IRK_Sum\' is DBNull.", e);
}
}
set {
@@ -6114,8 +6441,7 @@ namespace AppData {
return ((string)(this[this.tablestp_prt_IRK_Sum.QRCodeBaseUrlColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("Il valore della colonna \'QRCodeBaseUrl\' nella tabella \'stp_prt_IRK_Sum\' è DBNull." +
- "", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'QRCodeBaseUrl\' in table \'stp_prt_IRK_Sum\' is DBNull.", e);
}
}
set {
@@ -6172,6 +6498,133 @@ namespace AppData {
}
}
+ ///
+ ///Represents strongly named DataRow class.
+ ///
+ public partial class stp_prt_RemnantRow : global::System.Data.DataRow {
+
+ private stp_prt_RemnantDataTable tablestp_prt_Remnant;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ internal stp_prt_RemnantRow(global::System.Data.DataRowBuilder rb) :
+ base(rb) {
+ this.tablestp_prt_Remnant = ((stp_prt_RemnantDataTable)(this.Table));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public string QRCodeBaseUrl {
+ get {
+ try {
+ return ((string)(this[this.tablestp_prt_Remnant.QRCodeBaseUrlColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'QRCodeBaseUrl\' in table \'stp_prt_Remnant\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tablestp_prt_Remnant.QRCodeBaseUrlColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public string CodRemnant {
+ get {
+ try {
+ return ((string)(this[this.tablestp_prt_Remnant.CodRemnantColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'CodRemnant\' in table \'stp_prt_Remnant\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tablestp_prt_Remnant.CodRemnantColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public string DescRemnant01 {
+ get {
+ try {
+ return ((string)(this[this.tablestp_prt_Remnant.DescRemnant01Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'DescRemnant01\' in table \'stp_prt_Remnant\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tablestp_prt_Remnant.DescRemnant01Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public string DescRemnant02 {
+ get {
+ try {
+ return ((string)(this[this.tablestp_prt_Remnant.DescRemnant02Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'DescRemnant02\' in table \'stp_prt_Remnant\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tablestp_prt_Remnant.DescRemnant02Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public bool IsQRCodeBaseUrlNull() {
+ return this.IsNull(this.tablestp_prt_Remnant.QRCodeBaseUrlColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public void SetQRCodeBaseUrlNull() {
+ this[this.tablestp_prt_Remnant.QRCodeBaseUrlColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public bool IsCodRemnantNull() {
+ return this.IsNull(this.tablestp_prt_Remnant.CodRemnantColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public void SetCodRemnantNull() {
+ this[this.tablestp_prt_Remnant.CodRemnantColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public bool IsDescRemnant01Null() {
+ return this.IsNull(this.tablestp_prt_Remnant.DescRemnant01Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public void SetDescRemnant01Null() {
+ this[this.tablestp_prt_Remnant.DescRemnant01Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public bool IsDescRemnant02Null() {
+ return this.IsNull(this.tablestp_prt_Remnant.DescRemnant02Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public void SetDescRemnant02Null() {
+ this[this.tablestp_prt_Remnant.DescRemnant02Column] = global::System.Convert.DBNull;
+ }
+ }
+
///
///Row event argument class
///
@@ -6511,6 +6964,40 @@ namespace AppData {
}
}
}
+
+ ///
+ ///Row event argument class
+ ///
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public class stp_prt_RemnantRowChangeEvent : global::System.EventArgs {
+
+ private stp_prt_RemnantRow eventRow;
+
+ private global::System.Data.DataRowAction eventAction;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public stp_prt_RemnantRowChangeEvent(stp_prt_RemnantRow row, global::System.Data.DataRowAction action) {
+ this.eventRow = row;
+ this.eventAction = action;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public stp_prt_RemnantRow Row {
+ get {
+ return this.eventRow;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public global::System.Data.DataRowAction Action {
+ get {
+ return this.eventAction;
+ }
+ }
+ }
}
}
namespace AppData.DS_ReportTableAdapters {
@@ -9304,6 +9791,203 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione
}
}
+ ///
+ ///Represents the connection and commands used to retrieve and save data.
+ ///
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
+ [global::System.ComponentModel.ToolboxItem(true)]
+ [global::System.ComponentModel.DataObjectAttribute(true)]
+ [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
+ ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
+ public partial class stp_prt_RemnantTableAdapter : global::System.ComponentModel.Component {
+
+ private global::System.Data.SqlClient.SqlDataAdapter _adapter;
+
+ private global::System.Data.SqlClient.SqlConnection _connection;
+
+ private global::System.Data.SqlClient.SqlTransaction _transaction;
+
+ private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
+
+ private bool _clearBeforeFill;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public stp_prt_RemnantTableAdapter() {
+ this.ClearBeforeFill = true;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
+ get {
+ if ((this._adapter == null)) {
+ this.InitAdapter();
+ }
+ return this._adapter;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ internal global::System.Data.SqlClient.SqlConnection Connection {
+ get {
+ if ((this._connection == null)) {
+ this.InitConnection();
+ }
+ return this._connection;
+ }
+ set {
+ this._connection = value;
+ if ((this.Adapter.InsertCommand != null)) {
+ this.Adapter.InsertCommand.Connection = value;
+ }
+ if ((this.Adapter.DeleteCommand != null)) {
+ this.Adapter.DeleteCommand.Connection = value;
+ }
+ if ((this.Adapter.UpdateCommand != null)) {
+ this.Adapter.UpdateCommand.Connection = value;
+ }
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
+ if ((this.CommandCollection[i] != null)) {
+ ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
+ }
+ }
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ internal global::System.Data.SqlClient.SqlTransaction Transaction {
+ get {
+ return this._transaction;
+ }
+ set {
+ this._transaction = value;
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
+ this.CommandCollection[i].Transaction = this._transaction;
+ }
+ if (((this.Adapter != null)
+ && (this.Adapter.DeleteCommand != null))) {
+ this.Adapter.DeleteCommand.Transaction = this._transaction;
+ }
+ if (((this.Adapter != null)
+ && (this.Adapter.InsertCommand != null))) {
+ this.Adapter.InsertCommand.Transaction = this._transaction;
+ }
+ if (((this.Adapter != null)
+ && (this.Adapter.UpdateCommand != null))) {
+ this.Adapter.UpdateCommand.Transaction = this._transaction;
+ }
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
+ get {
+ if ((this._commandCollection == null)) {
+ this.InitCommandCollection();
+ }
+ return this._commandCollection;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public bool ClearBeforeFill {
+ get {
+ return this._clearBeforeFill;
+ }
+ set {
+ this._clearBeforeFill = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ private void InitAdapter() {
+ this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
+ global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
+ tableMapping.SourceTable = "Table";
+ tableMapping.DataSetTable = "stp_prt_Remnant";
+ tableMapping.ColumnMappings.Add("QRCodeBaseUrl", "QRCodeBaseUrl");
+ tableMapping.ColumnMappings.Add("CodRemnant", "CodRemnant");
+ tableMapping.ColumnMappings.Add("DescRemnant01", "DescRemnant01");
+ tableMapping.ColumnMappings.Add("DescRemnant02", "DescRemnant02");
+ this._adapter.TableMappings.Add(tableMapping);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ private void InitConnection() {
+ this._connection = new global::System.Data.SqlClient.SqlConnection();
+ this._connection.ConnectionString = global::AppData.Properties.Settings.Default.Sauder_NKCConnectionString;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ private void InitCommandCollection() {
+ this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1];
+ this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
+ this._commandCollection[0].Connection = this.Connection;
+ this._commandCollection[0].CommandText = "prt.stp_prt_Remnant";
+ this._commandCollection[0].CommandType = global::System.Data.CommandType.StoredProcedure;
+ this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ItemID", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QRCodeBaseUrl", global::System.Data.SqlDbType.NVarChar, 400, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
+ public virtual int Fill(DS_Report.stp_prt_RemnantDataTable dataTable, global::System.Nullable ItemID, string QRCodeBaseUrl) {
+ this.Adapter.SelectCommand = this.CommandCollection[0];
+ if ((ItemID.HasValue == true)) {
+ this.Adapter.SelectCommand.Parameters[1].Value = ((int)(ItemID.Value));
+ }
+ else {
+ this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
+ }
+ if ((QRCodeBaseUrl == null)) {
+ this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.SelectCommand.Parameters[2].Value = ((string)(QRCodeBaseUrl));
+ }
+ if ((this.ClearBeforeFill == true)) {
+ dataTable.Clear();
+ }
+ int returnValue = this.Adapter.Fill(dataTable);
+ return returnValue;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
+ public virtual DS_Report.stp_prt_RemnantDataTable GetData(global::System.Nullable ItemID, string QRCodeBaseUrl) {
+ this.Adapter.SelectCommand = this.CommandCollection[0];
+ if ((ItemID.HasValue == true)) {
+ this.Adapter.SelectCommand.Parameters[1].Value = ((int)(ItemID.Value));
+ }
+ else {
+ this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
+ }
+ if ((QRCodeBaseUrl == null)) {
+ this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.SelectCommand.Parameters[2].Value = ((string)(QRCodeBaseUrl));
+ }
+ DS_Report.stp_prt_RemnantDataTable dataTable = new DS_Report.stp_prt_RemnantDataTable();
+ this.Adapter.Fill(dataTable);
+ return dataTable;
+ }
+ }
+
///
///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
///
@@ -9531,19 +10215,18 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione
}
if (((this._printJobQueueTableAdapter != null)
&& (this.MatchTableAdapterConnection(this._printJobQueueTableAdapter.Connection) == false))) {
- throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" +
- "a stessa stringa di connessione.");
+ throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
+ "tring.");
}
if (((this._elencoPostazioniTableAdapter != null)
&& (this.MatchTableAdapterConnection(this._elencoPostazioniTableAdapter.Connection) == false))) {
- throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" +
- "a stessa stringa di connessione.");
+ throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
+ "tring.");
}
global::System.Data.IDbConnection workConnection = this.Connection;
if ((workConnection == null)) {
- throw new global::System.ApplicationException("TableAdapterManager non contiene informazioni di connessione. Impostare la propri" +
- "età TableAdapter di ciascun oggetto TableAdapterManager su un\'istanza TableAdapt" +
- "er valida.");
+ throw new global::System.ApplicationException("TableAdapterManager contains no connection information. Set each TableAdapterMana" +
+ "ger TableAdapter property to a valid TableAdapter instance.");
}
bool workConnOpened = false;
if (((workConnection.State & global::System.Data.ConnectionState.Broken)
@@ -9556,8 +10239,8 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione
}
global::System.Data.IDbTransaction workTransaction = workConnection.BeginTransaction();
if ((workTransaction == null)) {
- throw new global::System.ApplicationException("Impossibile avviare la transazione. La connessione dati corrente non supporta le " +
- "transazioni oppure lo stato corrente non consente l\'avvio della transazione.");
+ throw new global::System.ApplicationException("The transaction cannot begin. The current data connection does not support transa" +
+ "ctions or the current state is not allowing the transaction to begin.");
}
global::System.Collections.Generic.List allChangedRows = new global::System.Collections.Generic.List();
global::System.Collections.Generic.List allAddedRows = new global::System.Collections.Generic.List();
diff --git a/AppData/DS_Report.xsd b/AppData/DS_Report.xsd
index 593db39..5275238 100644
--- a/AppData/DS_Report.xsd
+++ b/AppData/DS_Report.xsd
@@ -487,6 +487,29 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione
+
+
+
+
+
+ prt.stp_prt_Remnant
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -495,7 +518,7 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione
-
+
@@ -527,7 +550,7 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione
-
+
@@ -559,7 +582,7 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione
-
+
@@ -586,7 +609,7 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione
-
+
@@ -653,7 +676,7 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione
-
+
@@ -681,7 +704,7 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione
-
+
@@ -720,7 +743,7 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione
-
+
@@ -766,7 +789,7 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione
-
+
@@ -815,7 +838,7 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione
-
+
@@ -895,7 +918,7 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione
-
+
@@ -953,6 +976,40 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/AppData/DS_Report.xss b/AppData/DS_Report.xss
index d9e475b..9c4aa2a 100644
--- a/AppData/DS_Report.xss
+++ b/AppData/DS_Report.xss
@@ -6,16 +6,17 @@
-->
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/NKC_SDK/Enums.cs b/NKC_SDK/Enums.cs
index 069318c..707824d 100644
--- a/NKC_SDK/Enums.cs
+++ b/NKC_SDK/Enums.cs
@@ -318,7 +318,8 @@
part,
otherPart,
cartIRKList,
- cartIRKGroup
+ cartIRKGroup,
+ remnants
}
///
diff --git a/NKC_WF/Controllers/PrintQueueController.cs b/NKC_WF/Controllers/PrintQueueController.cs
index 3587559..8b5455b 100644
--- a/NKC_WF/Controllers/PrintQueueController.cs
+++ b/NKC_WF/Controllers/PrintQueueController.cs
@@ -117,6 +117,14 @@ namespace NKC_WF.Controllers
tab = (DataTable)DLMan.taRepIRK.GetData(intIdx, qrCodeBaseUrl);
answ.Add(memLayer.ML.cdv("ReportDS_DocIRKList"), tab);
break;
+
+ case reportRichiesto.remnants:
+ int.TryParse(keyParam, out intIdx);
+
+ tab = (DataTable)DLMan.taRepIRK.GetData(intIdx, qrCodeBaseUrl);
+ answ.Add(memLayer.ML.cdv("ReportDS_DocIRKList"), tab);
+
+ break;
default:
break;
}
diff --git a/REMAN/REMAN/.config/dotnet-tools.json b/REMAN/REMAN/.config/dotnet-tools.json
new file mode 100644
index 0000000..b0e38ab
--- /dev/null
+++ b/REMAN/REMAN/.config/dotnet-tools.json
@@ -0,0 +1,5 @@
+{
+ "version": 1,
+ "isRoot": true,
+ "tools": {}
+}
\ No newline at end of file
diff --git a/REMAN/REMAN/REMAN.csproj b/REMAN/REMAN/REMAN.csproj
index 8988ec5..e4c6efe 100644
--- a/REMAN/REMAN/REMAN.csproj
+++ b/REMAN/REMAN/REMAN.csproj
@@ -6,6 +6,11 @@
enable
+
+ <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS01Profile.pubxml" />
+ <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS02Profile.pubxml" />
+
+