diff --git a/Data/DS_app.Designer.cs b/Data/DS_app.Designer.cs index 9a948cc..e671776 100644 --- a/Data/DS_app.Designer.cs +++ b/Data/DS_app.Designer.cs @@ -48,6 +48,8 @@ namespace Data { private AnagPriorDataTable tableAnagPrior; + private ER_ActsDataTable tableER_Acts; + private global::System.Data.DataRelation relationFK_AnagCondomini_AnagAmministratori; private global::System.Data.DataRelation relationRelFornitore2Area_AnagFornitori; @@ -124,6 +126,9 @@ namespace Data { if ((ds.Tables["AnagPrior"] != null)) { base.Tables.Add(new AnagPriorDataTable(ds.Tables["AnagPrior"])); } + if ((ds.Tables["ER_Acts"] != null)) { + base.Tables.Add(new ER_ActsDataTable(ds.Tables["ER_Acts"])); + } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; @@ -262,6 +267,16 @@ namespace Data { } } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + [global::System.ComponentModel.Browsable(false)] + [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] + public ER_ActsDataTable ER_Acts { + get { + return this.tableER_Acts; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] [global::System.ComponentModel.BrowsableAttribute(true)] @@ -365,6 +380,9 @@ namespace Data { if ((ds.Tables["AnagPrior"] != null)) { base.Tables.Add(new AnagPriorDataTable(ds.Tables["AnagPrior"])); } + if ((ds.Tables["ER_Acts"] != null)) { + base.Tables.Add(new ER_ActsDataTable(ds.Tables["ER_Acts"])); + } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; @@ -470,6 +488,12 @@ namespace Data { this.tableAnagPrior.InitVars(); } } + this.tableER_Acts = ((ER_ActsDataTable)(base.Tables["ER_Acts"])); + if ((initTable == true)) { + if ((this.tableER_Acts != null)) { + this.tableER_Acts.InitVars(); + } + } this.relationFK_AnagCondomini_AnagAmministratori = this.Relations["FK_AnagCondomini_AnagAmministratori"]; this.relationRelFornitore2Area_AnagFornitori = this.Relations["RelFornitore2Area_AnagFornitori"]; this.relationAnagAree_RelFornitore2Area = this.Relations["AnagAree_RelFornitore2Area"]; @@ -510,6 +534,8 @@ namespace Data { base.Tables.Add(this.tablePAM_DashStats); this.tableAnagPrior = new AnagPriorDataTable(); base.Tables.Add(this.tableAnagPrior); + this.tableER_Acts = new ER_ActsDataTable(); + base.Tables.Add(this.tableER_Acts); this.relationFK_AnagCondomini_AnagAmministratori = new global::System.Data.DataRelation("FK_AnagCondomini_AnagAmministratori", new global::System.Data.DataColumn[] { this.tableAnagAmministratori.idxAmmColumn}, new global::System.Data.DataColumn[] { this.tableAnagCondomini.idxAmmColumn}, false); @@ -608,6 +634,12 @@ namespace Data { return false; } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + private bool ShouldSerializeER_Acts() { + return false; + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) { @@ -699,6 +731,9 @@ namespace Data { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] public delegate void AnagPriorRowChangeEventHandler(object sender, AnagPriorRowChangeEvent e); + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public delegate void ER_ActsRowChangeEventHandler(object sender, ER_ActsRowChangeEvent e); + /// ///Represents the strongly named DataTable class. /// @@ -5408,6 +5443,390 @@ namespace Data { } } + /// + ///Represents the strongly named DataTable class. + /// + [global::System.Serializable()] + [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] + public partial class ER_ActsDataTable : global::System.Data.TypedTableBase { + + private global::System.Data.DataColumn columnidxAzione; + + private global::System.Data.DataColumn columnidxRichiesta; + + private global::System.Data.DataColumn columndataRif; + + private global::System.Data.DataColumn columncodAzione; + + private global::System.Data.DataColumn columnattore; + + private global::System.Data.DataColumn columngenAttore; + + private global::System.Data.DataColumn columnmessaggio; + + private global::System.Data.DataColumn columnclasse; + + private global::System.Data.DataColumn columncssIcon; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public ER_ActsDataTable() { + this.TableName = "ER_Acts"; + this.BeginInit(); + this.InitClass(); + this.EndInit(); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + internal ER_ActsDataTable(global::System.Data.DataTable table) { + this.TableName = table.TableName; + if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { + this.CaseSensitive = table.CaseSensitive; + } + if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) { + this.Locale = table.Locale; + } + if ((table.Namespace != table.DataSet.Namespace)) { + this.Namespace = table.Namespace; + } + this.Prefix = table.Prefix; + this.MinimumCapacity = table.MinimumCapacity; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + protected ER_ActsDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + base(info, context) { + this.InitVars(); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public global::System.Data.DataColumn idxAzioneColumn { + get { + return this.columnidxAzione; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public global::System.Data.DataColumn idxRichiestaColumn { + get { + return this.columnidxRichiesta; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public global::System.Data.DataColumn dataRifColumn { + get { + return this.columndataRif; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public global::System.Data.DataColumn codAzioneColumn { + get { + return this.columncodAzione; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public global::System.Data.DataColumn attoreColumn { + get { + return this.columnattore; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public global::System.Data.DataColumn genAttoreColumn { + get { + return this.columngenAttore; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public global::System.Data.DataColumn messaggioColumn { + get { + return this.columnmessaggio; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public global::System.Data.DataColumn classeColumn { + get { + return this.columnclasse; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public global::System.Data.DataColumn cssIconColumn { + get { + return this.columncssIcon; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + [global::System.ComponentModel.Browsable(false)] + public int Count { + get { + return this.Rows.Count; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public ER_ActsRow this[int index] { + get { + return ((ER_ActsRow)(this.Rows[index])); + } + } + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public event ER_ActsRowChangeEventHandler ER_ActsRowChanging; + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public event ER_ActsRowChangeEventHandler ER_ActsRowChanged; + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public event ER_ActsRowChangeEventHandler ER_ActsRowDeleting; + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public event ER_ActsRowChangeEventHandler ER_ActsRowDeleted; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public void AddER_ActsRow(ER_ActsRow row) { + this.Rows.Add(row); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public ER_ActsRow AddER_ActsRow(int idxAzione, int idxRichiesta, System.DateTime dataRif, string codAzione, string attore, string genAttore, string messaggio, string classe, string cssIcon) { + ER_ActsRow rowER_ActsRow = ((ER_ActsRow)(this.NewRow())); + object[] columnValuesArray = new object[] { + idxAzione, + idxRichiesta, + dataRif, + codAzione, + attore, + genAttore, + messaggio, + classe, + cssIcon}; + rowER_ActsRow.ItemArray = columnValuesArray; + this.Rows.Add(rowER_ActsRow); + return rowER_ActsRow; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public ER_ActsRow FindByidxAzione(int idxAzione) { + return ((ER_ActsRow)(this.Rows.Find(new object[] { + idxAzione}))); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public override global::System.Data.DataTable Clone() { + ER_ActsDataTable cln = ((ER_ActsDataTable)(base.Clone())); + cln.InitVars(); + return cln; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + protected override global::System.Data.DataTable CreateInstance() { + return new ER_ActsDataTable(); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + internal void InitVars() { + this.columnidxAzione = base.Columns["idxAzione"]; + this.columnidxRichiesta = base.Columns["idxRichiesta"]; + this.columndataRif = base.Columns["dataRif"]; + this.columncodAzione = base.Columns["codAzione"]; + this.columnattore = base.Columns["attore"]; + this.columngenAttore = base.Columns["genAttore"]; + this.columnmessaggio = base.Columns["messaggio"]; + this.columnclasse = base.Columns["classe"]; + this.columncssIcon = base.Columns["cssIcon"]; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + private void InitClass() { + this.columnidxAzione = new global::System.Data.DataColumn("idxAzione", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnidxAzione); + this.columnidxRichiesta = new global::System.Data.DataColumn("idxRichiesta", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnidxRichiesta); + this.columndataRif = new global::System.Data.DataColumn("dataRif", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columndataRif); + this.columncodAzione = new global::System.Data.DataColumn("codAzione", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columncodAzione); + this.columnattore = new global::System.Data.DataColumn("attore", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnattore); + this.columngenAttore = new global::System.Data.DataColumn("genAttore", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columngenAttore); + this.columnmessaggio = new global::System.Data.DataColumn("messaggio", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnmessaggio); + this.columnclasse = new global::System.Data.DataColumn("classe", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnclasse); + this.columncssIcon = new global::System.Data.DataColumn("cssIcon", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columncssIcon); + this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { + this.columnidxAzione}, true)); + this.columnidxAzione.AllowDBNull = false; + this.columnidxAzione.Unique = true; + this.columnidxRichiesta.AllowDBNull = false; + this.columndataRif.AllowDBNull = false; + this.columncodAzione.AllowDBNull = false; + this.columncodAzione.MaxLength = 50; + this.columnattore.AllowDBNull = false; + this.columnattore.MaxLength = 250; + this.columngenAttore.ReadOnly = true; + this.columngenAttore.MaxLength = 501; + this.columnmessaggio.AllowDBNull = false; + this.columnmessaggio.MaxLength = 2147483647; + this.columnclasse.AllowDBNull = false; + this.columnclasse.MaxLength = 50; + this.columncssIcon.AllowDBNull = false; + this.columncssIcon.MaxLength = 50; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public ER_ActsRow NewER_ActsRow() { + return ((ER_ActsRow)(this.NewRow())); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { + return new ER_ActsRow(builder); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + protected override global::System.Type GetRowType() { + return typeof(ER_ActsRow); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowChanged(e); + if ((this.ER_ActsRowChanged != null)) { + this.ER_ActsRowChanged(this, new ER_ActsRowChangeEvent(((ER_ActsRow)(e.Row)), e.Action)); + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowChanging(e); + if ((this.ER_ActsRowChanging != null)) { + this.ER_ActsRowChanging(this, new ER_ActsRowChangeEvent(((ER_ActsRow)(e.Row)), e.Action)); + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowDeleted(e); + if ((this.ER_ActsRowDeleted != null)) { + this.ER_ActsRowDeleted(this, new ER_ActsRowChangeEvent(((ER_ActsRow)(e.Row)), e.Action)); + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowDeleting(e); + if ((this.ER_ActsRowDeleting != null)) { + this.ER_ActsRowDeleting(this, new ER_ActsRowChangeEvent(((ER_ActsRow)(e.Row)), e.Action)); + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public void RemoveER_ActsRow(ER_ActsRow row) { + this.Rows.Remove(row); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) { + global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); + global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); + DS_app ds = new DS_app(); + global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny(); + any1.Namespace = "http://www.w3.org/2001/XMLSchema"; + any1.MinOccurs = new decimal(0); + any1.MaxOccurs = decimal.MaxValue; + any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; + sequence.Items.Add(any1); + global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny(); + any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; + any2.MinOccurs = new decimal(1); + any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; + sequence.Items.Add(any2); + global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute(); + attribute1.Name = "namespace"; + attribute1.FixedValue = ds.Namespace; + type.Attributes.Add(attribute1); + global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); + attribute2.Name = "tableTypeName"; + attribute2.FixedValue = "ER_ActsDataTable"; + type.Attributes.Add(attribute2); + type.Particle = sequence; + global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); + if (xs.Contains(dsSchema.TargetNamespace)) { + global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); + global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); + try { + global::System.Xml.Schema.XmlSchema schema = null; + dsSchema.Write(s1); + for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { + schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); + s2.SetLength(0); + schema.Write(s2); + if ((s1.Length == s2.Length)) { + s1.Position = 0; + s2.Position = 0; + for (; ((s1.Position != s1.Length) + && (s1.ReadByte() == s2.ReadByte())); ) { + ; + } + if ((s1.Position == s1.Length)) { + return type; + } + } + } + } + finally { + if ((s1 != null)) { + s1.Close(); + } + if ((s2 != null)) { + s2.Close(); + } + } + } + xs.Add(dsSchema); + return type; + } + } + /// ///Represents strongly named DataRow class. /// @@ -7764,6 +8183,137 @@ namespace Data { } } + /// + ///Represents strongly named DataRow class. + /// + public partial class ER_ActsRow : global::System.Data.DataRow { + + private ER_ActsDataTable tableER_Acts; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + internal ER_ActsRow(global::System.Data.DataRowBuilder rb) : + base(rb) { + this.tableER_Acts = ((ER_ActsDataTable)(this.Table)); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public int idxAzione { + get { + return ((int)(this[this.tableER_Acts.idxAzioneColumn])); + } + set { + this[this.tableER_Acts.idxAzioneColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public int idxRichiesta { + get { + return ((int)(this[this.tableER_Acts.idxRichiestaColumn])); + } + set { + this[this.tableER_Acts.idxRichiestaColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public System.DateTime dataRif { + get { + return ((global::System.DateTime)(this[this.tableER_Acts.dataRifColumn])); + } + set { + this[this.tableER_Acts.dataRifColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public string codAzione { + get { + return ((string)(this[this.tableER_Acts.codAzioneColumn])); + } + set { + this[this.tableER_Acts.codAzioneColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public string attore { + get { + return ((string)(this[this.tableER_Acts.attoreColumn])); + } + set { + this[this.tableER_Acts.attoreColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public string genAttore { + get { + try { + return ((string)(this[this.tableER_Acts.genAttoreColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("Il valore della colonna \'genAttore\' nella tabella \'ER_Acts\' è DBNull.", e); + } + } + set { + this[this.tableER_Acts.genAttoreColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public string messaggio { + get { + return ((string)(this[this.tableER_Acts.messaggioColumn])); + } + set { + this[this.tableER_Acts.messaggioColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public string classe { + get { + return ((string)(this[this.tableER_Acts.classeColumn])); + } + set { + this[this.tableER_Acts.classeColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public string cssIcon { + get { + return ((string)(this[this.tableER_Acts.cssIconColumn])); + } + set { + this[this.tableER_Acts.cssIconColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public bool IsgenAttoreNull() { + return this.IsNull(this.tableER_Acts.genAttoreColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public void SetgenAttoreNull() { + this[this.tableER_Acts.genAttoreColumn] = global::System.Convert.DBNull; + } + } + /// ///Row event argument class /// @@ -8171,6 +8721,40 @@ namespace Data { } } } + + /// + ///Row event argument class + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public class ER_ActsRowChangeEvent : global::System.EventArgs { + + private ER_ActsRow eventRow; + + private global::System.Data.DataRowAction eventAction; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public ER_ActsRowChangeEvent(ER_ActsRow row, global::System.Data.DataRowAction action) { + this.eventRow = row; + this.eventAction = action; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public ER_ActsRow Row { + get { + return this.eventRow; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public global::System.Data.DataRowAction Action { + get { + return this.eventAction; + } + } + } } } namespace Data.DS_appTableAdapters { @@ -12095,6 +12679,205 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita } } + /// + ///Represents the connection and commands used to retrieve and save data. + /// + [global::System.ComponentModel.DesignerCategoryAttribute("code")] + [global::System.ComponentModel.ToolboxItem(true)] + [global::System.ComponentModel.DataObjectAttribute(true)] + [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + public partial class ER_ActsTableAdapter : global::System.ComponentModel.Component { + + private global::System.Data.SqlClient.SqlDataAdapter _adapter; + + private global::System.Data.SqlClient.SqlConnection _connection; + + private global::System.Data.SqlClient.SqlTransaction _transaction; + + private global::System.Data.SqlClient.SqlCommand[] _commandCollection; + + private bool _clearBeforeFill; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public ER_ActsTableAdapter() { + this.ClearBeforeFill = true; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter { + get { + if ((this._adapter == null)) { + this.InitAdapter(); + } + return this._adapter; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + internal global::System.Data.SqlClient.SqlConnection Connection { + get { + if ((this._connection == null)) { + this.InitConnection(); + } + return this._connection; + } + set { + this._connection = value; + if ((this.Adapter.InsertCommand != null)) { + this.Adapter.InsertCommand.Connection = value; + } + if ((this.Adapter.DeleteCommand != null)) { + this.Adapter.DeleteCommand.Connection = value; + } + if ((this.Adapter.UpdateCommand != null)) { + this.Adapter.UpdateCommand.Connection = value; + } + for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { + if ((this.CommandCollection[i] != null)) { + ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value; + } + } + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + internal global::System.Data.SqlClient.SqlTransaction Transaction { + get { + return this._transaction; + } + set { + this._transaction = value; + for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { + this.CommandCollection[i].Transaction = this._transaction; + } + if (((this.Adapter != null) + && (this.Adapter.DeleteCommand != null))) { + this.Adapter.DeleteCommand.Transaction = this._transaction; + } + if (((this.Adapter != null) + && (this.Adapter.InsertCommand != null))) { + this.Adapter.InsertCommand.Transaction = this._transaction; + } + if (((this.Adapter != null) + && (this.Adapter.UpdateCommand != null))) { + this.Adapter.UpdateCommand.Transaction = this._transaction; + } + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + protected global::System.Data.SqlClient.SqlCommand[] CommandCollection { + get { + if ((this._commandCollection == null)) { + this.InitCommandCollection(); + } + return this._commandCollection; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public bool ClearBeforeFill { + get { + return this._clearBeforeFill; + } + set { + this._clearBeforeFill = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + private void InitAdapter() { + this._adapter = new global::System.Data.SqlClient.SqlDataAdapter(); + global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); + tableMapping.SourceTable = "Table"; + tableMapping.DataSetTable = "ER_Acts"; + tableMapping.ColumnMappings.Add("idxAzione", "idxAzione"); + tableMapping.ColumnMappings.Add("idxRichiesta", "idxRichiesta"); + tableMapping.ColumnMappings.Add("dataRif", "dataRif"); + tableMapping.ColumnMappings.Add("codAzione", "codAzione"); + tableMapping.ColumnMappings.Add("attore", "attore"); + tableMapping.ColumnMappings.Add("genAttore", "genAttore"); + tableMapping.ColumnMappings.Add("messaggio", "messaggio"); + tableMapping.ColumnMappings.Add("classe", "classe"); + tableMapping.ColumnMappings.Add("cssIcon", "cssIcon"); + this._adapter.TableMappings.Add(tableMapping); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + private void InitConnection() { + this._connection = new global::System.Data.SqlClient.SqlConnection(); + this._connection.ConnectionString = global::Data.Properties.Settings.Default.B2BCondConnectionString; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + private void InitCommandCollection() { + this._commandCollection = new global::System.Data.SqlClient.SqlCommand[2]; + this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); + this._commandCollection[0].Connection = this.Connection; + this._commandCollection[0].CommandText = "SELECT idxAzione, idxRichiesta, dataRif, codAzione, attore, genAttore, messaggio," + + " classe, cssIcon FROM dbo.v_ER_Acts"; + this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; + this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand(); + this._commandCollection[1].Connection = this.Connection; + this._commandCollection[1].CommandText = "dbo.stp_ER_Acts_getByIdxRich"; + this._commandCollection[1].CommandType = global::System.Data.CommandType.StoredProcedure; + this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxRichiesta", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] + public virtual int Fill(DS_app.ER_ActsDataTable dataTable) { + this.Adapter.SelectCommand = this.CommandCollection[0]; + if ((this.ClearBeforeFill == true)) { + dataTable.Clear(); + } + int returnValue = this.Adapter.Fill(dataTable); + return returnValue; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] + public virtual DS_app.ER_ActsDataTable GetData() { + this.Adapter.SelectCommand = this.CommandCollection[0]; + DS_app.ER_ActsDataTable dataTable = new DS_app.ER_ActsDataTable(); + this.Adapter.Fill(dataTable); + return dataTable; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)] + public virtual DS_app.ER_ActsDataTable getByIdxRich(global::System.Nullable idxRichiesta) { + this.Adapter.SelectCommand = this.CommandCollection[1]; + if ((idxRichiesta.HasValue == true)) { + this.Adapter.SelectCommand.Parameters[1].Value = ((int)(idxRichiesta.Value)); + } + else { + this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value; + } + DS_app.ER_ActsDataTable dataTable = new DS_app.ER_ActsDataTable(); + this.Adapter.Fill(dataTable); + return dataTable; + } + } + /// ///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios /// diff --git a/Data/DS_app.xsd b/Data/DS_app.xsd index 94fa29b..253ec2f 100644 --- a/Data/DS_app.xsd +++ b/Data/DS_app.xsd @@ -737,6 +737,42 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita + + + + + + SELECT idxAzione, idxRichiesta, dataRif, codAzione, attore, genAttore, messaggio, classe, cssIcon FROM dbo.v_ER_Acts + + + + + + + + + + + + + + + + + + + + + dbo.stp_ER_Acts_getByIdxRich + + + + + + + + + @@ -745,7 +781,7 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita - + @@ -772,7 +808,7 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita - + @@ -823,7 +859,7 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita - + @@ -852,7 +888,7 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita - + @@ -916,7 +952,7 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita - + @@ -925,7 +961,7 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita - + @@ -1007,7 +1043,7 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita - + @@ -1021,7 +1057,7 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita - + @@ -1126,7 +1162,7 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita - + @@ -1154,7 +1190,7 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita - + @@ -1179,7 +1215,7 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita - + @@ -1192,7 +1228,7 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita - + @@ -1207,6 +1243,57 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1248,15 +1335,19 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita + + + + - - - - - - + + + + + + \ No newline at end of file diff --git a/Data/DS_app.xss b/Data/DS_app.xss index bcbd0df..10765ea 100644 --- a/Data/DS_app.xss +++ b/Data/DS_app.xss @@ -4,30 +4,36 @@ Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. --> - + - - - - - - - + + + + + + + + + + + + + - + - 370 - 149 + 330 + 154 440 - 149 + 154 - + 900 @@ -39,7 +45,7 @@ - + 933 @@ -51,7 +57,7 @@ - + 723 @@ -63,7 +69,7 @@ - + 976 @@ -75,5 +81,25 @@ + + + + 151 + 0 + + + 151 + -30 + + + 110 + -30 + + + 110 + 0 + + + \ No newline at end of file diff --git a/Jenkinsfile b/Jenkinsfile index 02872d8..7352e68 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=98']) { + withEnv(['NEXT_BUILD_NUMBER=101']) { // env.versionNumber = VersionNumber(versionNumberString : '0.9.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '0.9.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'SOSCONDOMINI' diff --git a/PUB/PUB.csproj b/PUB/PUB.csproj index 4890483..651bd8a 100644 --- a/PUB/PUB.csproj +++ b/PUB/PUB.csproj @@ -222,6 +222,7 @@ + @@ -627,6 +628,13 @@ mod_enrollByJumperAuthKey.ascx + + mod_ER_acts.ascx + ASPXCodeBehind + + + mod_ER_acts.ascx + mod_ER_conclusi.ascx ASPXCodeBehind diff --git a/PUB/WebUserContols/mod_ER_acts.ascx b/PUB/WebUserContols/mod_ER_acts.ascx new file mode 100644 index 0000000..ba94350 --- /dev/null +++ b/PUB/WebUserContols/mod_ER_acts.ascx @@ -0,0 +1,27 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_ER_acts.ascx.cs" Inherits="PUB.WebUserContols.mod_ER_acts" %> + + + + + +
+
+ | <%# Eval("classe") %> +
+
+ <%# Eval("dataRif","{0:ddd dd.MM.yyyy, HH:mm:ss}") %> +
+
+ <%# Eval("attore") %> +
+
+ <%# Eval("messaggio") %> +
+
+
+
+ + + + + diff --git a/PUB/WebUserContols/mod_ER_acts.ascx.cs b/PUB/WebUserContols/mod_ER_acts.ascx.cs new file mode 100644 index 0000000..a3a38a9 --- /dev/null +++ b/PUB/WebUserContols/mod_ER_acts.ascx.cs @@ -0,0 +1,33 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace PUB.WebUserContols +{ + public partial class mod_ER_acts : System.Web.UI.UserControl + { + protected void Page_Load(object sender, EventArgs e) + { + + } + /// + /// Richiesta di cui mostrare la history + /// + public int IdxRichiesta + { + get + { + int answ = 0; + int.TryParse(hfIdxRichiesta.Value, out answ); + return answ; + } + set + { + hfIdxRichiesta.Value = value.ToString(); + } + } + } +} \ No newline at end of file diff --git a/PUB/WebUserContols/mod_ER_acts.ascx.designer.cs b/PUB/WebUserContols/mod_ER_acts.ascx.designer.cs new file mode 100644 index 0000000..1af5573 --- /dev/null +++ b/PUB/WebUserContols/mod_ER_acts.ascx.designer.cs @@ -0,0 +1,42 @@ +//------------------------------------------------------------------------------ +// +// Codice generato da uno strumento. +// +// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se +// il codice viene rigenerato. +// +//------------------------------------------------------------------------------ + +namespace PUB.WebUserContols { + + + public partial class mod_ER_acts { + + /// + /// Controllo hfIdxRichiesta. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.WebControls.HiddenField hfIdxRichiesta; + + /// + /// Controllo repActs. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.WebControls.Repeater repActs; + + /// + /// Controllo ods. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.WebControls.ObjectDataSource ods; + } +} diff --git a/PUB/WebUserContols/mod_ER_detail.ascx b/PUB/WebUserContols/mod_ER_detail.ascx index 22362cb..ef5469d 100644 --- a/PUB/WebUserContols/mod_ER_detail.ascx +++ b/PUB/WebUserContols/mod_ER_detail.ascx @@ -1,4 +1,6 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_ER_detail.ascx.cs" Inherits="PUB.WebUserContols.mod_ER_detail" %> +<%@ Register Src="~/WebUserContols/mod_ER_acts.ascx" TagPrefix="uc1" TagName="mod_ER_acts" %> + @@ -216,7 +218,7 @@
Dettaglio richiesta #<%# Eval("IdxRichiesta") %>
- <%# Eval("stato") %> + <%# Eval("stato") %>
condominio <%# Eval("nom_cond") %> (<%# Eval("cod_cond") %>) @@ -226,22 +228,22 @@
-
+
Richiesta Preventivo -
+
Imposta Scadenza -
+
Sollecito Fornitore -
+
Cambia Urgenza -
+
Cambia Fornitore -
+
Modifica Messaggio
@@ -278,13 +280,10 @@
- - -
-
+
Messaggio - +
@@ -293,9 +292,15 @@
Note
<%# Data.utils.parseNote(Eval("note")) %>
-
+
+
+
+ +
+
- inserire storico azioni... svuotando note +
Registro attività
+
diff --git a/README.md b/README.md index b9d2ddf..cad9ce6 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,19 @@ Progetto SOS Condomini ## Architettura generale +L'obiettivo è tracciare, semplificare e veicolare il marketplace degli interventi sul aptrimonio condominiale tramite il sito terzo di b2bcondomini.it. + +Gli interventi sono creati sulla piattaforma poi controllati per avanzamento e infine viene fatturata una quota da b2bc alle azienti aderenti in cambio del fatturato generato (se aderenti). + +B2BC seleziona sul marketplace i fornitori (e amministratori possono indicare regole e/o interventire insieme a B2BC se necessario). + +Gli interventi sono controllati per il loro stato secondo 3 indicatori: + +* INFO: tutte le azioni di tipo informativo +* CHECK: tutte le azioni di controllo +* TASK: tutte le operazioni fisiche di intervento +* BILL: le operazioni finali di billing, pagamento (amm -_> azienda) e infine maturazione provvigioni per B2BC + ### AREA PBO (Primary BackOffice) - gestione B2BC ### AREA PAM - Amministratori @@ -12,7 +25,6 @@ Progetto SOS Condomini ### AREA PCO - Condòmini - ## To Do's Da rivedere la gestione dell'intervento: @@ -29,7 +41,7 @@ Da rivedere la gestione dell'intervento: * Ricezione preventivo * Accettazione preventivo * Caricamento allegato - * Accettazione intervento + * Accettazione task (richiesta intervento) * Inizio Intervento * Fine intervento * Intervento Sospeso diff --git a/README.pdf b/README.pdf new file mode 100644 index 0000000..087c73d Binary files /dev/null and b/README.pdf differ