Fix visualizzazione dettaglio TAG in commesse normali...
This commit is contained in:
Generated
+220
-320
@@ -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"])));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -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"])));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -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"])));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -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"])));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
+54
-54
@@ -282,20 +282,21 @@ FROM v_TaskRec</CommandText>
|
||||
</MainSource>
|
||||
<Mappings>
|
||||
<Mapping SourceColumn="IdxRec" DataSetColumn="IdxRec" />
|
||||
<Mapping SourceColumn="CodOpr" DataSetColumn="CodOpr" />
|
||||
<Mapping SourceColumn="CodPost" DataSetColumn="CodPost" />
|
||||
<Mapping SourceColumn="NumTask" DataSetColumn="NumTask" />
|
||||
<Mapping SourceColumn="CodTag" DataSetColumn="CodTag" />
|
||||
<Mapping SourceColumn="CodArt" DataSetColumn="CodArt" />
|
||||
<Mapping SourceColumn="QtaRic" DataSetColumn="QtaRic" />
|
||||
<Mapping SourceColumn="CodOpr" DataSetColumn="CodOpr" />
|
||||
<Mapping SourceColumn="NomeOpr" DataSetColumn="NomeOpr" />
|
||||
<Mapping SourceColumn="CodPost" DataSetColumn="CodPost" />
|
||||
<Mapping SourceColumn="Descrizione" DataSetColumn="Descrizione" />
|
||||
<Mapping SourceColumn="CodFase" DataSetColumn="CodFase" />
|
||||
<Mapping SourceColumn="DescrFase" DataSetColumn="DescrFase" />
|
||||
<Mapping SourceColumn="DtStart" DataSetColumn="DtStart" />
|
||||
<Mapping SourceColumn="DtEnd" DataSetColumn="DtEnd" />
|
||||
<Mapping SourceColumn="QtaEv" DataSetColumn="QtaEv" />
|
||||
<Mapping SourceColumn="NomeOpr" DataSetColumn="NomeOpr" />
|
||||
<Mapping SourceColumn="Descrizione" DataSetColumn="Descrizione" />
|
||||
<Mapping SourceColumn="DescrFase" DataSetColumn="DescrFase" />
|
||||
<Mapping SourceColumn="DurataMin" DataSetColumn="DurataMin" />
|
||||
<Mapping SourceColumn="TCiclo" DataSetColumn="TCiclo" />
|
||||
<Mapping SourceColumn="CodArt" DataSetColumn="CodArt" />
|
||||
<Mapping SourceColumn="QtaRic" DataSetColumn="QtaRic" />
|
||||
</Mappings>
|
||||
<Sources>
|
||||
<DbSource ConnectionRef="C_TRACKConnectionString (Settings)" DbObjectName="C_TRACK.dbo.stp_TR_checkAlloc" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="checkAlloc" Modifier="Public" Name="checkAlloc" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="checkAlloc">
|
||||
@@ -1130,7 +1131,7 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag)</CommandT
|
||||
<xs:element name="DS_App" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="DS_App" msprop:Generator_UserDSName="DS_App">
|
||||
<xs:complexType>
|
||||
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:element name="TaskList" msprop:Generator_TableClassName="TaskListDataTable" msprop:Generator_TableVarName="tableTaskList" msprop:Generator_TablePropName="TaskList" msprop:Generator_RowDeletingName="TaskListRowDeleting" msprop:Generator_RowChangingName="TaskListRowChanging" msprop:Generator_RowEvHandlerName="TaskListRowChangeEventHandler" msprop:Generator_RowDeletedName="TaskListRowDeleted" msprop:Generator_UserTableName="TaskList" msprop:Generator_RowChangedName="TaskListRowChanged" msprop:Generator_RowEvArgName="TaskListRowChangeEvent" msprop:Generator_RowClassName="TaskListRow">
|
||||
<xs:element name="TaskList" msprop:Generator_TableClassName="TaskListDataTable" msprop:Generator_TableVarName="tableTaskList" msprop:Generator_RowChangedName="TaskListRowChanged" msprop:Generator_TablePropName="TaskList" msprop:Generator_RowDeletingName="TaskListRowDeleting" msprop:Generator_RowChangingName="TaskListRowChanging" msprop:Generator_RowEvHandlerName="TaskListRowChangeEventHandler" msprop:Generator_RowDeletedName="TaskListRowDeleted" msprop:Generator_RowClassName="TaskListRow" msprop:Generator_UserTableName="TaskList" msprop:Generator_RowEvArgName="TaskListRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="NumTask" msprop:Generator_ColumnVarNameInTable="columnNumTask" msprop:Generator_ColumnPropNameInRow="NumTask" msprop:Generator_ColumnPropNameInTable="NumTaskColumn" msprop:Generator_UserColumnName="NumTask">
|
||||
@@ -1167,7 +1168,7 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag)</CommandT
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="AnagFasi" msprop:Generator_TableClassName="AnagFasiDataTable" msprop:Generator_TableVarName="tableAnagFasi" msprop:Generator_TablePropName="AnagFasi" msprop:Generator_RowDeletingName="AnagFasiRowDeleting" msprop:Generator_RowChangingName="AnagFasiRowChanging" msprop:Generator_RowEvHandlerName="AnagFasiRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagFasiRowDeleted" msprop:Generator_UserTableName="AnagFasi" msprop:Generator_RowChangedName="AnagFasiRowChanged" msprop:Generator_RowEvArgName="AnagFasiRowChangeEvent" msprop:Generator_RowClassName="AnagFasiRow">
|
||||
<xs:element name="AnagFasi" msprop:Generator_TableClassName="AnagFasiDataTable" msprop:Generator_TableVarName="tableAnagFasi" msprop:Generator_RowChangedName="AnagFasiRowChanged" msprop:Generator_TablePropName="AnagFasi" msprop:Generator_RowDeletingName="AnagFasiRowDeleting" msprop:Generator_RowChangingName="AnagFasiRowChanging" msprop:Generator_RowEvHandlerName="AnagFasiRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagFasiRowDeleted" msprop:Generator_RowClassName="AnagFasiRow" msprop:Generator_UserTableName="AnagFasi" msprop:Generator_RowEvArgName="AnagFasiRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodFase" msprop:Generator_ColumnVarNameInTable="columnCodFase" msprop:Generator_ColumnPropNameInRow="CodFase" msprop:Generator_ColumnPropNameInTable="CodFaseColumn" msprop:Generator_UserColumnName="CodFase">
|
||||
@@ -1189,7 +1190,7 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag)</CommandT
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="AnagOpr" msprop:Generator_TableClassName="AnagOprDataTable" msprop:Generator_TableVarName="tableAnagOpr" msprop:Generator_TablePropName="AnagOpr" msprop:Generator_RowDeletingName="AnagOprRowDeleting" msprop:Generator_RowChangingName="AnagOprRowChanging" msprop:Generator_RowEvHandlerName="AnagOprRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagOprRowDeleted" msprop:Generator_UserTableName="AnagOpr" msprop:Generator_RowChangedName="AnagOprRowChanged" msprop:Generator_RowEvArgName="AnagOprRowChangeEvent" msprop:Generator_RowClassName="AnagOprRow">
|
||||
<xs:element name="AnagOpr" msprop:Generator_TableClassName="AnagOprDataTable" msprop:Generator_TableVarName="tableAnagOpr" msprop:Generator_RowChangedName="AnagOprRowChanged" msprop:Generator_TablePropName="AnagOpr" msprop:Generator_RowDeletingName="AnagOprRowDeleting" msprop:Generator_RowChangingName="AnagOprRowChanging" msprop:Generator_RowEvHandlerName="AnagOprRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagOprRowDeleted" msprop:Generator_RowClassName="AnagOprRow" msprop:Generator_UserTableName="AnagOpr" msprop:Generator_RowEvArgName="AnagOprRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodOpr" msprop:Generator_ColumnVarNameInTable="columnCodOpr" msprop:Generator_ColumnPropNameInRow="CodOpr" msprop:Generator_ColumnPropNameInTable="CodOprColumn" msprop:Generator_UserColumnName="CodOpr">
|
||||
@@ -1216,10 +1217,32 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag)</CommandT
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="TaskRec" msprop:Generator_TableClassName="TaskRecDataTable" msprop:Generator_TableVarName="tableTaskRec" msprop:Generator_TablePropName="TaskRec" msprop:Generator_RowDeletingName="TaskRecRowDeleting" msprop:Generator_RowChangingName="TaskRecRowChanging" msprop:Generator_RowEvHandlerName="TaskRecRowChangeEventHandler" msprop:Generator_RowDeletedName="TaskRecRowDeleted" msprop:Generator_UserTableName="TaskRec" msprop:Generator_RowChangedName="TaskRecRowChanged" msprop:Generator_RowEvArgName="TaskRecRowChangeEvent" msprop:Generator_RowClassName="TaskRecRow">
|
||||
<xs:element name="TaskRec" msprop:Generator_TableClassName="TaskRecDataTable" msprop:Generator_TableVarName="tableTaskRec" msprop:Generator_RowChangedName="TaskRecRowChanged" msprop:Generator_TablePropName="TaskRec" msprop:Generator_RowDeletingName="TaskRecRowDeleting" msprop:Generator_RowChangingName="TaskRecRowChanging" msprop:Generator_RowEvHandlerName="TaskRecRowChangeEventHandler" msprop:Generator_RowDeletedName="TaskRecRowDeleted" msprop:Generator_RowClassName="TaskRecRow" msprop:Generator_UserTableName="TaskRec" msprop:Generator_RowEvArgName="TaskRecRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="IdxRec" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnIdxRec" msprop:Generator_ColumnPropNameInRow="IdxRec" msprop:Generator_ColumnPropNameInTable="IdxRecColumn" msprop:Generator_UserColumnName="IdxRec" type="xs:int" />
|
||||
<xs:element name="NumTask" msprop:Generator_ColumnVarNameInTable="columnNumTask" msprop:Generator_ColumnPropNameInRow="NumTask" msprop:Generator_ColumnPropNameInTable="NumTaskColumn" msprop:Generator_UserColumnName="NumTask">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodTag" msprop:Generator_ColumnVarNameInTable="columnCodTag" msprop:Generator_ColumnPropNameInRow="CodTag" msprop:Generator_ColumnPropNameInTable="CodTagColumn" msprop:Generator_UserColumnName="CodTag">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodArt" msprop:Generator_ColumnVarNameInTable="columnCodArt" msprop:Generator_ColumnPropNameInRow="CodArt" msprop:Generator_ColumnPropNameInTable="CodArtColumn" msprop:Generator_UserColumnName="CodArt">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="QtaRic" msprop:Generator_ColumnVarNameInTable="columnQtaRic" msprop:Generator_ColumnPropNameInRow="QtaRic" msprop:Generator_ColumnPropNameInTable="QtaRicColumn" msprop:Generator_UserColumnName="QtaRic" type="xs:int" />
|
||||
<xs:element name="CodOpr" msprop:Generator_ColumnVarNameInTable="columnCodOpr" msprop:Generator_ColumnPropNameInRow="CodOpr" msprop:Generator_ColumnPropNameInTable="CodOprColumn" msprop:Generator_UserColumnName="CodOpr">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
@@ -1227,6 +1250,13 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag)</CommandT
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="NomeOpr" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNomeOpr" msprop:Generator_ColumnPropNameInRow="NomeOpr" msprop:Generator_ColumnPropNameInTable="NomeOprColumn" msprop:Generator_UserColumnName="NomeOpr" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="101" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodPost" msprop:Generator_ColumnVarNameInTable="columnCodPost" msprop:Generator_ColumnPropNameInRow="CodPost" msprop:Generator_ColumnPropNameInTable="CodPostColumn" msprop:Generator_UserColumnName="CodPost">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
@@ -1234,7 +1264,7 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag)</CommandT
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="NumTask" msprop:Generator_ColumnVarNameInTable="columnNumTask" msprop:Generator_ColumnPropNameInRow="NumTask" msprop:Generator_ColumnPropNameInTable="NumTaskColumn" msprop:Generator_UserColumnName="NumTask">
|
||||
<xs:element name="Descrizione" msprop:Generator_ColumnVarNameInTable="columnDescrizione" msprop:Generator_ColumnPropNameInRow="Descrizione" msprop:Generator_ColumnPropNameInTable="DescrizioneColumn" msprop:Generator_UserColumnName="Descrizione" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
@@ -1248,23 +1278,6 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag)</CommandT
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DtStart" msprop:Generator_ColumnVarNameInTable="columnDtStart" msprop:Generator_ColumnPropNameInRow="DtStart" msprop:Generator_ColumnPropNameInTable="DtStartColumn" msprop:Generator_UserColumnName="DtStart" type="xs:dateTime" />
|
||||
<xs:element name="DtEnd" msprop:Generator_ColumnVarNameInTable="columnDtEnd" msprop:Generator_ColumnPropNameInRow="DtEnd" msprop:Generator_ColumnPropNameInTable="DtEndColumn" msprop:Generator_UserColumnName="DtEnd" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="QtaEv" msprop:Generator_ColumnVarNameInTable="columnQtaEv" msprop:Generator_ColumnPropNameInRow="QtaEv" msprop:Generator_ColumnPropNameInTable="QtaEvColumn" msprop:Generator_UserColumnName="QtaEv" type="xs:int" />
|
||||
<xs:element name="NomeOpr" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNomeOpr" msprop:Generator_ColumnPropNameInRow="NomeOpr" msprop:Generator_ColumnPropNameInTable="NomeOprColumn" msprop:Generator_UserColumnName="NomeOpr" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="101" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Descrizione" msprop:Generator_ColumnVarNameInTable="columnDescrizione" msprop:Generator_ColumnPropNameInRow="Descrizione" msprop:Generator_ColumnPropNameInTable="DescrizioneColumn" msprop:Generator_UserColumnName="Descrizione" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DescrFase" msprop:Generator_ColumnVarNameInTable="columnDescrFase" msprop:Generator_ColumnPropNameInRow="DescrFase" msprop:Generator_ColumnPropNameInTable="DescrFaseColumn" msprop:Generator_UserColumnName="DescrFase" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
@@ -1272,20 +1285,15 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag)</CommandT
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DtStart" msprop:Generator_ColumnVarNameInTable="columnDtStart" msprop:Generator_ColumnPropNameInRow="DtStart" msprop:Generator_ColumnPropNameInTable="DtStartColumn" msprop:Generator_UserColumnName="DtStart" type="xs:dateTime" />
|
||||
<xs:element name="DtEnd" msprop:Generator_ColumnVarNameInTable="columnDtEnd" msprop:Generator_ColumnPropNameInRow="DtEnd" msprop:Generator_ColumnPropNameInTable="DtEndColumn" msprop:Generator_UserColumnName="DtEnd" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="QtaEv" msprop:Generator_ColumnVarNameInTable="columnQtaEv" msprop:Generator_ColumnPropNameInRow="QtaEv" msprop:Generator_ColumnPropNameInTable="QtaEvColumn" msprop:Generator_UserColumnName="QtaEv" type="xs:int" />
|
||||
<xs:element name="DurataMin" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDurataMin" msprop:Generator_ColumnPropNameInRow="DurataMin" msprop:Generator_ColumnPropNameInTable="DurataMinColumn" msprop:Generator_UserColumnName="DurataMin" type="xs:decimal" minOccurs="0" />
|
||||
<xs:element name="TCiclo" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTCiclo" msprop:Generator_ColumnPropNameInRow="TCiclo" msprop:Generator_ColumnPropNameInTable="TCicloColumn" msprop:Generator_UserColumnName="TCiclo" type="xs:decimal" minOccurs="0" />
|
||||
<xs:element name="CodArt" msprop:Generator_ColumnVarNameInTable="columnCodArt" msprop:Generator_ColumnPropNameInRow="CodArt" msprop:Generator_ColumnPropNameInTable="CodArtColumn" msprop:Generator_UserColumnName="CodArt">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="QtaRic" msprop:Generator_ColumnVarNameInTable="columnQtaRic" msprop:Generator_ColumnPropNameInRow="QtaRic" msprop:Generator_ColumnPropNameInTable="QtaRicColumn" msprop:Generator_UserColumnName="QtaRic" type="xs:int" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="AnagPost" msprop:Generator_TableClassName="AnagPostDataTable" msprop:Generator_TableVarName="tableAnagPost" msprop:Generator_TablePropName="AnagPost" msprop:Generator_RowDeletingName="AnagPostRowDeleting" msprop:Generator_RowChangingName="AnagPostRowChanging" msprop:Generator_RowEvHandlerName="AnagPostRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagPostRowDeleted" msprop:Generator_UserTableName="AnagPost" msprop:Generator_RowChangedName="AnagPostRowChanged" msprop:Generator_RowEvArgName="AnagPostRowChangeEvent" msprop:Generator_RowClassName="AnagPostRow">
|
||||
<xs:element name="AnagPost" msprop:Generator_TableClassName="AnagPostDataTable" msprop:Generator_TableVarName="tableAnagPost" msprop:Generator_RowChangedName="AnagPostRowChanged" msprop:Generator_TablePropName="AnagPost" msprop:Generator_RowDeletingName="AnagPostRowDeleting" msprop:Generator_RowChangingName="AnagPostRowChanging" msprop:Generator_RowEvHandlerName="AnagPostRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagPostRowDeleted" msprop:Generator_RowClassName="AnagPostRow" msprop:Generator_UserTableName="AnagPost" msprop:Generator_RowEvArgName="AnagPostRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodPost" msprop:Generator_ColumnVarNameInTable="columnCodPost" msprop:Generator_ColumnPropNameInRow="CodPost" msprop:Generator_ColumnPropNameInTable="CodPostColumn" msprop:Generator_UserColumnName="CodPost">
|
||||
@@ -1327,7 +1335,7 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag)</CommandT
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="TraEv2Stati" msprop:Generator_TableClassName="TraEv2StatiDataTable" msprop:Generator_TableVarName="tableTraEv2Stati" msprop:Generator_TablePropName="TraEv2Stati" msprop:Generator_RowDeletingName="TraEv2StatiRowDeleting" msprop:Generator_RowChangingName="TraEv2StatiRowChanging" msprop:Generator_RowEvHandlerName="TraEv2StatiRowChangeEventHandler" msprop:Generator_RowDeletedName="TraEv2StatiRowDeleted" msprop:Generator_UserTableName="TraEv2Stati" msprop:Generator_RowChangedName="TraEv2StatiRowChanged" msprop:Generator_RowEvArgName="TraEv2StatiRowChangeEvent" msprop:Generator_RowClassName="TraEv2StatiRow">
|
||||
<xs:element name="TraEv2Stati" msprop:Generator_TableClassName="TraEv2StatiDataTable" msprop:Generator_TableVarName="tableTraEv2Stati" msprop:Generator_RowChangedName="TraEv2StatiRowChanged" msprop:Generator_TablePropName="TraEv2Stati" msprop:Generator_RowDeletingName="TraEv2StatiRowDeleting" msprop:Generator_RowChangingName="TraEv2StatiRowChanging" msprop:Generator_RowEvHandlerName="TraEv2StatiRowChangeEventHandler" msprop:Generator_RowDeletedName="TraEv2StatiRowDeleted" msprop:Generator_RowClassName="TraEv2StatiRow" msprop:Generator_UserTableName="TraEv2Stati" msprop:Generator_RowEvArgName="TraEv2StatiRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodMappa" msprop:Generator_ColumnVarNameInTable="columnCodMappa" msprop:Generator_ColumnPropNameInRow="CodMappa" msprop:Generator_ColumnPropNameInTable="CodMappaColumn" msprop:Generator_UserColumnName="CodMappa">
|
||||
@@ -1389,7 +1397,7 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag)</CommandT
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="AnagEventi" msprop:Generator_TableClassName="AnagEventiDataTable" msprop:Generator_TableVarName="tableAnagEventi" msprop:Generator_TablePropName="AnagEventi" msprop:Generator_RowDeletingName="AnagEventiRowDeleting" msprop:Generator_RowChangingName="AnagEventiRowChanging" msprop:Generator_RowEvHandlerName="AnagEventiRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagEventiRowDeleted" msprop:Generator_UserTableName="AnagEventi" msprop:Generator_RowChangedName="AnagEventiRowChanged" msprop:Generator_RowEvArgName="AnagEventiRowChangeEvent" msprop:Generator_RowClassName="AnagEventiRow">
|
||||
<xs:element name="AnagEventi" msprop:Generator_TableClassName="AnagEventiDataTable" msprop:Generator_TableVarName="tableAnagEventi" msprop:Generator_RowChangedName="AnagEventiRowChanged" msprop:Generator_TablePropName="AnagEventi" msprop:Generator_RowDeletingName="AnagEventiRowDeleting" msprop:Generator_RowChangingName="AnagEventiRowChanging" msprop:Generator_RowEvHandlerName="AnagEventiRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagEventiRowDeleted" msprop:Generator_RowClassName="AnagEventiRow" msprop:Generator_UserTableName="AnagEventi" msprop:Generator_RowEvArgName="AnagEventiRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodEvento" msprop:Generator_ColumnVarNameInTable="columnCodEvento" msprop:Generator_ColumnPropNameInRow="CodEvento" msprop:Generator_ColumnPropNameInTable="CodEventoColumn" msprop:Generator_UserColumnName="CodEvento">
|
||||
@@ -1423,7 +1431,7 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag)</CommandT
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="PODL" msprop:Generator_TableClassName="PODLDataTable" msprop:Generator_TableVarName="tablePODL" msprop:Generator_RowChangedName="PODLRowChanged" msprop:Generator_TablePropName="PODL" msprop:Generator_RowDeletingName="PODLRowDeleting" msprop:Generator_RowChangingName="PODLRowChanging" msprop:Generator_RowEvHandlerName="PODLRowChangeEventHandler" msprop:Generator_RowDeletedName="PODLRowDeleted" msprop:Generator_RowClassName="PODLRow" msprop:Generator_UserTableName="PODL" msprop:Generator_RowEvArgName="PODLRowChangeEvent">
|
||||
<xs:element name="PODL" msprop:Generator_TableClassName="PODLDataTable" msprop:Generator_TableVarName="tablePODL" msprop:Generator_TablePropName="PODL" msprop:Generator_RowDeletingName="PODLRowDeleting" msprop:Generator_RowChangingName="PODLRowChanging" msprop:Generator_RowEvHandlerName="PODLRowChangeEventHandler" msprop:Generator_RowDeletedName="PODLRowDeleted" msprop:Generator_UserTableName="PODL" msprop:Generator_RowChangedName="PODLRowChanged" msprop:Generator_RowEvArgName="PODLRowChangeEvent" msprop:Generator_RowClassName="PODLRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="idxPromessa" msprop:Generator_ColumnVarNameInTable="columnidxPromessa" msprop:Generator_ColumnPropNameInRow="idxPromessa" msprop:Generator_ColumnPropNameInTable="idxPromessaColumn" msprop:Generator_UserColumnName="idxPromessa" type="xs:int" />
|
||||
@@ -1515,7 +1523,7 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag)</CommandT
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="AnagArticoli" msprop:Generator_TableClassName="AnagArticoliDataTable" msprop:Generator_TableVarName="tableAnagArticoli" msprop:Generator_RowChangedName="AnagArticoliRowChanged" msprop:Generator_TablePropName="AnagArticoli" msprop:Generator_RowDeletingName="AnagArticoliRowDeleting" msprop:Generator_RowChangingName="AnagArticoliRowChanging" msprop:Generator_RowEvHandlerName="AnagArticoliRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagArticoliRowDeleted" msprop:Generator_RowClassName="AnagArticoliRow" msprop:Generator_UserTableName="AnagArticoli" msprop:Generator_RowEvArgName="AnagArticoliRowChangeEvent">
|
||||
<xs:element name="AnagArticoli" msprop:Generator_TableClassName="AnagArticoliDataTable" msprop:Generator_TableVarName="tableAnagArticoli" msprop:Generator_TablePropName="AnagArticoli" msprop:Generator_RowDeletingName="AnagArticoliRowDeleting" msprop:Generator_RowChangingName="AnagArticoliRowChanging" msprop:Generator_RowEvHandlerName="AnagArticoliRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagArticoliRowDeleted" msprop:Generator_UserTableName="AnagArticoli" msprop:Generator_RowChangedName="AnagArticoliRowChanged" msprop:Generator_RowEvArgName="AnagArticoliRowChangeEvent" msprop:Generator_RowClassName="AnagArticoliRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodArt" msprop:Generator_ColumnVarNameInTable="columnCodArt" msprop:Generator_ColumnPropNameInRow="CodArt" msprop:Generator_ColumnPropNameInTable="CodArtColumn" msprop:Generator_UserColumnName="CodArt">
|
||||
@@ -1564,7 +1572,7 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag)</CommandT
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="TaskList2Post" msprop:Generator_TableClassName="TaskList2PostDataTable" msprop:Generator_TableVarName="tableTaskList2Post" msprop:Generator_TablePropName="TaskList2Post" msprop:Generator_RowDeletingName="TaskList2PostRowDeleting" msprop:Generator_RowChangingName="TaskList2PostRowChanging" msprop:Generator_RowEvHandlerName="TaskList2PostRowChangeEventHandler" msprop:Generator_RowDeletedName="TaskList2PostRowDeleted" msprop:Generator_UserTableName="TaskList2Post" msprop:Generator_RowChangedName="TaskList2PostRowChanged" msprop:Generator_RowEvArgName="TaskList2PostRowChangeEvent" msprop:Generator_RowClassName="TaskList2PostRow">
|
||||
<xs:element name="TaskList2Post" msprop:Generator_TableClassName="TaskList2PostDataTable" msprop:Generator_TableVarName="tableTaskList2Post" msprop:Generator_RowChangedName="TaskList2PostRowChanged" msprop:Generator_TablePropName="TaskList2Post" msprop:Generator_RowDeletingName="TaskList2PostRowDeleting" msprop:Generator_RowChangingName="TaskList2PostRowChanging" msprop:Generator_RowEvHandlerName="TaskList2PostRowChangeEventHandler" msprop:Generator_RowDeletedName="TaskList2PostRowDeleted" msprop:Generator_RowClassName="TaskList2PostRow" msprop:Generator_UserTableName="TaskList2Post" msprop:Generator_RowEvArgName="TaskList2PostRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="NumTask" msprop:Generator_ColumnVarNameInTable="columnNumTask" msprop:Generator_ColumnPropNameInRow="NumTask" msprop:Generator_ColumnPropNameInTable="NumTaskColumn" msprop:Generator_UserColumnName="NumTask">
|
||||
@@ -1617,7 +1625,7 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag)</CommandT
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="AnagStati" msprop:Generator_TableClassName="AnagStatiDataTable" msprop:Generator_TableVarName="tableAnagStati" msprop:Generator_TablePropName="AnagStati" msprop:Generator_RowDeletingName="AnagStatiRowDeleting" msprop:Generator_RowChangingName="AnagStatiRowChanging" msprop:Generator_RowEvHandlerName="AnagStatiRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagStatiRowDeleted" msprop:Generator_UserTableName="AnagStati" msprop:Generator_RowChangedName="AnagStatiRowChanged" msprop:Generator_RowEvArgName="AnagStatiRowChangeEvent" msprop:Generator_RowClassName="AnagStatiRow">
|
||||
<xs:element name="AnagStati" msprop:Generator_TableClassName="AnagStatiDataTable" msprop:Generator_TableVarName="tableAnagStati" msprop:Generator_RowChangedName="AnagStatiRowChanged" msprop:Generator_TablePropName="AnagStati" msprop:Generator_RowDeletingName="AnagStatiRowDeleting" msprop:Generator_RowChangingName="AnagStatiRowChanging" msprop:Generator_RowEvHandlerName="AnagStatiRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagStatiRowDeleted" msprop:Generator_RowClassName="AnagStatiRow" msprop:Generator_UserTableName="AnagStati" msprop:Generator_RowEvArgName="AnagStatiRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodStato" msprop:Generator_ColumnVarNameInTable="columnCodStato" msprop:Generator_ColumnPropNameInRow="CodStato" msprop:Generator_ColumnPropNameInTable="CodStatoColumn" msprop:Generator_UserColumnName="CodStato">
|
||||
@@ -1645,7 +1653,7 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag)</CommandT
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Opr2Post" msprop:Generator_TableClassName="Opr2PostDataTable" msprop:Generator_TableVarName="tableOpr2Post" msprop:Generator_TablePropName="Opr2Post" msprop:Generator_RowDeletingName="Opr2PostRowDeleting" msprop:Generator_RowChangingName="Opr2PostRowChanging" msprop:Generator_RowEvHandlerName="Opr2PostRowChangeEventHandler" msprop:Generator_RowDeletedName="Opr2PostRowDeleted" msprop:Generator_UserTableName="Opr2Post" msprop:Generator_RowChangedName="Opr2PostRowChanged" msprop:Generator_RowEvArgName="Opr2PostRowChangeEvent" msprop:Generator_RowClassName="Opr2PostRow">
|
||||
<xs:element name="Opr2Post" msprop:Generator_TableClassName="Opr2PostDataTable" msprop:Generator_TableVarName="tableOpr2Post" msprop:Generator_RowChangedName="Opr2PostRowChanged" msprop:Generator_TablePropName="Opr2Post" msprop:Generator_RowDeletingName="Opr2PostRowDeleting" msprop:Generator_RowChangingName="Opr2PostRowChanging" msprop:Generator_RowEvHandlerName="Opr2PostRowChangeEventHandler" msprop:Generator_RowDeletedName="Opr2PostRowDeleted" msprop:Generator_RowClassName="Opr2PostRow" msprop:Generator_UserTableName="Opr2Post" msprop:Generator_RowEvArgName="Opr2PostRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodOpr" msprop:Generator_ColumnVarNameInTable="columnCodOpr" msprop:Generator_ColumnPropNameInRow="CodOpr" msprop:Generator_ColumnPropNameInTable="CodOprColumn" msprop:Generator_UserColumnName="CodOpr">
|
||||
@@ -1680,7 +1688,7 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag)</CommandT
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="AnagTag" msprop:Generator_TableClassName="AnagTagDataTable" msprop:Generator_TableVarName="tableAnagTag" msprop:Generator_TablePropName="AnagTag" msprop:Generator_RowDeletingName="AnagTagRowDeleting" msprop:Generator_RowChangingName="AnagTagRowChanging" msprop:Generator_RowEvHandlerName="AnagTagRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagTagRowDeleted" msprop:Generator_UserTableName="AnagTag" msprop:Generator_RowChangedName="AnagTagRowChanged" msprop:Generator_RowEvArgName="AnagTagRowChangeEvent" msprop:Generator_RowClassName="AnagTagRow">
|
||||
<xs:element name="AnagTag" msprop:Generator_TableClassName="AnagTagDataTable" msprop:Generator_TableVarName="tableAnagTag" msprop:Generator_RowChangedName="AnagTagRowChanged" msprop:Generator_TablePropName="AnagTag" msprop:Generator_RowDeletingName="AnagTagRowDeleting" msprop:Generator_RowChangingName="AnagTagRowChanging" msprop:Generator_RowEvHandlerName="AnagTagRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagTagRowDeleted" msprop:Generator_RowClassName="AnagTagRow" msprop:Generator_UserTableName="AnagTag" msprop:Generator_RowEvArgName="AnagTagRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodTag" msprop:Generator_ColumnVarNameInTable="columnCodTag" msprop:Generator_ColumnPropNameInRow="CodTag" msprop:Generator_ColumnPropNameInTable="CodTagColumn" msprop:Generator_UserColumnName="CodTag">
|
||||
@@ -1757,12 +1765,4 @@ SELECT CodTag, TipoTag, DescrTag FROM AnagTag WHERE (CodTag = @CodTag)</CommandT
|
||||
<xs:field xpath="mstns:CodTag" />
|
||||
</xs:unique>
|
||||
</xs:element>
|
||||
<xs:annotation>
|
||||
<xs:appinfo>
|
||||
<msdata:Relationship name="FK_TaskRec_AnagFasi" msdata:parent="AnagFasi" msdata:child="TaskRec" msdata:parentkey="CodFase" msdata:childkey="CodFase" msprop:Generator_UserChildTable="TaskRec" msprop:Generator_ChildPropName="GetTaskRecRows" msprop:Generator_UserRelationName="FK_TaskRec_AnagFasi" msprop:Generator_ParentPropName="AnagFasiRow" msprop:Generator_RelationVarName="relationFK_TaskRec_AnagFasi" msprop:Generator_UserParentTable="AnagFasi" />
|
||||
<msdata:Relationship name="FK_TaskRec_AnagOpr" msdata:parent="AnagOpr" msdata:child="TaskRec" msdata:parentkey="CodOpr" msdata:childkey="CodOpr" msprop:Generator_UserChildTable="TaskRec" msprop:Generator_ChildPropName="GetTaskRecRows" msprop:Generator_UserRelationName="FK_TaskRec_AnagOpr" msprop:Generator_ParentPropName="AnagOprRow" msprop:Generator_RelationVarName="relationFK_TaskRec_AnagOpr" msprop:Generator_UserParentTable="AnagOpr" />
|
||||
<msdata:Relationship name="TaskRec_TaskList" msdata:parent="TaskRec" msdata:child="TaskList" msdata:parentkey="NumTask" msdata:childkey="NumTask" msprop:Generator_UserChildTable="TaskList" msprop:Generator_ChildPropName="GetTaskListRows" msprop:Generator_UserRelationName="TaskRec_TaskList" msprop:Generator_RelationVarName="relationTaskRec_TaskList" msprop:Generator_UserParentTable="TaskRec" msprop:Generator_ParentPropName="TaskRecRow" />
|
||||
<msdata:Relationship name="FK_TaskRec_AnagPost" msdata:parent="AnagPost" msdata:child="TaskRec" msdata:parentkey="CodPost" msdata:childkey="CodPost" msprop:Generator_UserChildTable="TaskRec" msprop:Generator_ChildPropName="GetTaskRecRows" msprop:Generator_UserRelationName="FK_TaskRec_AnagPost" msprop:Generator_RelationVarName="relationFK_TaskRec_AnagPost" msprop:Generator_UserParentTable="AnagPost" msprop:Generator_ParentPropName="AnagPostRow" />
|
||||
</xs:appinfo>
|
||||
</xs:annotation>
|
||||
</xs:schema>
|
||||
+4
-53
@@ -4,12 +4,12 @@
|
||||
Changes to this file may cause incorrect behavior and will be lost if
|
||||
the code is regenerated.
|
||||
</autogenerated>-->
|
||||
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="44" ViewPortY="-47" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
|
||||
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="44" ViewPortY="177" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
|
||||
<Shapes>
|
||||
<Shape ID="DesignTable:TaskList" ZOrder="7" X="91" Y="386" Height="381" Width="289" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:AnagFasi" ZOrder="10" X="897" Y="421" Height="191" Width="197" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="102" />
|
||||
<Shape ID="DesignTable:AnagOpr" ZOrder="17" X="910" Y="728" Height="153" Width="197" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
|
||||
<Shape ID="DesignTable:TaskRec" ZOrder="2" X="519" Y="541" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:AnagOpr" ZOrder="13" X="910" Y="728" Height="153" Width="197" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
|
||||
<Shape ID="DesignTable:TaskRec" ZOrder="2" X="519" Y="541" Height="457" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
|
||||
<Shape ID="DesignTable:AnagPost" ZOrder="9" X="519" Y="209" Height="267" Width="200" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="140" />
|
||||
<Shape ID="DesignTable:TraEv2Stati" ZOrder="12" X="195" Y="1020" Height="248" Width="210" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="178" />
|
||||
<Shape ID="DesignTable:AnagEventi" ZOrder="11" X="903" Y="966" Height="172" Width="211" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="102" />
|
||||
@@ -20,54 +20,5 @@
|
||||
<Shape ID="DesignTable:Opr2Post" ZOrder="3" X="175" Y="774" Height="229" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="121" />
|
||||
<Shape ID="DesignTable:AnagTag" ZOrder="1" X="563" Y="18" Height="153" Width="196" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
|
||||
</Shapes>
|
||||
<Connectors>
|
||||
<Connector ID="DesignRelation:FK_TaskRec_AnagFasi" ZOrder="16" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>897</X>
|
||||
<Y>609</Y>
|
||||
</Point>
|
||||
<Point>
|
||||
<X>819</X>
|
||||
<Y>609</Y>
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_TaskRec_AnagOpr" ZOrder="15" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>910</X>
|
||||
<Y>808</Y>
|
||||
</Point>
|
||||
<Point>
|
||||
<X>819</X>
|
||||
<Y>808</Y>
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:TaskRec_TaskList" ZOrder="14" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>519</X>
|
||||
<Y>590</Y>
|
||||
</Point>
|
||||
<Point>
|
||||
<X>380</X>
|
||||
<Y>590</Y>
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_TaskRec_AnagPost" ZOrder="13" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>626</X>
|
||||
<Y>476</Y>
|
||||
</Point>
|
||||
<Point>
|
||||
<X>626</X>
|
||||
<Y>541</Y>
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
</Connectors>
|
||||
<Connectors />
|
||||
</DiagramLayout>
|
||||
@@ -32,14 +32,14 @@
|
||||
<ItemTemplate>
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<asp:Label ID="lblNumTask" runat="server" Text='<%# Eval("NumTask") %>'></asp:Label>
|
||||
<asp:Label ID="lblNumTask" runat="server" Text='<%# Eval("NumTask") %>' />
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<b>
|
||||
<asp:Label ID="lblCodArt" runat="server" Text='<%# Eval("CodArt") %>'></asp:Label></b>
|
||||
<asp:Label ID="lblCodArt" runat="server" Text='<%# Eval("CodArt") %>' /></b>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<asp:Label ID="lblQtaRic" runat="server" Text='<%# Eval("QtaRic") %>'></asp:Label>
|
||||
<asp:Label ID="lblQtaRic" runat="server" Text='<%# Eval("QtaRic") %>' />
|
||||
pz
|
||||
</div>
|
||||
</div>
|
||||
@@ -49,11 +49,10 @@
|
||||
<ItemTemplate>
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<asp:Label ID="lblDescrizione" runat="server" Text='<%# Eval("Descrizione") %>'></asp:Label>
|
||||
<asp:Label ID="lblDescrizione" runat="server" Text='<%# Eval("Descrizione") %>' />
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<i>
|
||||
<asp:Label ID="lblNomeOpr" runat="server" Text='<%# Eval("NomeOpr") %>'></asp:Label></i>
|
||||
<i><asp:Label ID="lblNomeOpr" runat="server" Text='<%# Eval("NomeOpr") %>' /></i>
|
||||
</div>
|
||||
</div>
|
||||
</ItemTemplate>
|
||||
@@ -61,13 +60,16 @@
|
||||
<asp:TemplateField HeaderText="Lavorazione" SortExpression="DtStart">
|
||||
<EditItemTemplate>
|
||||
<div class="row">
|
||||
<div class="col-9">
|
||||
<div class="col-6">
|
||||
<b>
|
||||
<asp:Label ID="lblDescrFase" runat="server" Text='<%# Eval("DescrFase") %>'></asp:Label></b>
|
||||
<asp:Label ID="lblDescrFase" runat="server" Text='<%# Eval("DescrFase") %>' /></b>
|
||||
</div>
|
||||
<div class="col-3 text-center">
|
||||
<asp:Label ID="lblCodTag" runat="server" Text='<%# Eval("CodTag","[{0}]") %>' Visible='<%# Eval("CodTag").ToString()!="" %>' />
|
||||
</div>
|
||||
<div class="col-3 text-right">
|
||||
pz:
|
||||
<asp:TextBox ID="txtQtaEv" runat="server" Text='<%# Bind("QtaEv") %>'></asp:TextBox>
|
||||
<asp:TextBox ID="txtQtaEv" runat="server" Text='<%# Bind("QtaEv") %>' />
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<asp:TextBox ID="txtDtStart" runat="server" Text='<%# Bind("DtStart","{0:yyyy-MM-dd HH:mm:ss}") %>' TextMode="DateTime" />
|
||||
@@ -79,30 +81,33 @@
|
||||
</EditItemTemplate>
|
||||
<ItemTemplate>
|
||||
<div class="row">
|
||||
<div class="col-9">
|
||||
<div class="col-6">
|
||||
<b>
|
||||
<asp:Label ID="lblDescrFase" runat="server" Text='<%# Eval("DescrFase") %>'></asp:Label></b>
|
||||
<asp:Label ID="lblDescrFase" runat="server" Text='<%# Eval("DescrFase") %>' /></b>
|
||||
</div>
|
||||
<div class="col-3 text-center">
|
||||
<asp:Label ID="lblCodTag" runat="server" Text='<%# Eval("CodTag","[{0}]") %>' Visible='<%# Eval("CodTag").ToString()!="" %>' />
|
||||
</div>
|
||||
<div class="col-3 text-right">
|
||||
pz:
|
||||
<asp:Label ID="Label1" runat="server" Text='<%# Eval("QtaEv") %>'></asp:Label>
|
||||
<asp:Label ID="Label1" runat="server" Text='<%# Eval("QtaEv") %>' />
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<asp:Label ID="lblDtStart" runat="server" Text='<%# Eval("DtStart","{0:ddd dd.MM HH:mm:ss}") %>'></asp:Label>
|
||||
<asp:Label ID="lblDtStart" runat="server" Text='<%# Eval("DtStart","{0:ddd dd.MM HH:mm:ss}") %>' />
|
||||
</div>
|
||||
<div class="col-6 text-right">
|
||||
<asp:Label ID="lblDtEnd" runat="server" Text='<%# Eval("DtEnd","{0:ddd dd.MM HH:mm:ss}") %>'></asp:Label>
|
||||
<asp:Label ID="lblDtEnd" runat="server" Text='<%# Eval("DtEnd","{0:ddd dd.MM HH:mm:ss}") %>' />
|
||||
<asp:Label runat="server" ID="lblWIP" Visible='<%# Eval("DtEnd").ToString()=="" %>' CssClass="text-warning"><i class="fas fa-user-clock fa-2x"></i></asp:Label>
|
||||
<asp:Label runat="server" ID="lblDone" Visible='<%# Eval("DtEnd").ToString()!="" %>' CssClass="text-success"><i class="fas fa-check-square fa-2x"></i></asp:Label>
|
||||
</div>
|
||||
<div class="col-6">
|
||||
Durata:
|
||||
<asp:Label ID="Label2" runat="server" Text='<%# Eval("DurataMin","{0:N2}") %>'></asp:Label>
|
||||
<asp:Label ID="Label2" runat="server" Text='<%# Eval("DurataMin","{0:N2}") %>' />
|
||||
min
|
||||
</div>
|
||||
<div class="col-6 text-right">
|
||||
TC::
|
||||
<asp:Label ID="Label3" runat="server" Text='<%# Eval("TCiclo","{0:N2}") %>'></asp:Label>
|
||||
<asp:Label ID="Label3" runat="server" Text='<%# Eval("TCiclo","{0:N2}") %>' />
|
||||
</div>
|
||||
</div>
|
||||
</ItemTemplate>
|
||||
|
||||
Vendored
+1
-1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user