diff --git a/MP-Site/WebUserControls/mod_statoMacchina.ascx.cs b/MP-Site/WebUserControls/mod_statoMacchina.ascx.cs
index 60c8d475..fdedb737 100644
--- a/MP-Site/WebUserControls/mod_statoMacchina.ascx.cs
+++ b/MP-Site/WebUserControls/mod_statoMacchina.ascx.cs
@@ -48,13 +48,13 @@ namespace MoonPro.WebUserControls
if (_IdxMacchina != "nd")
{
// labels
- lblCodKanban.Text = "Articolo"; // era kanban
+ lblCodArticolo.Text = "Articolo";
lblStato.Text = "Stato";
lblProd.Text = "T.Ciclo medio"; // era OEE
lblDurata.Text = "Durata";
// valori
valMacchina.Text = tabMacchine.FindByIdxMacchina(IdxMacchina).Nome;
- valCodKanban.Text = tabStatoMacchine.FindByIdxMacchina(IdxMacchina).KanbanCode;
+ valCodArticolo.Text = tabStatoMacchine.FindByIdxMacchina(IdxMacchina).CodArticolo;
// carico ultimo stato che sia durato almeno 6 sec (0.1 min)
int idxStato = 0;
int oreTot = 0;
@@ -263,7 +263,6 @@ namespace MoonPro.WebUserControls
tabMacchine = MapoDb.DataLayer.obj.taMacchine.GetData();
tabStatoMacchine = MapoDb.DataLayer.obj.taStatoMacchine.GetData();
tabAnagStati = MapoDb.DataLayer.obj.taAnagStati.GetData();
- //tabKanban = taKanban.GetData();
tabKeepAlive = MapoDb.DataLayer.obj.taKeepAlive.GetData();
}
catch
diff --git a/MP-Site/WebUserControls/mod_statoMacchina.ascx.designer.cs b/MP-Site/WebUserControls/mod_statoMacchina.ascx.designer.cs
index ab3fc9ad..53274364 100644
--- a/MP-Site/WebUserControls/mod_statoMacchina.ascx.designer.cs
+++ b/MP-Site/WebUserControls/mod_statoMacchina.ascx.designer.cs
@@ -40,22 +40,22 @@ namespace MoonPro.WebUserControls {
protected global::System.Web.UI.WebControls.LinkButton lnkMacchina;
///
- /// lblCodKanban control.
+ /// lblCodArticolo control.
///
///
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
///
- protected global::System.Web.UI.WebControls.Label lblCodKanban;
+ protected global::System.Web.UI.WebControls.Label lblCodArticolo;
///
- /// valCodKanban control.
+ /// valCodArticolo control.
///
///
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
///
- protected global::System.Web.UI.WebControls.Label valCodKanban;
+ protected global::System.Web.UI.WebControls.Label valCodArticolo;
///
/// lblProd control.
diff --git a/MP-Site/excelAllMacchineDatiConfermati.aspx.cs b/MP-Site/excelAllMacchineDatiConfermati.aspx.cs
index 3862c335..6d59f1f2 100644
--- a/MP-Site/excelAllMacchineDatiConfermati.aspx.cs
+++ b/MP-Site/excelAllMacchineDatiConfermati.aspx.cs
@@ -105,12 +105,7 @@ public partial class excelAllMacchineDatiConfermati : System.Web.UI.Page
{
return _resoconti.macchinaDaIdx(idx.ToString());
}
-
- public string kanbanDaIdx(object idx)
- {
- DS_applicazione.KanbanRow riga = _resoconti.kanbanDaIdx(idx.ToString());
- return riga.KanbanCode;
- }
+
public void aggiornamento()
{
gvDatiConf.AllowPaging = false;
diff --git a/MP-Site/excelAllMacchineExportEventi.aspx b/MP-Site/excelAllMacchineExportEventi.aspx
index 3e8d7895..89252150 100644
--- a/MP-Site/excelAllMacchineExportEventi.aspx
+++ b/MP-Site/excelAllMacchineExportEventi.aspx
@@ -23,10 +23,9 @@
-
+
-
diff --git a/MP-Site/excelAllMacchineExportEventi.aspx.cs b/MP-Site/excelAllMacchineExportEventi.aspx.cs
index f5c23c62..0ba3f47d 100644
--- a/MP-Site/excelAllMacchineExportEventi.aspx.cs
+++ b/MP-Site/excelAllMacchineExportEventi.aspx.cs
@@ -105,12 +105,6 @@ public partial class excelAllMacchineExportEventi : System.Web.UI.Page
{
return _resoconti.macchinaDaIdx(idx.ToString());
}
-
- public string kanbanDaIdx(object idx)
- {
- DS_applicazione.KanbanRow riga = _resoconti.kanbanDaIdx(idx.ToString());
- return riga.KanbanCode;
- }
public void aggiornamento()
{
gvEventi.AllowPaging = false;
diff --git a/MP-Site/excelAllMacchineExportEventi.aspx.designer.cs b/MP-Site/excelAllMacchineExportEventi.aspx.designer.cs
index 94aea833..e4b9672c 100644
--- a/MP-Site/excelAllMacchineExportEventi.aspx.designer.cs
+++ b/MP-Site/excelAllMacchineExportEventi.aspx.designer.cs
@@ -1,10 +1,9 @@
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
-// Runtime Version:2.0.50727.4927
//
// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
+// the code is regenerated.
//
//------------------------------------------------------------------------------
diff --git a/MP-Site/excelAllMacchineExportStati.aspx b/MP-Site/excelAllMacchineExportStati.aspx
index 99a7f2d7..248f6d3e 100644
--- a/MP-Site/excelAllMacchineExportStati.aspx
+++ b/MP-Site/excelAllMacchineExportStati.aspx
@@ -23,8 +23,7 @@
-
-
+
diff --git a/MP-Site/excelAllMacchineExportStati.aspx.cs b/MP-Site/excelAllMacchineExportStati.aspx.cs
index 80c63b32..37bb38a3 100644
--- a/MP-Site/excelAllMacchineExportStati.aspx.cs
+++ b/MP-Site/excelAllMacchineExportStati.aspx.cs
@@ -105,11 +105,6 @@ public partial class excelAllMacchineExportStati : System.Web.UI.Page
{
return _resoconti.tipoDaIdx(Convert.ToInt32(idx));
}
- public string kanbanDaIdx(object idx)
- {
- DS_applicazione.KanbanRow riga = _resoconti.kanbanDaIdx(idx.ToString());
- return riga.KanbanCode;
- }
public void aggiornamento()
{
gvStati.AllowPaging = false;
diff --git a/MP-Site/excelAllMacchineExportStati.aspx.designer.cs b/MP-Site/excelAllMacchineExportStati.aspx.designer.cs
index 2b60104d..3ecca14a 100644
--- a/MP-Site/excelAllMacchineExportStati.aspx.designer.cs
+++ b/MP-Site/excelAllMacchineExportStati.aspx.designer.cs
@@ -1,10 +1,9 @@
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
-// Runtime Version:2.0.50727.4927
//
// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
+// the code is regenerated.
//
//------------------------------------------------------------------------------
diff --git a/MP-Site/excelExportDatiConfermati.aspx.cs b/MP-Site/excelExportDatiConfermati.aspx.cs
index 46e4945a..e0c18621 100644
--- a/MP-Site/excelExportDatiConfermati.aspx.cs
+++ b/MP-Site/excelExportDatiConfermati.aspx.cs
@@ -104,12 +104,6 @@ public partial class excelExportDatiConfermati : System.Web.UI.Page
{
return _resoconti.macchinaDaIdx(idx.ToString());
}
-
- public string kanbanDaIdx(object idx)
- {
- DS_applicazione.KanbanRow riga = _resoconti.kanbanDaIdx(idx.ToString());
- return riga.KanbanCode;
- }
public void aggiornamento()
{
gvDatiConf.AllowPaging = false;
diff --git a/MP-Site/excelExportEventi.aspx b/MP-Site/excelExportEventi.aspx
index 73e6f9a6..d1810c56 100644
--- a/MP-Site/excelExportEventi.aspx
+++ b/MP-Site/excelExportEventi.aspx
@@ -23,10 +23,9 @@
-
+
-
diff --git a/MP-Site/excelExportEventi.aspx.cs b/MP-Site/excelExportEventi.aspx.cs
index e59a712f..dd2fbf2d 100644
--- a/MP-Site/excelExportEventi.aspx.cs
+++ b/MP-Site/excelExportEventi.aspx.cs
@@ -105,12 +105,6 @@ public partial class excelExportEventi : System.Web.UI.Page
{
return _resoconti.macchinaDaIdx(idx.ToString());
}
-
- public string kanbanDaIdx(object idx)
- {
- DS_applicazione.KanbanRow riga = _resoconti.kanbanDaIdx(idx.ToString());
- return riga.KanbanCode;
- }
public void aggiornamento()
{
gvEventi.AllowPaging = false;
diff --git a/MP-Site/excelExportEventi.aspx.designer.cs b/MP-Site/excelExportEventi.aspx.designer.cs
index 9614cf95..7d8fa2de 100644
--- a/MP-Site/excelExportEventi.aspx.designer.cs
+++ b/MP-Site/excelExportEventi.aspx.designer.cs
@@ -1,10 +1,9 @@
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
-// Runtime Version:2.0.50727.4927
//
// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
+// the code is regenerated.
//
//------------------------------------------------------------------------------
diff --git a/MP-Site/excelExportStati.aspx b/MP-Site/excelExportStati.aspx
index afecbdaf..06aa8934 100644
--- a/MP-Site/excelExportStati.aspx
+++ b/MP-Site/excelExportStati.aspx
@@ -23,8 +23,7 @@
-
-
+
diff --git a/MP-Site/excelExportStati.aspx.cs b/MP-Site/excelExportStati.aspx.cs
index 0d5ff95e..802b983e 100644
--- a/MP-Site/excelExportStati.aspx.cs
+++ b/MP-Site/excelExportStati.aspx.cs
@@ -105,11 +105,6 @@ public partial class excelExportStati : System.Web.UI.Page
{
return _resoconti.tipoDaIdx(Convert.ToInt32(idx));
}
- public string kanbanDaIdx(object idx)
- {
- DS_applicazione.KanbanRow riga = _resoconti.kanbanDaIdx(idx.ToString());
- return riga.KanbanCode;
- }
public void aggiornamento()
{
gvStati.AllowPaging = false;
diff --git a/MP-Site/excelExportStati.aspx.designer.cs b/MP-Site/excelExportStati.aspx.designer.cs
index 4ffed1d0..cc86cf3c 100644
--- a/MP-Site/excelExportStati.aspx.designer.cs
+++ b/MP-Site/excelExportStati.aspx.designer.cs
@@ -1,10 +1,9 @@
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
-// Runtime Version:2.0.50727.4927
//
// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
+// the code is regenerated.
//
//------------------------------------------------------------------------------
diff --git a/MapoDb/utility.cs b/MapoDb/utility.cs
index c8fc6814..254ee1ea 100644
--- a/MapoDb/utility.cs
+++ b/MapoDb/utility.cs
@@ -231,7 +231,7 @@ public enum tipoBarcode
///
/// identifica un cartellino di tipo CodArticolo
///
- CodArticolo,
+ codArticolo,
///
/// identifica un codice per le attività di inizio/fine attrezzaggio e inizio/fine produzione
///