diff --git a/MP-ADM/WebUserControls/mod_planStats.ascx b/MP-ADM/WebUserControls/mod_planStats.ascx index 7dd63515..85f8932c 100644 --- a/MP-ADM/WebUserControls/mod_planStats.ascx +++ b/MP-ADM/WebUserControls/mod_planStats.ascx @@ -5,71 +5,51 @@
-
-
-

Stato richieste

+
+
+
Stato richieste
-
- +
+ -
-
-
-
- -
-
-
- -
+
+
+
+
Num Richieste
+
+
-
-
-
- -
-
-
- -
+
+
+
Gruppi
+
+
-
-
-
- -
-
-
- -
+
+
+
Macchine
+
+
-
-
-
- -
-
-
- -
+
+
+
Richieste
+
+
-
-
-
- -
-
-
- -
+
+
+
Pianificate
+
+
@@ -79,15 +59,17 @@ + +
-
+
-
+
diff --git a/MapoDb/DS_Plan.Designer.cs b/MapoDb/DS_Plan.Designer.cs index 0f43367c..25e6ba9b 100644 --- a/MapoDb/DS_Plan.Designer.cs +++ b/MapoDb/DS_Plan.Designer.cs @@ -3560,6 +3560,8 @@ namespace MapoDb.DS_PlanTableAdapters { 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("@CodGruppo", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodArticolo", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxMacchina", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -3590,7 +3592,7 @@ namespace MapoDb.DS_PlanTableAdapters { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)] - public virtual DS_Plan.planStatsGlobalDataTable getFilt(string CodGruppo) { + public virtual DS_Plan.planStatsGlobalDataTable getFilt(string CodGruppo, string CodArticolo, string IdxMacchina) { this.Adapter.SelectCommand = this.CommandCollection[1]; if ((CodGruppo == null)) { this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value; @@ -3598,6 +3600,18 @@ namespace MapoDb.DS_PlanTableAdapters { else { this.Adapter.SelectCommand.Parameters[1].Value = ((string)(CodGruppo)); } + if ((CodArticolo == null)) { + this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value; + } + else { + this.Adapter.SelectCommand.Parameters[2].Value = ((string)(CodArticolo)); + } + if ((IdxMacchina == null)) { + this.Adapter.SelectCommand.Parameters[3].Value = global::System.DBNull.Value; + } + else { + this.Adapter.SelectCommand.Parameters[3].Value = ((string)(IdxMacchina)); + } DS_Plan.planStatsGlobalDataTable dataTable = new DS_Plan.planStatsGlobalDataTable(); this.Adapter.Fill(dataTable); return dataTable; diff --git a/MapoDb/DS_Plan.xsd b/MapoDb/DS_Plan.xsd index 4c4eb1b4..2c347fd1 100644 --- a/MapoDb/DS_Plan.xsd +++ b/MapoDb/DS_Plan.xsd @@ -34,6 +34,8 @@ FROM dbo.v_planStatsGlobal + +