diff --git a/AppData/DS_App.Designer.cs b/AppData/DS_App.Designer.cs index e231f46..d9078da 100644 --- a/AppData/DS_App.Designer.cs +++ b/AppData/DS_App.Designer.cs @@ -50,14 +50,6 @@ namespace AppData { private AnagTagDataTable tableAnagTag; - private global::System.Data.DataRelation relationFK_TaskRec_AnagFasi; - - private global::System.Data.DataRelation relationFK_TaskRec_AnagOpr; - - private global::System.Data.DataRelation relationTaskRec_TaskList; - - private global::System.Data.DataRelation relationFK_TaskRec_AnagPost; - private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -490,10 +482,6 @@ namespace AppData { this.tableAnagTag.InitVars(); } } - this.relationFK_TaskRec_AnagFasi = this.Relations["FK_TaskRec_AnagFasi"]; - this.relationFK_TaskRec_AnagOpr = this.Relations["FK_TaskRec_AnagOpr"]; - this.relationTaskRec_TaskList = this.Relations["TaskRec_TaskList"]; - this.relationFK_TaskRec_AnagPost = this.Relations["FK_TaskRec_AnagPost"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -530,22 +518,6 @@ namespace AppData { base.Tables.Add(this.tableOpr2Post); this.tableAnagTag = new AnagTagDataTable(); base.Tables.Add(this.tableAnagTag); - this.relationFK_TaskRec_AnagFasi = new global::System.Data.DataRelation("FK_TaskRec_AnagFasi", new global::System.Data.DataColumn[] { - this.tableAnagFasi.CodFaseColumn}, new global::System.Data.DataColumn[] { - this.tableTaskRec.CodFaseColumn}, false); - this.Relations.Add(this.relationFK_TaskRec_AnagFasi); - this.relationFK_TaskRec_AnagOpr = new global::System.Data.DataRelation("FK_TaskRec_AnagOpr", new global::System.Data.DataColumn[] { - this.tableAnagOpr.CodOprColumn}, new global::System.Data.DataColumn[] { - this.tableTaskRec.CodOprColumn}, false); - this.Relations.Add(this.relationFK_TaskRec_AnagOpr); - this.relationTaskRec_TaskList = new global::System.Data.DataRelation("TaskRec_TaskList", new global::System.Data.DataColumn[] { - this.tableTaskRec.NumTaskColumn}, new global::System.Data.DataColumn[] { - this.tableTaskList.NumTaskColumn}, false); - this.Relations.Add(this.relationTaskRec_TaskList); - this.relationFK_TaskRec_AnagPost = new global::System.Data.DataRelation("FK_TaskRec_AnagPost", new global::System.Data.DataColumn[] { - this.tableAnagPost.CodPostColumn}, new global::System.Data.DataColumn[] { - this.tableTaskRec.CodPostColumn}, false); - this.Relations.Add(this.relationFK_TaskRec_AnagPost); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -927,10 +899,10 @@ namespace AppData { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public TaskListRow AddTaskListRow(TaskRecRow parentTaskRecRowByTaskRec_TaskList, string CodGruppo, string CodArt, int QtaRic, int QtaEv, int Prior, bool Concluso, System.DateTime DataIns, int NumRec, int CurrStatus, decimal MinTotWrk, decimal TCMedio, decimal MinTotFix) { + public TaskListRow AddTaskListRow(string NumTask, string CodGruppo, string CodArt, int QtaRic, int QtaEv, int Prior, bool Concluso, System.DateTime DataIns, int NumRec, int CurrStatus, decimal MinTotWrk, decimal TCMedio, decimal MinTotFix) { TaskListRow rowTaskListRow = ((TaskListRow)(this.NewRow())); object[] columnValuesArray = new object[] { - null, + NumTask, CodGruppo, CodArt, QtaRic, @@ -943,9 +915,6 @@ namespace AppData { MinTotWrk, TCMedio, MinTotFix}; - if ((parentTaskRecRowByTaskRec_TaskList != null)) { - columnValuesArray[0] = parentTaskRecRowByTaskRec_TaskList[3]; - } rowTaskListRow.ItemArray = columnValuesArray; this.Rows.Add(rowTaskListRow); return rowTaskListRow; @@ -1766,34 +1735,36 @@ namespace AppData { private global::System.Data.DataColumn columnIdxRec; + private global::System.Data.DataColumn columnNumTask; + + private global::System.Data.DataColumn columnCodTag; + + private global::System.Data.DataColumn columnCodArt; + + private global::System.Data.DataColumn columnQtaRic; + private global::System.Data.DataColumn columnCodOpr; + private global::System.Data.DataColumn columnNomeOpr; + private global::System.Data.DataColumn columnCodPost; - private global::System.Data.DataColumn columnNumTask; + private global::System.Data.DataColumn columnDescrizione; private global::System.Data.DataColumn columnCodFase; + private global::System.Data.DataColumn columnDescrFase; + private global::System.Data.DataColumn columnDtStart; private global::System.Data.DataColumn columnDtEnd; private global::System.Data.DataColumn columnQtaEv; - private global::System.Data.DataColumn columnNomeOpr; - - private global::System.Data.DataColumn columnDescrizione; - - private global::System.Data.DataColumn columnDescrFase; - private global::System.Data.DataColumn columnDurataMin; private global::System.Data.DataColumn columnTCiclo; - private global::System.Data.DataColumn columnCodArt; - - private global::System.Data.DataColumn columnQtaRic; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public TaskRecDataTable() { @@ -1835,6 +1806,38 @@ namespace AppData { } } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public global::System.Data.DataColumn NumTaskColumn { + get { + return this.columnNumTask; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public global::System.Data.DataColumn CodTagColumn { + get { + return this.columnCodTag; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public global::System.Data.DataColumn CodArtColumn { + get { + return this.columnCodArt; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public global::System.Data.DataColumn QtaRicColumn { + get { + return this.columnQtaRic; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn CodOprColumn { @@ -1843,6 +1846,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 NomeOprColumn { + get { + return this.columnNomeOpr; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn CodPostColumn { @@ -1853,9 +1864,9 @@ namespace AppData { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public global::System.Data.DataColumn NumTaskColumn { + public global::System.Data.DataColumn DescrizioneColumn { get { - return this.columnNumTask; + return this.columnDescrizione; } } @@ -1867,6 +1878,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 DescrFaseColumn { + get { + return this.columnDescrFase; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn DtStartColumn { @@ -1891,30 +1910,6 @@ namespace AppData { } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public global::System.Data.DataColumn NomeOprColumn { - get { - return this.columnNomeOpr; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public global::System.Data.DataColumn DescrizioneColumn { - get { - return this.columnDescrizione; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public global::System.Data.DataColumn DescrFaseColumn { - get { - return this.columnDescrFase; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn DurataMinColumn { @@ -1931,22 +1926,6 @@ namespace AppData { } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public global::System.Data.DataColumn CodArtColumn { - get { - return this.columnCodArt; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public global::System.Data.DataColumn QtaRicColumn { - get { - return this.columnQtaRic; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.Browsable(false)] @@ -1984,33 +1963,25 @@ namespace AppData { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public TaskRecRow AddTaskRecRow(AnagOprRow parentAnagOprRowByFK_TaskRec_AnagOpr, AnagPostRow parentAnagPostRowByFK_TaskRec_AnagPost, string NumTask, AnagFasiRow parentAnagFasiRowByFK_TaskRec_AnagFasi, System.DateTime DtStart, System.DateTime DtEnd, int QtaEv, string NomeOpr, string Descrizione, string DescrFase, decimal DurataMin, decimal TCiclo, string CodArt, int QtaRic) { + public TaskRecRow AddTaskRecRow(string NumTask, string CodTag, string CodArt, int QtaRic, string CodOpr, string NomeOpr, string CodPost, string Descrizione, string CodFase, string DescrFase, System.DateTime DtStart, System.DateTime DtEnd, int QtaEv, decimal DurataMin, decimal TCiclo) { TaskRecRow rowTaskRecRow = ((TaskRecRow)(this.NewRow())); object[] columnValuesArray = new object[] { - null, - null, null, NumTask, - null, + CodTag, + CodArt, + QtaRic, + CodOpr, + NomeOpr, + CodPost, + Descrizione, + CodFase, + DescrFase, DtStart, DtEnd, QtaEv, - NomeOpr, - Descrizione, - DescrFase, DurataMin, - TCiclo, - CodArt, - QtaRic}; - if ((parentAnagOprRowByFK_TaskRec_AnagOpr != null)) { - columnValuesArray[1] = parentAnagOprRowByFK_TaskRec_AnagOpr[0]; - } - if ((parentAnagPostRowByFK_TaskRec_AnagPost != null)) { - columnValuesArray[2] = parentAnagPostRowByFK_TaskRec_AnagPost[0]; - } - if ((parentAnagFasiRowByFK_TaskRec_AnagFasi != null)) { - columnValuesArray[4] = parentAnagFasiRowByFK_TaskRec_AnagFasi[0]; - } + TCiclo}; rowTaskRecRow.ItemArray = columnValuesArray; this.Rows.Add(rowTaskRecRow); return rowTaskRecRow; @@ -2041,20 +2012,21 @@ namespace AppData { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] internal void InitVars() { this.columnIdxRec = base.Columns["IdxRec"]; - this.columnCodOpr = base.Columns["CodOpr"]; - this.columnCodPost = base.Columns["CodPost"]; this.columnNumTask = base.Columns["NumTask"]; + this.columnCodTag = base.Columns["CodTag"]; + this.columnCodArt = base.Columns["CodArt"]; + this.columnQtaRic = base.Columns["QtaRic"]; + this.columnCodOpr = base.Columns["CodOpr"]; + this.columnNomeOpr = base.Columns["NomeOpr"]; + this.columnCodPost = base.Columns["CodPost"]; + this.columnDescrizione = base.Columns["Descrizione"]; this.columnCodFase = base.Columns["CodFase"]; + this.columnDescrFase = base.Columns["DescrFase"]; this.columnDtStart = base.Columns["DtStart"]; this.columnDtEnd = base.Columns["DtEnd"]; this.columnQtaEv = base.Columns["QtaEv"]; - this.columnNomeOpr = base.Columns["NomeOpr"]; - this.columnDescrizione = base.Columns["Descrizione"]; - this.columnDescrFase = base.Columns["DescrFase"]; this.columnDurataMin = base.Columns["DurataMin"]; this.columnTCiclo = base.Columns["TCiclo"]; - this.columnCodArt = base.Columns["CodArt"]; - this.columnQtaRic = base.Columns["QtaRic"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -2062,34 +2034,36 @@ namespace AppData { private void InitClass() { this.columnIdxRec = new global::System.Data.DataColumn("IdxRec", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnIdxRec); - this.columnCodOpr = new global::System.Data.DataColumn("CodOpr", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnCodOpr); - this.columnCodPost = new global::System.Data.DataColumn("CodPost", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnCodPost); this.columnNumTask = new global::System.Data.DataColumn("NumTask", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnNumTask); + this.columnCodTag = new global::System.Data.DataColumn("CodTag", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnCodTag); + this.columnCodArt = new global::System.Data.DataColumn("CodArt", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnCodArt); + this.columnQtaRic = new global::System.Data.DataColumn("QtaRic", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnQtaRic); + this.columnCodOpr = new global::System.Data.DataColumn("CodOpr", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnCodOpr); + this.columnNomeOpr = new global::System.Data.DataColumn("NomeOpr", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnNomeOpr); + this.columnCodPost = new global::System.Data.DataColumn("CodPost", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnCodPost); + this.columnDescrizione = new global::System.Data.DataColumn("Descrizione", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnDescrizione); this.columnCodFase = new global::System.Data.DataColumn("CodFase", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCodFase); + this.columnDescrFase = new global::System.Data.DataColumn("DescrFase", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnDescrFase); this.columnDtStart = new global::System.Data.DataColumn("DtStart", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDtStart); this.columnDtEnd = new global::System.Data.DataColumn("DtEnd", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDtEnd); this.columnQtaEv = new global::System.Data.DataColumn("QtaEv", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnQtaEv); - this.columnNomeOpr = new global::System.Data.DataColumn("NomeOpr", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnNomeOpr); - this.columnDescrizione = new global::System.Data.DataColumn("Descrizione", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnDescrizione); - this.columnDescrFase = new global::System.Data.DataColumn("DescrFase", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnDescrFase); this.columnDurataMin = new global::System.Data.DataColumn("DurataMin", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDurataMin); this.columnTCiclo = new global::System.Data.DataColumn("TCiclo", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTCiclo); - this.columnCodArt = new global::System.Data.DataColumn("CodArt", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnCodArt); - this.columnQtaRic = new global::System.Data.DataColumn("QtaRic", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnQtaRic); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnIdxRec}, true)); this.columnIdxRec.AutoIncrement = true; @@ -2098,25 +2072,27 @@ namespace AppData { this.columnIdxRec.AllowDBNull = false; this.columnIdxRec.ReadOnly = true; this.columnIdxRec.Unique = true; - this.columnCodOpr.AllowDBNull = false; - this.columnCodOpr.MaxLength = 50; - this.columnCodPost.AllowDBNull = false; - this.columnCodPost.MaxLength = 50; this.columnNumTask.AllowDBNull = false; this.columnNumTask.MaxLength = 50; - this.columnCodFase.AllowDBNull = false; - this.columnCodFase.MaxLength = 50; - this.columnDtStart.AllowDBNull = false; - this.columnQtaEv.AllowDBNull = false; - this.columnNomeOpr.ReadOnly = true; - this.columnNomeOpr.MaxLength = 101; - this.columnDescrizione.MaxLength = 50; - this.columnDescrFase.MaxLength = 50; - this.columnDurataMin.ReadOnly = true; - this.columnTCiclo.ReadOnly = true; + this.columnCodTag.AllowDBNull = false; + this.columnCodTag.MaxLength = 50; this.columnCodArt.AllowDBNull = false; this.columnCodArt.MaxLength = 50; this.columnQtaRic.AllowDBNull = false; + this.columnCodOpr.AllowDBNull = false; + this.columnCodOpr.MaxLength = 50; + this.columnNomeOpr.ReadOnly = true; + this.columnNomeOpr.MaxLength = 101; + this.columnCodPost.AllowDBNull = false; + this.columnCodPost.MaxLength = 50; + this.columnDescrizione.MaxLength = 50; + this.columnCodFase.AllowDBNull = false; + this.columnCodFase.MaxLength = 50; + this.columnDescrFase.MaxLength = 50; + this.columnDtStart.AllowDBNull = false; + this.columnQtaEv.AllowDBNull = false; + this.columnDurataMin.ReadOnly = true; + this.columnTCiclo.ReadOnly = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -5781,17 +5757,6 @@ namespace AppData { } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public TaskRecRow TaskRecRow { - get { - return ((TaskRecRow)(this.GetParentRow(this.Table.ParentRelations["TaskRec_TaskList"]))); - } - set { - this.SetParentRow(value, this.Table.ParentRelations["TaskRec_TaskList"]); - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsQtaEvNull() { @@ -5922,17 +5887,6 @@ namespace AppData { this[this.tableAnagFasi.TimeRecColumn] = value; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public TaskRecRow[] GetTaskRecRows() { - if ((this.Table.ChildRelations["FK_TaskRec_AnagFasi"] == null)) { - return new TaskRecRow[0]; - } - else { - return ((TaskRecRow[])(base.GetChildRows(this.Table.ChildRelations["FK_TaskRec_AnagFasi"]))); - } - } } /// @@ -6015,17 +5969,6 @@ namespace AppData { public void SetNomeNull() { this[this.tableAnagOpr.NomeColumn] = global::System.Convert.DBNull; } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public TaskRecRow[] GetTaskRecRows() { - if ((this.Table.ChildRelations["FK_TaskRec_AnagOpr"] == null)) { - return new TaskRecRow[0]; - } - else { - return ((TaskRecRow[])(base.GetChildRows(this.Table.ChildRelations["FK_TaskRec_AnagOpr"]))); - } - } } /// @@ -6053,6 +5996,50 @@ namespace AppData { } } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public string NumTask { + get { + return ((string)(this[this.tableTaskRec.NumTaskColumn])); + } + set { + this[this.tableTaskRec.NumTaskColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public string CodTag { + get { + return ((string)(this[this.tableTaskRec.CodTagColumn])); + } + set { + this[this.tableTaskRec.CodTagColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public string CodArt { + get { + return ((string)(this[this.tableTaskRec.CodArtColumn])); + } + set { + this[this.tableTaskRec.CodArtColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public int QtaRic { + get { + return ((int)(this[this.tableTaskRec.QtaRicColumn])); + } + set { + this[this.tableTaskRec.QtaRicColumn] = value; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string CodOpr { @@ -6064,6 +6051,22 @@ namespace AppData { } } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public string NomeOpr { + get { + try { + return ((string)(this[this.tableTaskRec.NomeOprColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("Il valore della colonna \'NomeOpr\' nella tabella \'TaskRec\' è DBNull.", e); + } + } + set { + this[this.tableTaskRec.NomeOprColumn] = value; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string CodPost { @@ -6077,12 +6080,17 @@ namespace AppData { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public string NumTask { + public string Descrizione { get { - return ((string)(this[this.tableTaskRec.NumTaskColumn])); + try { + return ((string)(this[this.tableTaskRec.DescrizioneColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Descrizione\' nella tabella \'TaskRec\' è DBNull.", e); + } } set { - this[this.tableTaskRec.NumTaskColumn] = value; + this[this.tableTaskRec.DescrizioneColumn] = value; } } @@ -6097,6 +6105,22 @@ namespace AppData { } } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public string DescrFase { + get { + try { + return ((string)(this[this.tableTaskRec.DescrFaseColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescrFase\' nella tabella \'TaskRec\' è DBNull.", e); + } + } + set { + this[this.tableTaskRec.DescrFaseColumn] = value; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public System.DateTime DtStart { @@ -6135,54 +6159,6 @@ namespace AppData { } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public string NomeOpr { - get { - try { - return ((string)(this[this.tableTaskRec.NomeOprColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'NomeOpr\' nella tabella \'TaskRec\' è DBNull.", e); - } - } - set { - this[this.tableTaskRec.NomeOprColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public string Descrizione { - get { - try { - return ((string)(this[this.tableTaskRec.DescrizioneColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'Descrizione\' nella tabella \'TaskRec\' è DBNull.", e); - } - } - set { - this[this.tableTaskRec.DescrizioneColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public string DescrFase { - get { - try { - return ((string)(this[this.tableTaskRec.DescrFaseColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescrFase\' nella tabella \'TaskRec\' è DBNull.", e); - } - } - set { - this[this.tableTaskRec.DescrFaseColumn] = value; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal DurataMin { @@ -6215,73 +6191,6 @@ namespace AppData { } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public string CodArt { - get { - return ((string)(this[this.tableTaskRec.CodArtColumn])); - } - set { - this[this.tableTaskRec.CodArtColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public int QtaRic { - get { - return ((int)(this[this.tableTaskRec.QtaRicColumn])); - } - set { - this[this.tableTaskRec.QtaRicColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public AnagFasiRow AnagFasiRow { - get { - return ((AnagFasiRow)(this.GetParentRow(this.Table.ParentRelations["FK_TaskRec_AnagFasi"]))); - } - set { - this.SetParentRow(value, this.Table.ParentRelations["FK_TaskRec_AnagFasi"]); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public AnagOprRow AnagOprRow { - get { - return ((AnagOprRow)(this.GetParentRow(this.Table.ParentRelations["FK_TaskRec_AnagOpr"]))); - } - set { - this.SetParentRow(value, this.Table.ParentRelations["FK_TaskRec_AnagOpr"]); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public AnagPostRow AnagPostRow { - get { - return ((AnagPostRow)(this.GetParentRow(this.Table.ParentRelations["FK_TaskRec_AnagPost"]))); - } - set { - this.SetParentRow(value, this.Table.ParentRelations["FK_TaskRec_AnagPost"]); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public bool IsDtEndNull() { - return this.IsNull(this.tableTaskRec.DtEndColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public void SetDtEndNull() { - this[this.tableTaskRec.DtEndColumn] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsNomeOprNull() { @@ -6318,6 +6227,18 @@ namespace AppData { this[this.tableTaskRec.DescrFaseColumn] = global::System.Convert.DBNull; } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public bool IsDtEndNull() { + return this.IsNull(this.tableTaskRec.DtEndColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public void SetDtEndNull() { + this[this.tableTaskRec.DtEndColumn] = global::System.Convert.DBNull; + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsDurataMinNull() { @@ -6341,17 +6262,6 @@ namespace AppData { public void SetTCicloNull() { this[this.tableTaskRec.TCicloColumn] = global::System.Convert.DBNull; } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public TaskListRow[] GetTaskListRows() { - if ((this.Table.ChildRelations["TaskRec_TaskList"] == null)) { - return new TaskListRow[0]; - } - else { - return ((TaskListRow[])(base.GetChildRows(this.Table.ChildRelations["TaskRec_TaskList"]))); - } - } } /// @@ -6450,17 +6360,6 @@ namespace AppData { public void SetOperatoreNull() { this[this.tableAnagPost.OperatoreColumn] = global::System.Convert.DBNull; } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public TaskRecRow[] GetTaskRecRows() { - if ((this.Table.ChildRelations["FK_TaskRec_AnagPost"] == null)) { - return new TaskRecRow[0]; - } - else { - return ((TaskRecRow[])(base.GetChildRows(this.Table.ChildRelations["FK_TaskRec_AnagPost"]))); - } - } } /// @@ -9535,20 +9434,21 @@ SELECT CodOpr, Cognome, Nome FROM AnagOpr WHERE (CodOpr = @CodOpr)"; tableMapping.SourceTable = "Table"; tableMapping.DataSetTable = "TaskRec"; tableMapping.ColumnMappings.Add("IdxRec", "IdxRec"); - tableMapping.ColumnMappings.Add("CodOpr", "CodOpr"); - tableMapping.ColumnMappings.Add("CodPost", "CodPost"); tableMapping.ColumnMappings.Add("NumTask", "NumTask"); + tableMapping.ColumnMappings.Add("CodTag", "CodTag"); + tableMapping.ColumnMappings.Add("CodArt", "CodArt"); + tableMapping.ColumnMappings.Add("QtaRic", "QtaRic"); + tableMapping.ColumnMappings.Add("CodOpr", "CodOpr"); + tableMapping.ColumnMappings.Add("NomeOpr", "NomeOpr"); + tableMapping.ColumnMappings.Add("CodPost", "CodPost"); + tableMapping.ColumnMappings.Add("Descrizione", "Descrizione"); tableMapping.ColumnMappings.Add("CodFase", "CodFase"); + tableMapping.ColumnMappings.Add("DescrFase", "DescrFase"); tableMapping.ColumnMappings.Add("DtStart", "DtStart"); tableMapping.ColumnMappings.Add("DtEnd", "DtEnd"); tableMapping.ColumnMappings.Add("QtaEv", "QtaEv"); - tableMapping.ColumnMappings.Add("NomeOpr", "NomeOpr"); - tableMapping.ColumnMappings.Add("Descrizione", "Descrizione"); - tableMapping.ColumnMappings.Add("DescrFase", "DescrFase"); tableMapping.ColumnMappings.Add("DurataMin", "DurataMin"); tableMapping.ColumnMappings.Add("TCiclo", "TCiclo"); - tableMapping.ColumnMappings.Add("CodArt", "CodArt"); - tableMapping.ColumnMappings.Add("QtaRic", "QtaRic"); this._adapter.TableMappings.Add(tableMapping); } diff --git a/AppData/DS_App.xsd b/AppData/DS_App.xsd index 2bfe7cc..544b00a 100644 --- a/AppData/DS_App.xsd +++ b/AppData/DS_App.xsd @@ -282,20 +282,21 @@ FROM v_TaskRec - - + + + + + + + + - - - - - @@ -1130,7 +1131,7 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag) - + @@ -1167,7 +1168,7 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag) - + @@ -1189,7 +1190,7 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag) - + @@ -1216,10 +1217,32 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag) - + + + + + + + + + + + + + + + + + + + + + + + @@ -1227,6 +1250,13 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag) + + + + + + + @@ -1234,7 +1264,7 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag) - + @@ -1248,23 +1278,6 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag) - - - - - - - - - - - - - - - - - @@ -1272,20 +1285,15 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag) + + + - - - - - - - - - + @@ -1327,7 +1335,7 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag) - + @@ -1389,7 +1397,7 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag) - + @@ -1423,7 +1431,7 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag) - + @@ -1515,7 +1523,7 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag) - + @@ -1564,7 +1572,7 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag) - + @@ -1617,7 +1625,7 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag) - + @@ -1645,7 +1653,7 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag) - + @@ -1680,7 +1688,7 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag) - + @@ -1757,12 +1765,4 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag) - - - - - - - - \ No newline at end of file diff --git a/AppData/DS_App.xss b/AppData/DS_App.xss index 738db0b..3f12a30 100644 --- a/AppData/DS_App.xss +++ b/AppData/DS_App.xss @@ -4,12 +4,12 @@ Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. --> - + - - + + @@ -20,54 +20,5 @@ - - - - - 897 - 609 - - - 819 - 609 - - - - - - - 910 - 808 - - - 819 - 808 - - - - - - - 519 - 590 - - - 380 - 590 - - - - - - - 626 - 476 - - - 626 - 541 - - - - + \ No newline at end of file diff --git a/C-TRACK/WebUserControls/mod_taskRec.ascx b/C-TRACK/WebUserControls/mod_taskRec.ascx index 59c3712..7026263 100644 --- a/C-TRACK/WebUserControls/mod_taskRec.ascx +++ b/C-TRACK/WebUserControls/mod_taskRec.ascx @@ -32,14 +32,14 @@
- +
- +
- + pz
@@ -49,11 +49,10 @@
- +
- - +
@@ -61,13 +60,16 @@
-
+
- + +
+
+
pz: - +
@@ -79,30 +81,33 @@
-
+
- + +
+
+
pz: - +
- +
- +
Durata: - + min
TC:: - +
diff --git a/Jenkinsfile b/Jenkinsfile index 0236b0c..a2460c3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=212']) { + withEnv(['NEXT_BUILD_NUMBER=213']) { // env.versionNumber = VersionNumber(versionNumberString : '1.4.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2018-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '1.4.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2018-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'C.TRACK'