diff --git a/Projects/ReleaseClienti/Somaschini USA/GIM_site.zip b/Projects/ReleaseClienti/Somaschini USA/GIM_site.zip index 358ae25..07beffb 100644 Binary files a/Projects/ReleaseClienti/Somaschini USA/GIM_site.zip and b/Projects/ReleaseClienti/Somaschini USA/GIM_site.zip differ diff --git a/Projects/WebGIM/GIM_data/DS_utility.Designer.cs b/Projects/WebGIM/GIM_data/DS_utility.Designer.cs index fd9db20..d47e756 100644 --- a/Projects/WebGIM/GIM_data/DS_utility.Designer.cs +++ b/Projects/WebGIM/GIM_data/DS_utility.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.17929 +// Runtime Version:4.0.30319.34003 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -9021,17 +9021,24 @@ namespace GIM_data.DS_utilityTableAdapters { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitCommandCollection() { - this._commandCollection = new global::System.Data.SqlClient.SqlCommand[2]; + this._commandCollection = new global::System.Data.SqlClient.SqlCommand[3]; this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[0].Connection = this.Connection; this._commandCollection[0].CommandText = "SELECT value, label, conditio FROM dbo.v_selCausaliMacchine"; 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 = "SELECT value, label, conditio\r\nFROM v_selCausaliMacchine\r\nWHERE (" + - "conditio = @conditio)"; - this._commandCollection[1].CommandType = global::System.Data.CommandType.Text; - this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@conditio", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "conditio", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[1].CommandText = "dbo.stp_vscm_getByConditio"; + 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("@conditio", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand(); + this._commandCollection[2].Connection = this.Connection; + this._commandCollection[2].CommandText = "dbo.stp_vscm_getByConditioAndCurr"; + this._commandCollection[2].CommandType = global::System.Data.CommandType.StoredProcedure; + this._commandCollection[2].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[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@conditio", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@currVal", 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()] @@ -9062,9 +9069,37 @@ namespace GIM_data.DS_utilityTableAdapters { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)] - public virtual DS_utility.v_selCausaliMacchineDataTable getByConditio(int conditio) { + public virtual DS_utility.v_selCausaliMacchineDataTable getByConditio(global::System.Nullable conditio) { this.Adapter.SelectCommand = this.CommandCollection[1]; - this.Adapter.SelectCommand.Parameters[0].Value = ((int)(conditio)); + if ((conditio.HasValue == true)) { + this.Adapter.SelectCommand.Parameters[1].Value = ((int)(conditio.Value)); + } + else { + this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value; + } + DS_utility.v_selCausaliMacchineDataTable dataTable = new DS_utility.v_selCausaliMacchineDataTable(); + this.Adapter.Fill(dataTable); + return dataTable; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)] + public virtual DS_utility.v_selCausaliMacchineDataTable getByConditioAndCurr(global::System.Nullable conditio, global::System.Nullable currVal) { + this.Adapter.SelectCommand = this.CommandCollection[2]; + if ((conditio.HasValue == true)) { + this.Adapter.SelectCommand.Parameters[1].Value = ((int)(conditio.Value)); + } + else { + this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value; + } + if ((currVal.HasValue == true)) { + this.Adapter.SelectCommand.Parameters[2].Value = ((int)(currVal.Value)); + } + else { + this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value; + } DS_utility.v_selCausaliMacchineDataTable dataTable = new DS_utility.v_selCausaliMacchineDataTable(); this.Adapter.Fill(dataTable); return dataTable; diff --git a/Projects/WebGIM/GIM_data/DS_utility.xsd b/Projects/WebGIM/GIM_data/DS_utility.xsd index ab591da..13c44df 100644 --- a/Projects/WebGIM/GIM_data/DS_utility.xsd +++ b/Projects/WebGIM/GIM_data/DS_utility.xsd @@ -117,14 +117,25 @@ ORDER BY label - + - - SELECT value, label, conditio -FROM v_selCausaliMacchine -WHERE (conditio = @conditio) + + dbo.stp_vscm_getByConditio - + + + + + + + + + + dbo.stp_vscm_getByConditioAndCurr + + + + diff --git a/Projects/WebGIM/GIM_data/DS_utility.xss b/Projects/WebGIM/GIM_data/DS_utility.xss index 84946fb..ce1d970 100644 --- a/Projects/WebGIM/GIM_data/DS_utility.xss +++ b/Projects/WebGIM/GIM_data/DS_utility.xss @@ -4,24 +4,24 @@ Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. --> - + - - - - - - - - - - - - + + + + + + + + + + + + \ No newline at end of file diff --git a/Projects/WebGIM/GIM_data/bin/GIM_data.dll b/Projects/WebGIM/GIM_data/bin/GIM_data.dll index 45f5e7d..fbe92c8 100644 Binary files a/Projects/WebGIM/GIM_data/bin/GIM_data.dll and b/Projects/WebGIM/GIM_data/bin/GIM_data.dll differ diff --git a/Projects/WebGIM/GIM_data/bin/SteamWare.XML b/Projects/WebGIM/GIM_data/bin/SteamWare.XML index bae4ca8..6c7edf2 100644 --- a/Projects/WebGIM/GIM_data/bin/SteamWare.XML +++ b/Projects/WebGIM/GIM_data/bin/SteamWare.XML @@ -2154,7 +2154,6 @@ elimina il file + vecchio - diff --git a/Projects/WebGIM/GIM_data/bin/SteamWare.dll b/Projects/WebGIM/GIM_data/bin/SteamWare.dll index 5c32d0d..2d47a8e 100644 Binary files a/Projects/WebGIM/GIM_data/bin/SteamWare.dll and b/Projects/WebGIM/GIM_data/bin/SteamWare.dll differ diff --git a/Projects/WebGIM/GIM_data/obj/SomaschiniUSA/GIM_data.csprojResolveAssemblyReference.cache b/Projects/WebGIM/GIM_data/obj/SomaschiniUSA/GIM_data.csprojResolveAssemblyReference.cache index 50e9c16..13a03ad 100644 Binary files a/Projects/WebGIM/GIM_data/obj/SomaschiniUSA/GIM_data.csprojResolveAssemblyReference.cache and b/Projects/WebGIM/GIM_data/obj/SomaschiniUSA/GIM_data.csprojResolveAssemblyReference.cache differ diff --git a/Projects/WebGIM/GIM_data/obj/SomaschiniUSA/GIM_data.dll b/Projects/WebGIM/GIM_data/obj/SomaschiniUSA/GIM_data.dll index 45f5e7d..ddc58ae 100644 Binary files a/Projects/WebGIM/GIM_data/obj/SomaschiniUSA/GIM_data.dll and b/Projects/WebGIM/GIM_data/obj/SomaschiniUSA/GIM_data.dll differ diff --git a/Projects/WebGIM/GIM_data/obj/SomaschiniUSA/TempPE/DS_utility.Designer.cs.dll b/Projects/WebGIM/GIM_data/obj/SomaschiniUSA/TempPE/DS_utility.Designer.cs.dll index c7bfdf6..f5eb09a 100644 Binary files a/Projects/WebGIM/GIM_data/obj/SomaschiniUSA/TempPE/DS_utility.Designer.cs.dll and b/Projects/WebGIM/GIM_data/obj/SomaschiniUSA/TempPE/DS_utility.Designer.cs.dll differ diff --git a/Projects/WebGIM/GIM_site/ExcelExportMtzPrev.aspx b/Projects/WebGIM/GIM_site/ExcelExportMtzPrev.aspx index 72af15e..3235134 100644 --- a/Projects/WebGIM/GIM_site/ExcelExportMtzPrev.aspx +++ b/Projects/WebGIM/GIM_site/ExcelExportMtzPrev.aspx @@ -8,64 +8,65 @@
-
- - - - - - - - - - - - - - - - - - - - - <%--DataFormatString="{0:dd/MM/yy}" --%> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+ + + + + + + + + + + + + + + + + + + + + + <%--DataFormatString="{0:dd/MM/yy}" --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/Projects/WebGIM/GIM_site/ExcelExportMtzPrev.aspx.cs b/Projects/WebGIM/GIM_site/ExcelExportMtzPrev.aspx.cs index 58193b5..c2cae73 100644 --- a/Projects/WebGIM/GIM_site/ExcelExportMtzPrev.aspx.cs +++ b/Projects/WebGIM/GIM_site/ExcelExportMtzPrev.aspx.cs @@ -19,14 +19,12 @@ namespace GIM_site { if (grView.Rows.Count > 0) { - LinkButton lb; // aggiorno gli headers foreach (TableCell cella in grView.HeaderRow.Cells) { try { - lb = (LinkButton)cella.Controls[0]; - lb.Text = traduci(lb.Text); + cella.Text = traduci(cella.Text); } catch { } diff --git a/Projects/WebGIM/GIM_site/GIM_site.csproj b/Projects/WebGIM/GIM_site/GIM_site.csproj index 0c6f649..d3274ac 100644 --- a/Projects/WebGIM/GIM_site/GIM_site.csproj +++ b/Projects/WebGIM/GIM_site/GIM_site.csproj @@ -242,70 +242,90 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -575,6 +595,8 @@ + + diff --git a/Projects/WebGIM/GIM_site/GIM_site.csproj.user b/Projects/WebGIM/GIM_site/GIM_site.csproj.user index ad196c1..fa7226d 100644 --- a/Projects/WebGIM/GIM_site/GIM_site.csproj.user +++ b/Projects/WebGIM/GIM_site/GIM_site.csproj.user @@ -2,7 +2,7 @@ ShowAllFiles - Somaschini-USA + Ufficio-ENG %28.17%29 diff --git a/Projects/WebGIM/GIM_site/Properties/PublishProfiles/Ufficio-ENG (.17).pubxml.user b/Projects/WebGIM/GIM_site/Properties/PublishProfiles/Ufficio-ENG (.17).pubxml.user index b295877..91b553e 100644 --- a/Projects/WebGIM/GIM_site/Properties/PublishProfiles/Ufficio-ENG (.17).pubxml.user +++ b/Projects/WebGIM/GIM_site/Properties/PublishProfiles/Ufficio-ENG (.17).pubxml.user @@ -6,6 +6,6 @@ by editing this MSBuild file. In order to learn more about this please visit htt - AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAeedwGXkKPUOp+YE/vTr2QgAAAAACAAAAAAADZgAAwAAAABAAAACQS+fM7DateS+EquuzojvSAAAAAASAAACgAAAAEAAAAGLIA8ke+wQ0O0VCqm8lL1MQAAAAqsh6BaGnlMsr7uy6+GYv/xQAAABHPl+iyTy0pgDKMio//KVnsXhPvw== + AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAA/K81nomLRUiuXNLIOVdzQgAAAAACAAAAAAADZgAAwAAAABAAAABqbNcPdMltN4x29FwJvbFyAAAAAASAAACgAAAAEAAAAB+GqujTjGBelTN1968dY4IQAAAArh09WVv/59SxTSsqcNKB1hQAAAAJ6AGgm/PmiEe/iPOWuZQEkOmoIQ== \ No newline at end of file diff --git a/Projects/WebGIM/GIM_site/Web.config b/Projects/WebGIM/GIM_site/Web.config index 5cdd204..c037608 100644 --- a/Projects/WebGIM/GIM_site/Web.config +++ b/Projects/WebGIM/GIM_site/Web.config @@ -104,7 +104,7 @@ - + @@ -121,6 +121,11 @@ + @@ -171,6 +176,7 @@ + diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_calChiusura.ascx b/Projects/WebGIM/GIM_site/WebUserControls/mod_calChiusura.ascx index 0d40099..d1ff035 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_calChiusura.ascx +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_calChiusura.ascx @@ -97,21 +97,28 @@
+ +
+ +
+ +
+
diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_calChiusura.ascx.cs b/Projects/WebGIM/GIM_site/WebUserControls/mod_calChiusura.ascx.cs index 1a85aab..d585405 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_calChiusura.ascx.cs +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_calChiusura.ascx.cs @@ -17,6 +17,11 @@ public partial class mod_calChiusura : ApplicationUserControl grView.PageSize = _righeDataGridMed; btnShowInsPeriodo.Text = traduci("btnShowInsPeriodo"); btnInsPeriodo.Text = traduci("btnInsPeriodo"); + lblDataFrom.Text = traduci("lblDataFrom"); + lblDataTo.Text = traduci("lblDataTo"); + lblDescrizione.Text = traduci("lblDescrizione"); + CalendarExtender2.Format = memLayer.ML.CRS("ddMMyyyy"); + CalendarExtender3.Format = memLayer.ML.CRS("ddMMyyyy"); } } @@ -89,8 +94,8 @@ public partial class mod_calChiusura : ApplicationUserControl protected void btnInsPeriodo_Click(object sender, EventArgs e) { // verifico date congrue... - DateTime inizio = Convert.ToDateTime(txtDataFrom.Text); - DateTime fine = Convert.ToDateTime(txtDataTo.Text); + DateTime inizio = WebGimUtils.convDate(txtDataFrom.Text, memLayer.ML.CRS("ddMMyyyy"), memLayer.ML.CRS("culture")); //Convert.ToDateTime(txtDataFrom.Text); + DateTime fine = WebGimUtils.convDate(txtDataTo.Text, memLayer.ML.CRS("ddMMyyyy"), memLayer.ML.CRS("culture")); //Convert.ToDateTime(txtDataTo.Text); if (fine.CompareTo(inizio) >= 0) { // inserisco le voci x tutte le date nell'intervallo... diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_calChiusura.ascx.designer.cs b/Projects/WebGIM/GIM_site/WebUserControls/mod_calChiusura.ascx.designer.cs index dc1ea89..d9535cd 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_calChiusura.ascx.designer.cs +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_calChiusura.ascx.designer.cs @@ -56,6 +56,15 @@ public partial class mod_calChiusura { /// protected global::System.Web.UI.WebControls.Panel pnlInsPeriodo; + /// + /// lblDataFrom control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblDataFrom; + /// /// txtDataFrom control. /// @@ -74,6 +83,15 @@ public partial class mod_calChiusura { /// protected global::AjaxControlToolkit.CalendarExtender CalendarExtender2; + /// + /// lblDataTo control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblDataTo; + /// /// txtDataTo control. /// @@ -92,6 +110,15 @@ public partial class mod_calChiusura { /// protected global::AjaxControlToolkit.CalendarExtender CalendarExtender3; + /// + /// lblDescrizione control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblDescrizione; + /// /// txtDescrizione control. /// diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_dettaglioIntervento.ascx b/Projects/WebGIM/GIM_site/WebUserControls/mod_dettaglioIntervento.ascx index db7550e..cc93410 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_dettaglioIntervento.ascx +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_dettaglioIntervento.ascx @@ -587,15 +587,17 @@ Font-Size="X-Small" /> + + SelectMethod="getByConditioAndCurr" TypeName="GIM_data.DS_utilityTableAdapters.v_selCausaliMacchineTableAdapter" OnDataBinding="odsCausali_DataBinding"> + @@ -619,7 +621,7 @@ SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selPriorTableAdapter"> - + 0); } } + + protected void odsCausali_DataBinding(object sender, EventArgs e) + { + + } + } diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_dettaglioIntervento.ascx.designer.cs b/Projects/WebGIM/GIM_site/WebUserControls/mod_dettaglioIntervento.ascx.designer.cs index 91a6948..ccf53cc 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_dettaglioIntervento.ascx.designer.cs +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_dettaglioIntervento.ascx.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/Projects/WebGIM/GIM_site/WebUserControls/mod_elencoMtzProg.ascx.cs b/Projects/WebGIM/GIM_site/WebUserControls/mod_elencoMtzProg.ascx.cs index 5cf692b..001fc2e 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_elencoMtzProg.ascx.cs +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_elencoMtzProg.ascx.cs @@ -433,6 +433,7 @@ public partial class mod_elencoMtzProg : ApplicationUserControl } // a questo punto aggiorno e ricalcolo pending! mtzProgr.obj.processaCodaMtzPro(); + ods.DataBind(); grView.DataBind(); UpdatePanel2.Update(); // aggiorno diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_gestCausali.ascx b/Projects/WebGIM/GIM_site/WebUserControls/mod_gestCausali.ascx index 103b33d..5376531 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_gestCausali.ascx +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_gestCausali.ascx @@ -7,7 +7,7 @@ SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selFamTableAdapter"> + DataKeyNames="idxCausale" DataSourceID="ods" OnDataBound="grView_DataBound" PageSize="25"> diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_insertRichiesta.ascx b/Projects/WebGIM/GIM_site/WebUserControls/mod_insertRichiesta.ascx index 17d84d5..d5df945 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_insertRichiesta.ascx +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_insertRichiesta.ascx @@ -36,7 +36,7 @@ SelectMethod="getImpiantiValidi" TypeName="GIM_data.DS_utilityTableAdapters.v_selImpiantiTableAdapter">
+ ValidationGroup="inserimento" Display="Dynamic" /> @@ -55,7 +55,7 @@ + ValidationGroup="inserimento" Display="Dynamic" /> @@ -64,18 +64,18 @@

-
+

-
+

+ ValidationGroup="inserimento" Display="Dynamic" />
@@ -123,6 +123,8 @@ +
@@ -133,7 +135,7 @@
+ ControlToValidate="txtDescrizione" ValidationGroup="inserimento" Display="Dynamic" /> diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_insertRichiesta.ascx.cs b/Projects/WebGIM/GIM_site/WebUserControls/mod_insertRichiesta.ascx.cs index 967f8e1..da892c7 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_insertRichiesta.ascx.cs +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_insertRichiesta.ascx.cs @@ -107,6 +107,8 @@ public partial class mod_insertRichiesta : System.Web.UI.UserControl rfvReparto.ErrorMessage = string.Format("{0}: {1}", traduci("campoRichiesto"), traduci("reparto")); rfvMacchina.ErrorMessage = string.Format("{0}: {1}", traduci("campoRichiesto"), traduci("macchina")); rfvMatr.ErrorMessage = string.Format("{0}: {1}", traduci("campoRichiesto"), traduci("matricola")); + rfvCausali.ErrorMessage = string.Format("{0}: {1}", traduci("campoRichiesto"), traduci("causali")); + rfvDescrizione.ErrorMessage = string.Format("{0}: {1}", traduci("campoRichiesto"), traduci("descrizione")); } /// /// aggiorna elenco macchine selezionato impianto diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_insertRichiesta.ascx.designer.cs b/Projects/WebGIM/GIM_site/WebUserControls/mod_insertRichiesta.ascx.designer.cs index c6dc2e7..940b007 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_insertRichiesta.ascx.designer.cs +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_insertRichiesta.ascx.designer.cs @@ -362,6 +362,15 @@ public partial class mod_insertRichiesta { /// protected global::System.Web.UI.WebControls.ObjectDataSource odsCausali; + /// + /// rfvCausali control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.RequiredFieldValidator rfvCausali; + /// /// Panel2 control. /// diff --git a/Projects/WebGIM/GIM_site/autoEnroll.aspx b/Projects/WebGIM/GIM_site/autoEnroll.aspx index 60d1a93..b896f0f 100644 --- a/Projects/WebGIM/GIM_site/autoEnroll.aspx +++ b/Projects/WebGIM/GIM_site/autoEnroll.aspx @@ -1,4 +1,4 @@ -<%@ Page Language="C#" AutoEventWireup="true" Inherits="autoEnroll" Codebehind="autoEnroll.aspx.cs" %> +<%@ Page Language="C#" AutoEventWireup="true" Inherits="autoEnroll" CodeBehind="autoEnroll.aspx.cs" %> @@ -7,49 +7,45 @@
-
-

- Registrazione nuovo utente -

- - - - - - - - - - - - - - - - -
- Cognome: - +
+

+ +

+
+
+ : +
+
- -
- Nome: - + + + +
+
+ : +
+
- -
- email: - + + + +
+
+ : +
+
- -
- -
-
+ +
+
+
+ +
+ diff --git a/Projects/WebGIM/GIM_site/autoEnroll.aspx.cs b/Projects/WebGIM/GIM_site/autoEnroll.aspx.cs index 66f0a2c..02aed02 100644 --- a/Projects/WebGIM/GIM_site/autoEnroll.aspx.cs +++ b/Projects/WebGIM/GIM_site/autoEnroll.aspx.cs @@ -9,7 +9,28 @@ public partial class autoEnroll : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { + if (!Page.IsPostBack) + { + traduciObj(); + } + } + private void traduciObj() + { + lblRegNewUser.Text = traduci("lblRegNewUser"); + lblSurname.Text = traduci("lblSurname"); + lblName.Text = traduci("lblName"); + lblEmail.Text = traduci("lblEmail"); + btnSave.Text = traduci("btnSave"); + } + /// + /// wrapper traduzione + /// + /// + /// + public string traduci(object lemma) + { + return user_std.UtSn.Traduci(lemma.ToString()); } protected void btnSave_Click(object sender, EventArgs e) { diff --git a/Projects/WebGIM/GIM_site/autoEnroll.aspx.designer.cs b/Projects/WebGIM/GIM_site/autoEnroll.aspx.designer.cs index 1ce68ef..7e8090d 100644 --- a/Projects/WebGIM/GIM_site/autoEnroll.aspx.designer.cs +++ b/Projects/WebGIM/GIM_site/autoEnroll.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. // //------------------------------------------------------------------------------ @@ -21,6 +20,24 @@ public partial class autoEnroll { /// protected global::System.Web.UI.HtmlControls.HtmlForm form1; + /// + /// lblRegNewUser control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblRegNewUser; + + /// + /// lblSurname control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblSurname; + /// /// txtCognome control. /// @@ -39,6 +56,15 @@ public partial class autoEnroll { /// protected global::System.Web.UI.WebControls.RequiredFieldValidator rfvCognome; + /// + /// lblName control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblName; + /// /// txtNome control. /// @@ -57,6 +83,15 @@ public partial class autoEnroll { /// protected global::System.Web.UI.WebControls.RequiredFieldValidator rfvNome; + /// + /// lblEmail control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblEmail; + /// /// txtEmail control. /// diff --git a/Projects/WebGIM/GIM_site/bin/GIM_data.dll b/Projects/WebGIM/GIM_site/bin/GIM_data.dll index 45f5e7d..fbe92c8 100644 Binary files a/Projects/WebGIM/GIM_site/bin/GIM_data.dll and b/Projects/WebGIM/GIM_site/bin/GIM_data.dll differ diff --git a/Projects/WebGIM/GIM_site/bin/GIM_site.dll b/Projects/WebGIM/GIM_site/bin/GIM_site.dll index edee1d3..da03295 100644 Binary files a/Projects/WebGIM/GIM_site/bin/GIM_site.dll and b/Projects/WebGIM/GIM_site/bin/GIM_site.dll differ diff --git a/Projects/WebGIM/GIM_site/bin/SteamWare.dll b/Projects/WebGIM/GIM_site/bin/SteamWare.dll index 5c32d0d..2d47a8e 100644 Binary files a/Projects/WebGIM/GIM_site/bin/SteamWare.dll and b/Projects/WebGIM/GIM_site/bin/SteamWare.dll differ diff --git a/Projects/WebGIM/GIM_site/bin/SteamWare.xml b/Projects/WebGIM/GIM_site/bin/SteamWare.xml index 795d98a..f95edf8 100644 --- a/Projects/WebGIM/GIM_site/bin/SteamWare.xml +++ b/Projects/WebGIM/GIM_site/bin/SteamWare.xml @@ -2154,7 +2154,6 @@ elimina il file + vecchio -
diff --git a/Projects/WebGIM/GIM_site/help/EN/index.html b/Projects/WebGIM/GIM_site/help/EN/index.html index eb2807a..ca3f78b 100644 --- a/Projects/WebGIM/GIM_site/help/EN/index.html +++ b/Projects/WebGIM/GIM_site/help/EN/index.html @@ -485,7 +485,7 @@ focus(); //--> -

Introduction

The  WebGIM application allows integrated management of maintenance through the input of requests for maintenance, consulting the list of open requests, in progress or already completed, and management of data and reports with a simple web interface.
The add-on module allows you to enter scheduled maintenance.
The guide allows you to use the best features in this application explaining step by step operation.
 
To use the application you need to connect with a web browser to the address of the installation server and log in with your credentials.
The initial screen (see Fig. 1) has the left side menu that contains all the functions accessible by the current user.
fig.1 - Home page
The screens and menus shown are for guidance only as the application displays menu items and functionality based on the permissions assigned to the user.
+

Introduction

The  WebGIM application allows integrated management of maintenance through the input of requests for maintenance, consulting the list of open requests, in progress or already completed, and management of data and reports with a simple web interface.
The add-on module allows you to enter scheduled maintenance.
The guide allows you to use the best features in this application explaining step by step operation.
 
To use the application you need to connect with a web browser to the address of the installation server and log in with your credentials.
The initial screen (see Fig. 1) has the left side menu that contains all the functions accessible by the current user.
fig.1 - Home page
The screens and menus shown are for guidance only as the application displays menu items and functionality based on the permissions assigned to the user.
diff --git a/Projects/WebGIM/GIM_site/help/EN/lm_pg_323.html b/Projects/WebGIM/GIM_site/help/EN/lm_pg_323.html index 01939fe..2df6ae5 100644 --- a/Projects/WebGIM/GIM_site/help/EN/lm_pg_323.html +++ b/Projects/WebGIM/GIM_site/help/EN/lm_pg_323.html @@ -484,7 +484,7 @@ focus(); //--> -

Contacts and Support

For product support please contact (GMT+1 time zone)
Email : info@steamware.net
+

Contacts and Support

For product support please contact (GMT+1 time zone)
Email : info@steamware.net
diff --git a/Projects/WebGIM/GIM_site/help/EN/lm_pg_325.html b/Projects/WebGIM/GIM_site/help/EN/lm_pg_325.html index eb2807a..ca3f78b 100644 --- a/Projects/WebGIM/GIM_site/help/EN/lm_pg_325.html +++ b/Projects/WebGIM/GIM_site/help/EN/lm_pg_325.html @@ -485,7 +485,7 @@ focus(); //--> -

Introduction

The  WebGIM application allows integrated management of maintenance through the input of requests for maintenance, consulting the list of open requests, in progress or already completed, and management of data and reports with a simple web interface.
The add-on module allows you to enter scheduled maintenance.
The guide allows you to use the best features in this application explaining step by step operation.
 
To use the application you need to connect with a web browser to the address of the installation server and log in with your credentials.
The initial screen (see Fig. 1) has the left side menu that contains all the functions accessible by the current user.
fig.1 - Home page
The screens and menus shown are for guidance only as the application displays menu items and functionality based on the permissions assigned to the user.
+

Introduction

The  WebGIM application allows integrated management of maintenance through the input of requests for maintenance, consulting the list of open requests, in progress or already completed, and management of data and reports with a simple web interface.
The add-on module allows you to enter scheduled maintenance.
The guide allows you to use the best features in this application explaining step by step operation.
 
To use the application you need to connect with a web browser to the address of the installation server and log in with your credentials.
The initial screen (see Fig. 1) has the left side menu that contains all the functions accessible by the current user.
fig.1 - Home page
The screens and menus shown are for guidance only as the application displays menu items and functionality based on the permissions assigned to the user.
diff --git a/Projects/WebGIM/GIM_site/help/EN/lm_pg_326.html b/Projects/WebGIM/GIM_site/help/EN/lm_pg_326.html index c6c54a9..1063fcf 100644 --- a/Projects/WebGIM/GIM_site/help/EN/lm_pg_326.html +++ b/Projects/WebGIM/GIM_site/help/EN/lm_pg_326.html @@ -490,7 +490,7 @@ focus(); //--> -

List Usage Managment (1/8)

The first part of the user menu on the left is dedicated to the management of data.
Clicking on one of the items now available, you can create, edit and delete entries in the registry based on user privileges. Is possible to manage fields, type and priority for breakdowns, assign machines to different departments and define the types of failure.
 
General Operation
To change existing entries in the registry (Fig. 1)
  • Click the button with the yellow pencil icon next to the item you want (1)
  • manipulate data in different fields (edit free selection from drop down, etc. ..)
  • confirm by clicking on the green check mark - or cancel it by clicking the red X (2)
 
fig-1 - Modify fileds
To add new entries (Fig. 2)
  • select the item in the left menu andClick the button again (you will create a new entry not defined)
  • click on the yellow pencil to edit the item created
  • change data
  • confirm by clicking on the green check mark - cancel it by clicking the red x
fig. 2 - New fields creation
To delete an item completely (fig. 3)
  • Click the trash can icon
  • reply to confirmatory application
fig. 3 - Cancel fields
You can search among the items using the search field located at the top above the list data (Fig. 4).
fig. 4 - Search
If there are switches (fig. 5) to activate them you must click the field to make them appear, select values ??from those proposed and / or use the search box. The selector popup is closed on selection or with a click in another part of the page.
fig. 5 - Calendar switch
+

List Usage Managment (1/8)

The first part of the user menu on the left is dedicated to the management of data.
Clicking on one of the items now available, you can create, edit and delete entries in the registry based on user privileges. Is possible to manage fields, type and priority for breakdowns, assign machines to different departments and define the types of failure.
 
General Operation
To change existing entries in the registry (Fig. 1)
  • Click the button with the yellow pencil icon next to the item you want (1)
  • manipulate data in different fields (edit free selection from drop down, etc. ..)
  • confirm by clicking on the green check mark - or cancel it by clicking the red X (2)
 
fig-1 - Modify fileds
To add new entries (Fig. 2)
  • select the item in the left menu andClick the button again (you will create a new entry not defined)
  • click on the yellow pencil to edit the item created
  • change data
  • confirm by clicking on the green check mark - cancel it by clicking the red x
fig. 2 - New fields creation
To delete an item completely (fig. 3)
  • Click the trash can icon
  • reply to confirmatory application
fig. 3 - Cancel fields
You can search among the items using the search field located at the top above the list data (Fig. 4).
fig. 4 - Search
If there are switches (fig. 5) to activate them you must click the field to make them appear, select values ??from those proposed and / or use the search box. The selector popup is closed on selection or with a click in another part of the page.
fig. 5 - Calendar switch
diff --git a/Projects/WebGIM/GIM_site/help/EN/lm_pg_327.html b/Projects/WebGIM/GIM_site/help/EN/lm_pg_327.html index e3610c3..48dd46c 100644 --- a/Projects/WebGIM/GIM_site/help/EN/lm_pg_327.html +++ b/Projects/WebGIM/GIM_site/help/EN/lm_pg_327.html @@ -490,7 +490,7 @@ focus(); //--> -

List Usage Managment (2/8)

Failures list
 
This section allows you to define areas of fault and / or modify the fields of the possible faults as wear and tear, accidental, routine maintenance or others.
 
Priority list
 
The priority list section allows editing and insertion of priorities, marked with an id priority and an associated style (traffic lights red, yellow and green) to quickly distinguish the application priority of an element (Fig. 1).
fig. 1 - Manage priority
Failure type managment
 
From this section you can manage the data of the type of fault in a manner similar to the others.
+

List Usage Managment (2/8)

Failures list
 
This section allows you to define areas of fault and / or modify the fields of the possible faults as wear and tear, accidental, routine maintenance or others.
 
Priority list
 
The priority list section allows editing and insertion of priorities, marked with an id priority and an associated style (traffic lights red, yellow and green) to quickly distinguish the application priority of an element (Fig. 1).
fig. 1 - Manage priority
Failure type managment
 
From this section you can manage the data of the type of fault in a manner similar to the others.
diff --git a/Projects/WebGIM/GIM_site/help/EN/lm_pg_328.html b/Projects/WebGIM/GIM_site/help/EN/lm_pg_328.html index a53f103..7b5d4c3 100644 --- a/Projects/WebGIM/GIM_site/help/EN/lm_pg_328.html +++ b/Projects/WebGIM/GIM_site/help/EN/lm_pg_328.html @@ -490,7 +490,7 @@ focus(); //--> -

List Usage Managment (3/8)

Plant management

To change the entries in the departments registry  do for the global change master data (ie yellow pencil icon to edit the entry and green check mark to confirm / red X to cancel) (fig. 1), it is also possible
 
  • click on the magic wand to clone the current record
  • use the calendar to select a date selectors
fig. 1 - Manage departments
Machines management

Machine management page is similar to other registries, includes the functionality of "clone record" and the possibility to select the plant a machine belongs clicking on "Plant" in the edit mode of an item (fig. 2).

Using the selector pop-up choose an item or search it using the search box.
fig. 2 - Machine management
+

List Usage Managment (3/8)

Plant management

To change the entries in the departments registry  do for the global change master data (ie yellow pencil icon to edit the entry and green check mark to confirm / red X to cancel) (fig. 1), it is also possible
 
  • click on the magic wand to clone the current record
  • use the calendar to select a date selectors
fig. 1 - Plant managment
Machines management

Machine management page is similar to other registries, includes the functionality of "clone record" and the possibility to select the plant a machine belongs clicking on "Plant" in the edit mode of an item (fig. 2).

Using the selector pop-up choose an item or search it using the search box.
fig. 2 - Machine management
diff --git a/Projects/WebGIM/GIM_site/help/EN/lm_pg_329.html b/Projects/WebGIM/GIM_site/help/EN/lm_pg_329.html index 46cf155..9f06346 100644 --- a/Projects/WebGIM/GIM_site/help/EN/lm_pg_329.html +++ b/Projects/WebGIM/GIM_site/help/EN/lm_pg_329.html @@ -490,7 +490,7 @@ focus(); //--> -

List Usage Managment (4/8)

Machine-plant
 
By managing machine-plant you can manage the association between machines and units (Fig. 1).
 
To assign the machines to departments
 
  • select the two drop-down menu at the top departments desired
  • click on the "magnifying lens" to select an item
  • move the selected machine in the department you want by clicking on one of the central arrows (from left to right department or vice versa)
fig. 1 - Manage machine-departments
+

List Usage Managment (4/8)

Machine-plant
 
By managing machine-plant you can manage the association between machines and units (Fig. 1).
 
To assign the machines to departments
 
  • select the two drop-down menu at the top departments desired
  • click on the "magnifying lens" to select an item
  • move the selected machine in the department you want by clicking on one of the central arrows (from left to right department or vice versa)
fig. 1 - Manage machine-departments
diff --git a/Projects/WebGIM/GIM_site/help/EN/lm_pg_330.html b/Projects/WebGIM/GIM_site/help/EN/lm_pg_330.html index 5892830..65f0638 100644 --- a/Projects/WebGIM/GIM_site/help/EN/lm_pg_330.html +++ b/Projects/WebGIM/GIM_site/help/EN/lm_pg_330.html @@ -490,7 +490,7 @@ focus(); //--> -

List Usage Managment (5/8)

Plant opening

 
Through the opening management systems you can define the opening hours of daily plant for the correct definition of the report. The change takes place as for the other registries by clicking on the yellow pencil, confirming the changes with the green check mark or reversing with the red x (Fig. 1).
fig. 1 - Managing openings
Days off calendar

With the closing calendar management capabilities, you can enter public holidays / non-working days in order to obtain a correct reporting which exclude non-working days (fig. 2).
 
 
Through the list of days of closure for insert the desired days :
  • click on new - will set a record with the current day
  • change the newly inserted record by clicking on the yellow pencil
  • select the desired date from the calendar picker and enter a description
  • confirm the selection with the green check mark or cancel it with the red x
To enter a range of dates
  • click on "Show insert stop period" on the page
  • insert the two dates by clicking on the text box to display the selector pop-up calendar
  • enter a description
  • confirm the entry by clicking on "Insert stops for selected period"
fig. 2 - Manage closures
+

List Usage Managment (5/8)

Plant opening

 
Through the opening management systems you can define the opening hours of daily plant for the correct definition of the report. The change takes place as for the other registries by clicking on the yellow pencil, confirming the changes with the green check mark or reversing with the red x (Fig. 1).
fig. 1 - Managing openings
Days off calendar

With the closing calendar management capabilities, you can enter public holidays / non-working days in order to obtain a correct reporting which exclude non-working days (fig. 2).
 
 
Through the list of days of closure for insert the desired days :
  • click on new - will set a record with the current day
  • change the newly inserted record by clicking on the yellow pencil
  • select the desired date from the calendar picker and enter a description
  • confirm the selection with the green check mark or cancel it with the red x
To enter a range of dates
  • click on "Show insert stop period" on the page
  • insert the two dates by clicking on the text box to display the selector pop-up calendar
  • enter a description
  • confirm the entry by clicking on "Insert stops for selected period"
fig. 2 - Manage closures
diff --git a/Projects/WebGIM/GIM_site/help/EN/lm_pg_331.html b/Projects/WebGIM/GIM_site/help/EN/lm_pg_331.html index f16cdbc..ab64ded 100644 --- a/Projects/WebGIM/GIM_site/help/EN/lm_pg_331.html +++ b/Projects/WebGIM/GIM_site/help/EN/lm_pg_331.html @@ -490,7 +490,7 @@ focus(); //--> -

List Usage Managment (6/8)

Through the "Type of machine" which can be accessed by clicking on the menu item "Type of machine" menu, you can create and manage groups of machines and assign to each family the machines in question.
In particular (fig. 1)
 
  • Section 1 allows editing and inclusion of families
  • selecting a family by clicking on the magnifying lens next to the name will appear the section 2 that shows and allows you to view or delete the associated machinery
  • to associate machines to select families select them in section 3 (pop-up) and click "Add machines". The use is quite similar to the other switches of this type, which allow search through the box at the top and multiple selection through the use of the ctrl key associated with the click of the mouse
fig.1 - Manage family machine
+

List Usage Managment (6/8)

Through the "Type of machine" which can be accessed by clicking on the menu item "Type of machine" menu, you can create and manage groups of machines and assign to each family the machines in question.
In particular (fig. 1)
 
  • Section 1 allows editing and inclusion of families
  • selecting a family by clicking on the magnifying lens next to the name will appear the section 2 that shows and allows you to view or delete the associated machinery
  • to associate machines to select families select them in section 3 (pop-up) and click "Add machines". The use is quite similar to the other switches of this type, which allow search through the box at the top and multiple selection through the use of the ctrl key associated with the click of the mouse
fig.1 - Manage family machine
diff --git a/Projects/WebGIM/GIM_site/help/EN/lm_pg_332.html b/Projects/WebGIM/GIM_site/help/EN/lm_pg_332.html index 5ddb80b..f40a6a9 100644 --- a/Projects/WebGIM/GIM_site/help/EN/lm_pg_332.html +++ b/Projects/WebGIM/GIM_site/help/EN/lm_pg_332.html @@ -490,7 +490,7 @@ focus(); //--> -

List Usage Managment (7/8)

Using the "Nature of problem" (fig. 1) you can handle family causals for machines, adding, modifying or eliminating records in a similar way to other registries.
fig. 1 - Manage causals
+

List Usage Managment (7/8)

Using the "Nature of problem" (fig. 1) you can handle family causals for machines, adding, modifying or eliminating records in a similar way to other registries.
fig. 1 - Manage nature of problems
diff --git a/Projects/WebGIM/GIM_site/help/EN/lm_pg_333.html b/Projects/WebGIM/GIM_site/help/EN/lm_pg_333.html index 6c8cb7d..11283c0 100644 --- a/Projects/WebGIM/GIM_site/help/EN/lm_pg_333.html +++ b/Projects/WebGIM/GIM_site/help/EN/lm_pg_333.html @@ -490,7 +490,7 @@ focus(); //--> -

List Usage Managment (8/8)

Using the function "Maintenance men" you can define matriculation and name of the maintenance operators, which will be available in detail intervention via a drop down menu. Compile as for other demographic fields "op. number", "Surname" and "Name".
 
The matricule 0000 is not eraseble and rapresent the default user.
fig. 1 - Operators Mtz
+

List Usage Managment (8/8)

Using the function "Maintenance men" you can define matriculation and name of the maintenance operators, which will be available in detail intervention via a drop down menu. Compile as for other demographic fields "op. number", "Surname" and "Name".
 
The matricule 0000 is not eraseble and rapresent the default user.
fig. 1 - Maintenance men
diff --git a/Projects/WebGIM/GIM_site/help/EN/lm_pg_334.html b/Projects/WebGIM/GIM_site/help/EN/lm_pg_334.html index 4f36784..d0dcd15 100644 --- a/Projects/WebGIM/GIM_site/help/EN/lm_pg_334.html +++ b/Projects/WebGIM/GIM_site/help/EN/lm_pg_334.html @@ -490,7 +490,7 @@ focus(); //--> -

Maintenance interventions (1/4)

Entering maintenance requests
 
Clicking on the menu item you can enter a maintenance request or see requests present.Choose "Add new request" to add or "Go to list requests" to see the requests already submitted.
 
 
To enter a request  (fig. 1) :
 
  • select the desired department (1)
  • select the machine on the department to place the request (2)
  • fill in the details of the fault (serial number, priority, date / time, scope and type of fault and if the system is shut) (3)
  • indicate the reason for the request (4)
  • enter a description of the problem (5)
  • confirm the insertion of the request by clicking the "Submit request" button (6)
Fig. 1 - New request insertion
+

Maintenance interventions (1/4)

Entering maintenance requests
 
Clicking on the menu item you can enter a maintenance request or see requests present.Choose "Add new request" to add or "Go to list requests" to see the requests already submitted.
 
 
To enter a request  (fig. 1) :
 
  • select the desired department (1)
  • select the machine on the department to place the request (2)
  • fill in the details of the fault (serial number, priority, date / time, scope and type of fault and if the system is shut) (3)
  • indicate the reason for the request (4)
  • enter a description of the problem (5)
  • confirm the insertion of the request by clicking the "Submit request" button (6)
Fig. 1 - New request insertion
diff --git a/Projects/WebGIM/GIM_site/help/EN/lm_pg_335.html b/Projects/WebGIM/GIM_site/help/EN/lm_pg_335.html index d90f360..09e764b 100644 --- a/Projects/WebGIM/GIM_site/help/EN/lm_pg_335.html +++ b/Projects/WebGIM/GIM_site/help/EN/lm_pg_335.html @@ -490,7 +490,7 @@ focus(); //--> -

Maintenance interventions (2/4)

List of requests
 
Clicking on the menu item "Ticket list" or by selecting "Go to ticket list" from the "Insert new maintenance ticket", you can view and manage all the requests (Fig. 1).
fig. 1 - Request list
in general
  • the color of the state associated to requests quickly identify the status, red for interventions in the "requested", orange for "in progress" and green for "finished"
  • you can export to pdf the request by clicking the PDF symbol (fig. 2)
To navigate between the requests
  • select the reference period by the switch in the upper-right of the table
  • By default, the list displays the required interventions and ongoing
  • if you also want to see requests completed click on "Show closed tickets" on the top left above the table interventions
To take charge of a request
  • Click on the printer icon next to the desired request, the request is printed on the default printer
  • the status changes to "In Progress" in orange and you can then click on the "magnifying glass" to edit the details of the request (see section on the next page of the guide)
fig. 2 - Request intervention report
+

Maintenance interventions (2/4)

List of requests
 
Clicking on the menu item "Ticket list" or by selecting "Go to ticket list" from the "Insert new maintenance ticket", you can view and manage all the requests (Fig. 1).
fig. 1 - Ticket list
in general
  • the color of the state associated to requests quickly identify the status, red for interventions in the "requested", orange for "in progress" and green for "finished"
  • you can export to pdf the request by clicking the PDF symbol (fig. 2)
To navigate between the requests
  • select the reference period by the switch in the upper-right of the table
  • By default, the list displays the required interventions and ongoing
  • if you also want to see requests completed click on "Show closed tickets" on the top left above the table interventions
To take charge of a request
  • Click on the printer icon next to the desired request, the request is printed on the default printer
  • the status changes to "In Progress" in orange and you can then click on the "magnifying glass" to edit the details of the request (see section on the next page of the guide)
fig. 2 - Request intervention report
diff --git a/Projects/WebGIM/GIM_site/help/EN/lm_pg_336.html b/Projects/WebGIM/GIM_site/help/EN/lm_pg_336.html index 3adc915..8d5bb53 100644 --- a/Projects/WebGIM/GIM_site/help/EN/lm_pg_336.html +++ b/Projects/WebGIM/GIM_site/help/EN/lm_pg_336.html @@ -490,7 +490,7 @@ focus(); //--> -

Maintenance interventions (3/4)

Intervention detail
 
Clicking on the magnifying lens on the side of each request you can view and edit the required request.
 
Loading a detail page shows the detail request in read-only mode (Fig. 1).
fig. 1 - Read only view
You can change the detail in two modes by clicking on one of the buttons at the top (Fig. 2),edit the fields you want and press the update to update the request or Cancel to cancel the changes and return automatically in read-only mode (Fig. 3).
fig. 2 - Edit view selection
fig. 3 - Update and undo
Maintenance intervention filling
  • fileds that can not be changed are displayed in blue
  • user-editable fields are displayed in green
Manage complete editing
  • editable fields in full mode are shown in dark green
  • are still editable fields in basic mode
In any case, you can give the details for each intervention (with serial operator intervention and duration) using the "Detail Interventions " at the bottom right of the detail form (Fig. 4).
The change takes place as lists: the yellow pencil icon allows you to edit the record, the green check mark to confirm, the red x the cancellation of the modifications.
fig. 4 - intervention details
+

Maintenance interventions (3/4)

Intervention detail
 
Clicking on the magnifying lens on the side of each request you can view and edit the required request.
 
Loading a detail page shows the detail request in read-only mode (Fig. 1).
fig. 1 - Read only view
You can change the detail in two modes by clicking on one of the buttons at the top (Fig. 2),edit the fields you want and press the update to update the request or Cancel to cancel the changes and return automatically in read-only mode (Fig. 3).
fig. 2 - Edit view selection
fig. 3 - Update and undo
Maintenance intervention filling
  • fileds that can not be changed are displayed in blue
  • user-editable fields are displayed in green
Manage complete editing
  • editable fields in full mode are shown in dark green
  • are still editable fields in basic mode
In any case, you can give the details for each intervention (with serial operator intervention and duration) using the "Detail Interventions " at the bottom right of the detail form (Fig. 4).
The change takes place as lists: the yellow pencil icon allows you to edit the record, the green check mark to confirm, the red x the cancellation of the modifications.
fig. 4 - intervention details
diff --git a/Projects/WebGIM/GIM_site/help/EN/lm_pg_337.html b/Projects/WebGIM/GIM_site/help/EN/lm_pg_337.html index 72eef1d..30500b7 100644 --- a/Projects/WebGIM/GIM_site/help/EN/lm_pg_337.html +++ b/Projects/WebGIM/GIM_site/help/EN/lm_pg_337.html @@ -490,7 +490,7 @@ focus(); //--> -

Maintenance interventions (4/4)

Clicking on the menu item "Scheduled Maintenance" (fig. 1) you can enter and / or display scheduled maintenance. This section allows you to enter planned maintenance with agreed deadline and set them to the reference periods so that they are automatically recorded and presented in the list requests.
fig. 1 - Programmed maintenance
Using the first tab "Interventions scheduling" and clicking on "Show create new" you can enter a programmed intervention: Define the details of the intervention in a manner similar to the inclusion of intervention required and click the button "Create schedule intervention " when finished.
fig. 2 - Programmed intervention insertion
Clicking on the second tab "List due interventions " are displayed the due interventions, which in any case will automatically be included in the maintenance interventions to date.
fig. 3 - Interventions to expire
+

Maintenance interventions (4/4)

Clicking on the menu item "Scheduled Maintenance" (fig. 1) you can enter and / or display scheduled maintenance. This section allows you to enter planned maintenance with agreed deadline and set them to the reference periods so that they are automatically recorded and presented in the list requests.
fig. 1 - Programmed maintenance
Using the first tab "Interventions scheduling" and clicking on "Show create new" you can enter a programmed intervention: Define the details of the intervention in a manner similar to the inclusion of intervention required and click the button "Create schedule intervention " when finished.
fig. 2 - Programmed intervention insertion
Clicking on the second tab "List due interventions " are displayed the due interventions, which in any case will automatically be included in the maintenance interventions to date.
fig. 3 - Interventions to expire
diff --git a/Projects/WebGIM/GIM_site/help/EN/lm_pg_338.html b/Projects/WebGIM/GIM_site/help/EN/lm_pg_338.html index 1af0385..bc53aeb 100644 --- a/Projects/WebGIM/GIM_site/help/EN/lm_pg_338.html +++ b/Projects/WebGIM/GIM_site/help/EN/lm_pg_338.html @@ -490,7 +490,7 @@ focus(); //--> -

Reports

Report departments and maintenance interventions

Plant report
 
Clicking on the menu item and then on the pdf icon to see a summary report of the machines present and relevant departments in printable pdf format (Fig. 1)
fig. 1 - Example of machine report
Interventions report
 
This reports section  allows you to view and print a summary report of operations in any state (required, pending or completed) and a MTBF MTTR report (an example in Fig. 2).
The report shows a summary of the work hours divided by stopa
 
  • WORKSHOP: from the moment of failure at the end of intervention
  • INTERVENTION: from maintenance beginning to the end
  • OPERATOR: total time provided by all operators
 
The MTBF MTTR report calculates the reliability of machines and departments (MTBF, mean time between failure), or divide the total hours of opening (excluding holidays, celebrations, scheduled downtime) for the number of operations carried out; also calculates the mean time to repair (MTTR, mean time to repair), seen from the workshop (from fault at the end of intervention) and maintenance (from the beginning to the end of maintenance).
fig. 2 - Example of MTBF - MTTR report
In both cases the selection of the machines and of the reference period occurs in the following way:
 
  • select departments and machines for which you want the report to be generated
    • the selection of departments and machines is multiple, you can select multiple departments and multiple machines, and the report will generate a report of all selected items. To search from the machines or departments enter the name or partial name in the search box above this  two lists and press enter, cancel the search and press enter to search through all the items and select multiple items by clicking and holding down the ctrl key on the keyboard.
  • select the status of the machines for which generate the report (in this case, you can select multiple using ctrl key)
  • select the reference period using pop-up calendar selector or use a default selection period
  • click on the pdf of the report you want
 
The report is in printable pdf format.
+

Reports

Report departments and maintenance interventions

Plant report
 
Clicking on the menu item and then on the pdf icon to see a summary report of the machines present and relevant departments in printable pdf format (Fig. 1)
fig. 1 - Example of machine report
Interventions report
 
This reports section  allows you to view and print a summary report of operations in any state (required, pending or completed) and a MTBF MTTR report (an example in Fig. 2).
The report shows a summary of the work hours divided by stopa
 
  • WORKSHOP: from the moment of failure at the end of intervention
  • INTERVENTION: from maintenance beginning to the end
  • OPERATOR: total time provided by all operators
 
The MTBF MTTR report calculates the reliability of machines and departments (MTBF, mean time between failure), or divide the total hours of opening (excluding holidays, celebrations, scheduled downtime) for the number of operations carried out; also calculates the mean time to repair (MTTR, mean time to repair), seen from the workshop (from fault at the end of intervention) and maintenance (from the beginning to the end of maintenance).
fig. 2 - Example of MTBF - MTTR report
In both cases the selection of the machines and of the reference period occurs in the following way:
 
  • select departments and machines for which you want the report to be generated
    • the selection of departments and machines is multiple, you can select multiple departments and multiple machines, and the report will generate a report of all selected items. To search from the machines or departments enter the name or partial name in the search box above this  two lists and press enter, cancel the search and press enter to search through all the items and select multiple items by clicking and holding down the ctrl key on the keyboard.
  • select the status of the machines for which generate the report (in this case, you can select multiple using ctrl key)
  • select the reference period using pop-up calendar selector or use a default selection period
  • click on the pdf of the report you want
 
The report is in printable pdf format.
diff --git a/Projects/WebGIM/GIM_site/help/EN/lm_pg_339.html b/Projects/WebGIM/GIM_site/help/EN/lm_pg_339.html index cca20f0..c099c7a 100644 --- a/Projects/WebGIM/GIM_site/help/EN/lm_pg_339.html +++ b/Projects/WebGIM/GIM_site/help/EN/lm_pg_339.html @@ -496,7 +496,7 @@ focus(); //--> -

Scheduled maintenance

Additional module - Scheduled Maintenance

 
The plug-in for scheduled maintenance allows you to view and enter scheduled maintenance for individual machines, with the start date of operation, the frequency and details.
 
To view the planned interventions (Fig. 1) :
 
  • simply click on the menu item "Scheduled Maintenance" and see the list shown
  • You can also filter by Type and/or Machine by clicking the Filter by Type and Filter by Machine button and then setting up filters for each department and machine.
fig. 1 - Search programmed maintenanche
It 's always possible to cancel a request using the "trash" icon next to each record.
 
To enter the planned maintenance (fig. 3)
 
  • click on "Show create new" link on the top menu - you will see the entry form (Fig. 1)
  • indicate the description of the planned maintenance (1)
  • select the machines affected by the problem:
    • you can search for machines by entering the name or partial name in the search box above the panel and pressing enter - leave empty and press enter to return to the display of all machines (2)
    • select the machines in the selector (to select more than one machine at the same time click on the name while holding down the ctrl key on the keyboard) (3)
  • select the details of the intervention (4)
  • confirm the entry by clicking "Create scheduled maintenance task" (5)
fig. 3 - Inserting scheduled maintenance
+

Scheduled maintenance

Additional module - Scheduled Maintenance

 
The plug-in for scheduled maintenance allows you to view and enter scheduled maintenance for individual machines, with the start date of operation, the frequency and details.
 
To view the planned interventions (Fig. 1) :
 
  • simply click on the menu item "Scheduled Maintenance" and see the list shown
  • You can also filter by Type and/or Machine by clicking the Filter by Type and Filter by Machine button and then setting up filters for each department and machine.
fig. 1 - Search programmed maintenanche
It 's always possible to cancel a request using the "trash" icon next to each record.
 
To enter the planned maintenance (fig. 3)
 
  • click on "Show create new" link on the top menu - you will see the entry form (Fig. 1)
  • indicate the description of the planned maintenance (1)
  • select the machines affected by the problem:
    • you can search for machines by entering the name or partial name in the search box above the panel and pressing enter - leave empty and press enter to return to the display of all machines (2)
    • select the machines in the selector (to select more than one machine at the same time click on the name while holding down the ctrl key on the keyboard) (3)
  • select the details of the intervention (4)
  • confirm the entry by clicking "Create scheduled maintenance task" (5)
fig. 3 - Inserting scheduled maintenance
diff --git a/Projects/WebGIM/GIM_site/help/EN/lm_pg_340.html b/Projects/WebGIM/GIM_site/help/EN/lm_pg_340.html index 379ac38..23ceaf7 100644 --- a/Projects/WebGIM/GIM_site/help/EN/lm_pg_340.html +++ b/Projects/WebGIM/GIM_site/help/EN/lm_pg_340.html @@ -490,7 +490,7 @@ focus(); //--> -

Users registration

You can access the application through user authentication.

If the user has not yet been approved the application will display on first access the screen "New User Registration" (Fig. 1). Enter your details and click the "Save" button to complete registration.
You need to do this only for the first time, then you will be recognized automatically by the application.
fig. 1 - New user registration
Authorized users can also manage permission levels of users (basic or advanced) accessible through the control panel by clicking on "User Administration" menu.
Through this panel (Fig. 2) you can promote basic users (new users registered via "New User Registration" are assigned basic permissions) or demote advanced users by assigning basic permissions.
To do this click on the magnifying lens next to the user name and click "Add" to move the user from the blue table to the red table of advanced users or "Remove" button to move the user from the table of advanced users to the base users table.
fig. 2 - Users manage
+

Users registration

You can access the application through user authentication.

If the user has not yet been approved the application will display on first access the screen "New User Registration" (Fig. 1). Enter your details and click the "Save" button to complete registration.
You need to do this only for the first time, then you will be recognized automatically by the application.
fig. 1 - New user registration
Authorized users can also manage permission levels of users (basic or advanced) accessible through the control panel by clicking on "User Administration" menu.
Through this panel (Fig. 2) you can promote basic users (new users registered via "New User Registration" are assigned basic permissions) or demote advanced users by assigning basic permissions.
To do this click on the magnifying lens next to the user name and click "Add" to move the user from the blue table to the red table of advanced users or "Remove" button to move the user from the table of advanced users to the base users table.
fig. 2 - Users administration
diff --git a/Projects/WebGIM/GIM_site/help/EN/media_446.html b/Projects/WebGIM/GIM_site/help/EN/media_446.html deleted file mode 100644 index bc90c4f..0000000 --- a/Projects/WebGIM/GIM_site/help/EN/media_446.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - ILIAS - WebGIM manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
fig. 5 - Calendar switch
- - -
- - diff --git a/Projects/WebGIM/GIM_site/help/EN/media_448.html b/Projects/WebGIM/GIM_site/help/EN/media_448.html deleted file mode 100644 index 7d87716..0000000 --- a/Projects/WebGIM/GIM_site/help/EN/media_448.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - ILIAS - WebGIM manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
fig. 1 - Manage departments
- - -
- - diff --git a/Projects/WebGIM/GIM_site/help/EN/media_449.html b/Projects/WebGIM/GIM_site/help/EN/media_449.html deleted file mode 100644 index 871d2bf..0000000 --- a/Projects/WebGIM/GIM_site/help/EN/media_449.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - ILIAS - WebGIM manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
fig. 2 - Machine management
- - -
- - diff --git a/Projects/WebGIM/GIM_site/help/EN/media_450.html b/Projects/WebGIM/GIM_site/help/EN/media_450.html deleted file mode 100644 index 70db799..0000000 --- a/Projects/WebGIM/GIM_site/help/EN/media_450.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - ILIAS - WebGIM manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
fig. 1 - Manage machine-departments
- - -
- - diff --git a/Projects/WebGIM/GIM_site/help/EN/media_452.html b/Projects/WebGIM/GIM_site/help/EN/media_452.html deleted file mode 100644 index 452eb5a..0000000 --- a/Projects/WebGIM/GIM_site/help/EN/media_452.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - ILIAS - WebGIM manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
fig. 2 - Manage closures
- - -
- - diff --git a/Projects/WebGIM/GIM_site/help/EN/media_454.html b/Projects/WebGIM/GIM_site/help/EN/media_454.html deleted file mode 100644 index 04ab679..0000000 --- a/Projects/WebGIM/GIM_site/help/EN/media_454.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - ILIAS - WebGIM manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
fig. 1 - Manage causals
- - -
- - diff --git a/Projects/WebGIM/GIM_site/help/EN/media_455.html b/Projects/WebGIM/GIM_site/help/EN/media_455.html deleted file mode 100644 index 13c1dcc..0000000 --- a/Projects/WebGIM/GIM_site/help/EN/media_455.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - ILIAS - WebGIM manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
fig. 1 - Operators Mtz
- - -
- - diff --git a/Projects/WebGIM/GIM_site/help/EN/media_457.html b/Projects/WebGIM/GIM_site/help/EN/media_457.html deleted file mode 100644 index 8a16757..0000000 --- a/Projects/WebGIM/GIM_site/help/EN/media_457.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - ILIAS - WebGIM manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
fig. 1 - Request list
- - -
- - diff --git a/Projects/WebGIM/GIM_site/help/EN/media_458.html b/Projects/WebGIM/GIM_site/help/EN/media_458.html deleted file mode 100644 index 2b96d7d..0000000 --- a/Projects/WebGIM/GIM_site/help/EN/media_458.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - ILIAS - WebGIM manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
fig. 2 - Request intervention report
- - -
- - diff --git a/Projects/WebGIM/GIM_site/help/EN/media_460.html b/Projects/WebGIM/GIM_site/help/EN/media_460.html deleted file mode 100644 index b4dcb8f..0000000 --- a/Projects/WebGIM/GIM_site/help/EN/media_460.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - ILIAS - WebGIM manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
fig. 2 - Edit view selection
- - -
- - diff --git a/Projects/WebGIM/GIM_site/help/EN/media_461.html b/Projects/WebGIM/GIM_site/help/EN/media_461.html deleted file mode 100644 index adee50c..0000000 --- a/Projects/WebGIM/GIM_site/help/EN/media_461.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - ILIAS - WebGIM manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
fig. 3 - Update and undo
- - -
- - diff --git a/Projects/WebGIM/GIM_site/help/EN/media_462.html b/Projects/WebGIM/GIM_site/help/EN/media_462.html deleted file mode 100644 index 976afcd..0000000 --- a/Projects/WebGIM/GIM_site/help/EN/media_462.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - ILIAS - WebGIM manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
fig. 4 - intervention details
- - -
- - diff --git a/Projects/WebGIM/GIM_site/help/EN/media_463.html b/Projects/WebGIM/GIM_site/help/EN/media_463.html deleted file mode 100644 index a989bf2..0000000 --- a/Projects/WebGIM/GIM_site/help/EN/media_463.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - ILIAS - WebGIM manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
fig. 1 - Programmed maintenance
- - -
- - diff --git a/Projects/WebGIM/GIM_site/help/EN/media_464.html b/Projects/WebGIM/GIM_site/help/EN/media_464.html deleted file mode 100644 index 04047fb..0000000 --- a/Projects/WebGIM/GIM_site/help/EN/media_464.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - ILIAS - WebGIM manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
fig. 2 - Programmed intervention insertion
- - -
- - diff --git a/Projects/WebGIM/GIM_site/help/EN/media_465.html b/Projects/WebGIM/GIM_site/help/EN/media_465.html deleted file mode 100644 index a397f11..0000000 --- a/Projects/WebGIM/GIM_site/help/EN/media_465.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - ILIAS - WebGIM manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
fig. 3 - Interventions to expire
- - -
- - diff --git a/Projects/WebGIM/GIM_site/help/EN/media_466.html b/Projects/WebGIM/GIM_site/help/EN/media_466.html deleted file mode 100644 index 9791870..0000000 --- a/Projects/WebGIM/GIM_site/help/EN/media_466.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - ILIAS - WebGIM manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
fig. 1 - Example of machine report
- - -
- - diff --git a/Projects/WebGIM/GIM_site/help/EN/media_467.html b/Projects/WebGIM/GIM_site/help/EN/media_467.html deleted file mode 100644 index 7589da3..0000000 --- a/Projects/WebGIM/GIM_site/help/EN/media_467.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - ILIAS - WebGIM manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
fig. 2 - Example of MTBF - MTTR report
- - -
- - diff --git a/Projects/WebGIM/GIM_site/help/EN/media_468.html b/Projects/WebGIM/GIM_site/help/EN/media_468.html deleted file mode 100644 index ac2b5f0..0000000 --- a/Projects/WebGIM/GIM_site/help/EN/media_468.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - ILIAS - WebGIM manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
fig. 1 - Search programmed maintenanche
- - -
- - diff --git a/Projects/WebGIM/GIM_site/help/EN/media_469.html b/Projects/WebGIM/GIM_site/help/EN/media_469.html deleted file mode 100644 index 9f98863..0000000 --- a/Projects/WebGIM/GIM_site/help/EN/media_469.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - ILIAS - WebGIM manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
fig. 3 - Inserting scheduled maintenance
- - -
- - diff --git a/Projects/WebGIM/GIM_site/help/EN/media_470.html b/Projects/WebGIM/GIM_site/help/EN/media_470.html deleted file mode 100644 index 6ce365d..0000000 --- a/Projects/WebGIM/GIM_site/help/EN/media_470.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - ILIAS - WebGIM manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
fig. 1 - New user registration
- - -
- - diff --git a/Projects/WebGIM/GIM_site/help/EN/media_471.html b/Projects/WebGIM/GIM_site/help/EN/media_471.html deleted file mode 100644 index d5ec204..0000000 --- a/Projects/WebGIM/GIM_site/help/EN/media_471.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - ILIAS - WebGIM manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
fig. 2 - Users manage
- - -
- - diff --git a/Projects/WebGIM/GIM_site/help/EN/media_442.html b/Projects/WebGIM/GIM_site/help/EN/media_472.html similarity index 91% rename from Projects/WebGIM/GIM_site/help/EN/media_442.html rename to Projects/WebGIM/GIM_site/help/EN/media_472.html index 8a58f15..c2f22be 100644 --- a/Projects/WebGIM/GIM_site/help/EN/media_442.html +++ b/Projects/WebGIM/GIM_site/help/EN/media_472.html @@ -48,7 +48,7 @@
-
fig-1 - Modify fileds
+
fig.1 - Home page
diff --git a/Projects/WebGIM/GIM_site/help/EN/media_440.html b/Projects/WebGIM/GIM_site/help/EN/media_474.html similarity index 94% rename from Projects/WebGIM/GIM_site/help/EN/media_440.html rename to Projects/WebGIM/GIM_site/help/EN/media_474.html index 8c070e4..d7e71e0 100644 --- a/Projects/WebGIM/GIM_site/help/EN/media_440.html +++ b/Projects/WebGIM/GIM_site/help/EN/media_474.html @@ -48,7 +48,7 @@
-
+
diff --git a/Projects/WebGIM/GIM_site/help/EN/media_475.html b/Projects/WebGIM/GIM_site/help/EN/media_475.html new file mode 100644 index 0000000..a39d931 --- /dev/null +++ b/Projects/WebGIM/GIM_site/help/EN/media_475.html @@ -0,0 +1,56 @@ + + + + + ILIAS - WebGIM manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
fig. 2 - Users administration
+ + +
+ + diff --git a/Projects/WebGIM/GIM_site/help/EN/media_476.html b/Projects/WebGIM/GIM_site/help/EN/media_476.html new file mode 100644 index 0000000..32a9d0b --- /dev/null +++ b/Projects/WebGIM/GIM_site/help/EN/media_476.html @@ -0,0 +1,56 @@ + + + + + ILIAS - WebGIM manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
fig-1 - Modify fileds
+ + +
+ + diff --git a/Projects/WebGIM/GIM_site/help/EN/media_477.html b/Projects/WebGIM/GIM_site/help/EN/media_477.html new file mode 100644 index 0000000..723ec76 --- /dev/null +++ b/Projects/WebGIM/GIM_site/help/EN/media_477.html @@ -0,0 +1,56 @@ + + + + + ILIAS - WebGIM manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
fig. 2 - New fields creation
+ + +
+ + diff --git a/Projects/WebGIM/GIM_site/help/EN/media_444.html b/Projects/WebGIM/GIM_site/help/EN/media_478.html similarity index 95% rename from Projects/WebGIM/GIM_site/help/EN/media_444.html rename to Projects/WebGIM/GIM_site/help/EN/media_478.html index ca3fe9c..ef3a150 100644 --- a/Projects/WebGIM/GIM_site/help/EN/media_444.html +++ b/Projects/WebGIM/GIM_site/help/EN/media_478.html @@ -48,7 +48,7 @@
-
fig. 3 - Cancel fields
+
fig. 3 - Cancel fields
diff --git a/Projects/WebGIM/GIM_site/help/EN/media_441.html b/Projects/WebGIM/GIM_site/help/EN/media_479.html similarity index 94% rename from Projects/WebGIM/GIM_site/help/EN/media_441.html rename to Projects/WebGIM/GIM_site/help/EN/media_479.html index a6efe69..0ae42e4 100644 --- a/Projects/WebGIM/GIM_site/help/EN/media_441.html +++ b/Projects/WebGIM/GIM_site/help/EN/media_479.html @@ -48,7 +48,7 @@
-
fig.1 - Home page
+
fig. 4 - Search
diff --git a/Projects/WebGIM/GIM_site/help/EN/media_480.html b/Projects/WebGIM/GIM_site/help/EN/media_480.html new file mode 100644 index 0000000..fe1b01d --- /dev/null +++ b/Projects/WebGIM/GIM_site/help/EN/media_480.html @@ -0,0 +1,56 @@ + + + + + ILIAS - WebGIM manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
fig. 5 - Calendar switch
+ + +
+ + diff --git a/Projects/WebGIM/GIM_site/help/EN/media_459.html b/Projects/WebGIM/GIM_site/help/EN/media_481.html similarity index 93% rename from Projects/WebGIM/GIM_site/help/EN/media_459.html rename to Projects/WebGIM/GIM_site/help/EN/media_481.html index 2a0ea3a..77c2cb2 100644 --- a/Projects/WebGIM/GIM_site/help/EN/media_459.html +++ b/Projects/WebGIM/GIM_site/help/EN/media_481.html @@ -48,7 +48,7 @@
-
fig. 1 - Read only view
+
fig. 1 - Manage priority
diff --git a/Projects/WebGIM/GIM_site/help/EN/media_456.html b/Projects/WebGIM/GIM_site/help/EN/media_482.html similarity index 93% rename from Projects/WebGIM/GIM_site/help/EN/media_456.html rename to Projects/WebGIM/GIM_site/help/EN/media_482.html index 0f2bf76..1575b30 100644 --- a/Projects/WebGIM/GIM_site/help/EN/media_456.html +++ b/Projects/WebGIM/GIM_site/help/EN/media_482.html @@ -48,7 +48,7 @@
-
Fig. 1 - New request insertion
+
fig. 2 - Machine management
diff --git a/Projects/WebGIM/GIM_site/help/EN/media_483.html b/Projects/WebGIM/GIM_site/help/EN/media_483.html new file mode 100644 index 0000000..bd7c039 --- /dev/null +++ b/Projects/WebGIM/GIM_site/help/EN/media_483.html @@ -0,0 +1,56 @@ + + + + + ILIAS - WebGIM manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
fig. 1 - Plant managment
+ + +
+ + diff --git a/Projects/WebGIM/GIM_site/help/EN/media_484.html b/Projects/WebGIM/GIM_site/help/EN/media_484.html new file mode 100644 index 0000000..a9a1df7 --- /dev/null +++ b/Projects/WebGIM/GIM_site/help/EN/media_484.html @@ -0,0 +1,56 @@ + + + + + ILIAS - WebGIM manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
fig. 1 - Manage machine-departments
+ + +
+ + diff --git a/Projects/WebGIM/GIM_site/help/EN/media_485.html b/Projects/WebGIM/GIM_site/help/EN/media_485.html new file mode 100644 index 0000000..54d74c9 --- /dev/null +++ b/Projects/WebGIM/GIM_site/help/EN/media_485.html @@ -0,0 +1,56 @@ + + + + + ILIAS - WebGIM manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
fig. 1 - Managing openings
+ + +
+ + diff --git a/Projects/WebGIM/GIM_site/help/EN/media_443.html b/Projects/WebGIM/GIM_site/help/EN/media_486.html similarity index 91% rename from Projects/WebGIM/GIM_site/help/EN/media_443.html rename to Projects/WebGIM/GIM_site/help/EN/media_486.html index 79dc3bb..c3d1e19 100644 --- a/Projects/WebGIM/GIM_site/help/EN/media_443.html +++ b/Projects/WebGIM/GIM_site/help/EN/media_486.html @@ -48,7 +48,7 @@
-
fig. 2 - New fields creation
+
fig. 2 - Manage closures
diff --git a/Projects/WebGIM/GIM_site/help/EN/media_488.html b/Projects/WebGIM/GIM_site/help/EN/media_488.html new file mode 100644 index 0000000..55e785a --- /dev/null +++ b/Projects/WebGIM/GIM_site/help/EN/media_488.html @@ -0,0 +1,56 @@ + + + + + ILIAS - WebGIM manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
fig.1 - Manage family machine
+ + +
+ + diff --git a/Projects/WebGIM/GIM_site/help/EN/media_489.html b/Projects/WebGIM/GIM_site/help/EN/media_489.html new file mode 100644 index 0000000..9e4bb4a --- /dev/null +++ b/Projects/WebGIM/GIM_site/help/EN/media_489.html @@ -0,0 +1,56 @@ + + + + + ILIAS - WebGIM manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
fig. 1 - Manage nature of problems
+ + +
+ + diff --git a/Projects/WebGIM/GIM_site/help/EN/media_490.html b/Projects/WebGIM/GIM_site/help/EN/media_490.html new file mode 100644 index 0000000..b06e0c4 --- /dev/null +++ b/Projects/WebGIM/GIM_site/help/EN/media_490.html @@ -0,0 +1,56 @@ + + + + + ILIAS - WebGIM manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
fig. 1 - Maintenance men
+ + +
+ + diff --git a/Projects/WebGIM/GIM_site/help/EN/media_491.html b/Projects/WebGIM/GIM_site/help/EN/media_491.html new file mode 100644 index 0000000..436ef6c --- /dev/null +++ b/Projects/WebGIM/GIM_site/help/EN/media_491.html @@ -0,0 +1,56 @@ + + + + + ILIAS - WebGIM manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
Fig. 1 - New request insertion
+ + +
+ + diff --git a/Projects/WebGIM/GIM_site/help/EN/media_492.html b/Projects/WebGIM/GIM_site/help/EN/media_492.html new file mode 100644 index 0000000..10bdb49 --- /dev/null +++ b/Projects/WebGIM/GIM_site/help/EN/media_492.html @@ -0,0 +1,56 @@ + + + + + ILIAS - WebGIM manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
fig. 1 - Ticket list
+ + +
+ + diff --git a/Projects/WebGIM/GIM_site/help/EN/media_493.html b/Projects/WebGIM/GIM_site/help/EN/media_493.html new file mode 100644 index 0000000..8ce0d76 --- /dev/null +++ b/Projects/WebGIM/GIM_site/help/EN/media_493.html @@ -0,0 +1,56 @@ + + + + + ILIAS - WebGIM manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
fig. 2 - Request intervention report
+ + +
+ + diff --git a/Projects/WebGIM/GIM_site/help/EN/media_453.html b/Projects/WebGIM/GIM_site/help/EN/media_494.html similarity index 93% rename from Projects/WebGIM/GIM_site/help/EN/media_453.html rename to Projects/WebGIM/GIM_site/help/EN/media_494.html index 06b3f15..3406893 100644 --- a/Projects/WebGIM/GIM_site/help/EN/media_453.html +++ b/Projects/WebGIM/GIM_site/help/EN/media_494.html @@ -48,7 +48,7 @@
-
fig.1 - Manage family machine
+
fig. 1 - Read only view
diff --git a/Projects/WebGIM/GIM_site/help/EN/media_451.html b/Projects/WebGIM/GIM_site/help/EN/media_495.html similarity index 93% rename from Projects/WebGIM/GIM_site/help/EN/media_451.html rename to Projects/WebGIM/GIM_site/help/EN/media_495.html index a01d1b2..f04a445 100644 --- a/Projects/WebGIM/GIM_site/help/EN/media_451.html +++ b/Projects/WebGIM/GIM_site/help/EN/media_495.html @@ -48,7 +48,7 @@
-
fig. 1 - Managing openings
+
fig. 2 - Edit view selection
diff --git a/Projects/WebGIM/GIM_site/help/EN/media_496.html b/Projects/WebGIM/GIM_site/help/EN/media_496.html new file mode 100644 index 0000000..4062d09 --- /dev/null +++ b/Projects/WebGIM/GIM_site/help/EN/media_496.html @@ -0,0 +1,56 @@ + + + + + ILIAS - WebGIM manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
fig. 3 - Update and undo
+ + +
+ + diff --git a/Projects/WebGIM/GIM_site/help/EN/media_497.html b/Projects/WebGIM/GIM_site/help/EN/media_497.html new file mode 100644 index 0000000..ca41776 --- /dev/null +++ b/Projects/WebGIM/GIM_site/help/EN/media_497.html @@ -0,0 +1,56 @@ + + + + + ILIAS - WebGIM manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
fig. 4 - intervention details
+ + +
+ + diff --git a/Projects/WebGIM/GIM_site/help/EN/media_498.html b/Projects/WebGIM/GIM_site/help/EN/media_498.html new file mode 100644 index 0000000..dadf0cd --- /dev/null +++ b/Projects/WebGIM/GIM_site/help/EN/media_498.html @@ -0,0 +1,56 @@ + + + + + ILIAS - WebGIM manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
fig. 1 - Programmed maintenance
+ + +
+ + diff --git a/Projects/WebGIM/GIM_site/help/EN/media_499.html b/Projects/WebGIM/GIM_site/help/EN/media_499.html new file mode 100644 index 0000000..ce4bd1a --- /dev/null +++ b/Projects/WebGIM/GIM_site/help/EN/media_499.html @@ -0,0 +1,56 @@ + + + + + ILIAS - WebGIM manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
fig. 2 - Programmed intervention insertion
+ + +
+ + diff --git a/Projects/WebGIM/GIM_site/help/EN/media_500.html b/Projects/WebGIM/GIM_site/help/EN/media_500.html new file mode 100644 index 0000000..451886a --- /dev/null +++ b/Projects/WebGIM/GIM_site/help/EN/media_500.html @@ -0,0 +1,56 @@ + + + + + ILIAS - WebGIM manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
fig. 3 - Interventions to expire
+ + +
+ + diff --git a/Projects/WebGIM/GIM_site/help/EN/media_501.html b/Projects/WebGIM/GIM_site/help/EN/media_501.html new file mode 100644 index 0000000..5185009 --- /dev/null +++ b/Projects/WebGIM/GIM_site/help/EN/media_501.html @@ -0,0 +1,56 @@ + + + + + ILIAS - WebGIM manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
fig. 1 - Example of machine report
+ + +
+ + diff --git a/Projects/WebGIM/GIM_site/help/EN/media_447.html b/Projects/WebGIM/GIM_site/help/EN/media_502.html similarity index 92% rename from Projects/WebGIM/GIM_site/help/EN/media_447.html rename to Projects/WebGIM/GIM_site/help/EN/media_502.html index 92d9ec1..07af300 100644 --- a/Projects/WebGIM/GIM_site/help/EN/media_447.html +++ b/Projects/WebGIM/GIM_site/help/EN/media_502.html @@ -48,7 +48,7 @@
-
fig. 1 - Manage priority
+
fig. 2 - Example of MTBF - MTTR report
diff --git a/Projects/WebGIM/GIM_site/help/EN/media_503.html b/Projects/WebGIM/GIM_site/help/EN/media_503.html new file mode 100644 index 0000000..a277ef6 --- /dev/null +++ b/Projects/WebGIM/GIM_site/help/EN/media_503.html @@ -0,0 +1,56 @@ + + + + + ILIAS - WebGIM manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
fig. 1 - Search programmed maintenanche
+ + +
+ + diff --git a/Projects/WebGIM/GIM_site/help/EN/media_504.html b/Projects/WebGIM/GIM_site/help/EN/media_504.html new file mode 100644 index 0000000..cb95596 --- /dev/null +++ b/Projects/WebGIM/GIM_site/help/EN/media_504.html @@ -0,0 +1,56 @@ + + + + + ILIAS - WebGIM manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
fig. 3 - Inserting scheduled maintenance
+ + +
+ + diff --git a/Projects/WebGIM/GIM_site/help/EN/media_445.html b/Projects/WebGIM/GIM_site/help/EN/media_505.html similarity index 91% rename from Projects/WebGIM/GIM_site/help/EN/media_445.html rename to Projects/WebGIM/GIM_site/help/EN/media_505.html index 4adba70..acfe77f 100644 --- a/Projects/WebGIM/GIM_site/help/EN/media_445.html +++ b/Projects/WebGIM/GIM_site/help/EN/media_505.html @@ -48,7 +48,7 @@
-
fig. 4 - Search
+
diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_440/logoIliasSW.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_440/logoIliasSW.png deleted file mode 100644 index 0dfcd32..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_440/logoIliasSW.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_441/home.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_441/home.png deleted file mode 100644 index f66cd27..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_441/home.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_442/ambiti3.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_442/ambiti3.png deleted file mode 100644 index cd456fe..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_442/ambiti3.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_443/ambiti2.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_443/ambiti2.png deleted file mode 100644 index c08e753..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_443/ambiti2.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_444/cancellazione.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_444/cancellazione.png deleted file mode 100644 index 11b6866..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_444/cancellazione.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_445/ricerca.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_445/ricerca.png deleted file mode 100644 index 04ea8f0..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_445/ricerca.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_446/selettore.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_446/selettore.png deleted file mode 100644 index e86fcb7..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_446/selettore.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_447/priorita.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_447/priorita.png deleted file mode 100644 index 142654b..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_447/priorita.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_448/reparti.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_448/reparti.png deleted file mode 100644 index 31e2bfe..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_448/reparti.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_449/macchine.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_449/macchine.png deleted file mode 100644 index a212a46..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_449/macchine.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_450/macchine_reparti.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_450/macchine_reparti.png deleted file mode 100644 index f5ebfbc..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_450/macchine_reparti.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_451/aperturaImpianti.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_451/aperturaImpianti.png deleted file mode 100644 index c2039a1..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_451/aperturaImpianti.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_452/festivita.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_452/festivita.png deleted file mode 100644 index 0fa7091..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_452/festivita.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_453/Immagine 11.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_453/Immagine 11.png deleted file mode 100644 index 22fd71c..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_453/Immagine 11.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_454/Immagine 12.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_454/Immagine 12.png deleted file mode 100644 index 3ff0eaf..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_454/Immagine 12.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_455/operatoriMtz.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_455/operatoriMtz.png deleted file mode 100644 index ca90619..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_455/operatoriMtz.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_456/Immagine 13.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_456/Immagine 13.png deleted file mode 100644 index 6da95b3..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_456/Immagine 13.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_457/elencoRichieste.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_457/elencoRichieste.png deleted file mode 100644 index c4a2efa..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_457/elencoRichieste.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_458/richiestaItervento.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_458/richiestaItervento.png deleted file mode 100644 index b336812..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_458/richiestaItervento.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_459/Immagine 14.jpg b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_459/Immagine 14.jpg deleted file mode 100644 index 10ed1ad..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_459/Immagine 14.jpg and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_460/pulsantiEditMtz.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_460/pulsantiEditMtz.png deleted file mode 100644 index 6dbc115..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_460/pulsantiEditMtz.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_461/pulsantiEditMtz2.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_461/pulsantiEditMtz2.png deleted file mode 100644 index d8ae168..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_461/pulsantiEditMtz2.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_462/dettOp.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_462/dettOp.png deleted file mode 100644 index 4b9bb57..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_462/dettOp.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_463/ProgrammazioneInterventi.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_463/ProgrammazioneInterventi.png deleted file mode 100644 index f28a090..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_463/ProgrammazioneInterventi.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_464/inserimentoINterventiProg.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_464/inserimentoINterventiProg.png deleted file mode 100644 index 2e9b7f6..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_464/inserimentoINterventiProg.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_465/interventiScadenza.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_465/interventiScadenza.png deleted file mode 100644 index de86021..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_465/interventiScadenza.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_466/elencoMacchine.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_466/elencoMacchine.png deleted file mode 100644 index 519aed6..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_466/elencoMacchine.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_467/mtbfmttr.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_467/mtbfmttr.png deleted file mode 100644 index fd7f132..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_467/mtbfmttr.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_468/mtzGenerale.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_468/mtzGenerale.png deleted file mode 100644 index cfb0f28..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_468/mtzGenerale.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_469/mtzProgrammata.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_469/mtzProgrammata.png deleted file mode 100644 index b790453..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_469/mtzProgrammata.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_470/Immagine 1.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_470/Immagine 1.png deleted file mode 100644 index 47bf5e4..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_470/Immagine 1.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_471/Immagine 2.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_471/Immagine 2.png deleted file mode 100644 index 1ca8b86..0000000 Binary files a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_471/Immagine 2.png and /dev/null differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_472/homePage.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_472/homePage.png new file mode 100644 index 0000000..a1ca0f1 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_472/homePage.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_474/NewUserEnroll.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_474/NewUserEnroll.png new file mode 100644 index 0000000..cd775dd Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_474/NewUserEnroll.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_474/NewUserEnroll_400_0.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_474/NewUserEnroll_400_0.png new file mode 100644 index 0000000..9e6ad24 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_474/NewUserEnroll_400_0.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_475/UserAdministration.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_475/UserAdministration.png new file mode 100644 index 0000000..68bd653 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_475/UserAdministration.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_476/ModifyFields.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_476/ModifyFields.png new file mode 100644 index 0000000..37c0fae Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_476/ModifyFields.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_476/ModifyFields_412_0.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_476/ModifyFields_412_0.png new file mode 100644 index 0000000..1e1a36e Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_476/ModifyFields_412_0.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_477/newFields.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_477/newFields.png new file mode 100644 index 0000000..0f03c38 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_477/newFields.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_477/newFields_412_0.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_477/newFields_412_0.png new file mode 100644 index 0000000..c869ed6 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_477/newFields_412_0.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_478/Delete.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_478/Delete.png new file mode 100644 index 0000000..b96cb56 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_478/Delete.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_478/Delete_412_0.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_478/Delete_412_0.png new file mode 100644 index 0000000..381b5a2 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_478/Delete_412_0.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_479/Search.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_479/Search.png new file mode 100644 index 0000000..a879314 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_479/Search.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_479/Search_500_0.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_479/Search_500_0.png new file mode 100644 index 0000000..6cb1109 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_479/Search_500_0.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_480/Calendar.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_480/Calendar.png new file mode 100644 index 0000000..4447560 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_480/Calendar.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_480/Calendar_300_0.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_480/Calendar_300_0.png new file mode 100644 index 0000000..8b5b56a Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_480/Calendar_300_0.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_481/ManagePriority.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_481/ManagePriority.png new file mode 100644 index 0000000..9ffb735 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_481/ManagePriority.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_481/ManagePriority_400_0.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_481/ManagePriority_400_0.png new file mode 100644 index 0000000..1f11a1c Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_481/ManagePriority_400_0.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_482/machineManagment.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_482/machineManagment.png new file mode 100644 index 0000000..8354bf7 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_482/machineManagment.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_482/machineManagment_550_0.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_482/machineManagment_550_0.png new file mode 100644 index 0000000..c4ec69d Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_482/machineManagment_550_0.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_483/plantManagment.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_483/plantManagment.png new file mode 100644 index 0000000..46956a5 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_483/plantManagment.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_483/plantManagment_750_0.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_483/plantManagment_750_0.png new file mode 100644 index 0000000..129465e Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_483/plantManagment_750_0.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_484/MachinePlant.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_484/MachinePlant.png new file mode 100644 index 0000000..9d24044 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_484/MachinePlant.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_484/MachinePlant_600_0.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_484/MachinePlant_600_0.png new file mode 100644 index 0000000..c3adcb0 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_484/MachinePlant_600_0.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_485/PlantOpening.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_485/PlantOpening.png new file mode 100644 index 0000000..59d347c Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_485/PlantOpening.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_485/PlantOpening_300_0.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_485/PlantOpening_300_0.png new file mode 100644 index 0000000..1bcbf72 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_485/PlantOpening_300_0.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_486/DaysOff.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_486/DaysOff.png new file mode 100644 index 0000000..ecd4a65 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_486/DaysOff.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_486/DaysOff_300_0.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_486/DaysOff_300_0.png new file mode 100644 index 0000000..6741e5d Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_486/DaysOff_300_0.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_488/ManageFamilyMachine.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_488/ManageFamilyMachine.png new file mode 100644 index 0000000..da8bf69 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_488/ManageFamilyMachine.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_489/NatureProblem.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_489/NatureProblem.png new file mode 100644 index 0000000..1ab4181 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_489/NatureProblem.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_490/MaintenanceMen.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_490/MaintenanceMen.png new file mode 100644 index 0000000..704ee2c Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_490/MaintenanceMen.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_491/InsertionRequest.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_491/InsertionRequest.png new file mode 100644 index 0000000..9a1286c Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_491/InsertionRequest.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_492/ticketList.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_492/ticketList.png new file mode 100644 index 0000000..e9fe5b9 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_492/ticketList.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_493/ticket.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_493/ticket.png new file mode 100644 index 0000000..c2bccfb Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_493/ticket.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_494/InterventionDetail.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_494/InterventionDetail.png new file mode 100644 index 0000000..bc87b29 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_494/InterventionDetail.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_494/InterventionDetail_500_0.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_494/InterventionDetail_500_0.png new file mode 100644 index 0000000..9f62d14 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_494/InterventionDetail_500_0.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_495/EditView.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_495/EditView.png new file mode 100644 index 0000000..cb672a2 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_495/EditView.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_496/UpdateUndo.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_496/UpdateUndo.png new file mode 100644 index 0000000..9ad7bdc Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_496/UpdateUndo.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_497/InterventionDetail2.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_497/InterventionDetail2.png new file mode 100644 index 0000000..0572e9f Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_497/InterventionDetail2.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_498/ProgrammedMaintenance.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_498/ProgrammedMaintenance.png new file mode 100644 index 0000000..c817f56 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_498/ProgrammedMaintenance.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_498/ProgrammedMaintenance_900_0.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_498/ProgrammedMaintenance_900_0.png new file mode 100644 index 0000000..9e202de Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_498/ProgrammedMaintenance_900_0.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_499/ProgrammedInterveInsert.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_499/ProgrammedInterveInsert.png new file mode 100644 index 0000000..1c4608f Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_499/ProgrammedInterveInsert.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_499/ProgrammedInterveInsert_850_0.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_499/ProgrammedInterveInsert_850_0.png new file mode 100644 index 0000000..7b823e2 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_499/ProgrammedInterveInsert_850_0.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_500/InterventionsToExpire.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_500/InterventionsToExpire.png new file mode 100644 index 0000000..5ca2abc Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_500/InterventionsToExpire.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_500/InterventionsToExpire_850_0.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_500/InterventionsToExpire_850_0.png new file mode 100644 index 0000000..883c06b Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_500/InterventionsToExpire_850_0.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_501/PlantMachineList.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_501/PlantMachineList.png new file mode 100644 index 0000000..8ef7244 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_501/PlantMachineList.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_502/MtbfMttr.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_502/MtbfMttr.png new file mode 100644 index 0000000..44dc1b8 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_502/MtbfMttr.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_502/MtbfMttr_850_0.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_502/MtbfMttr_850_0.png new file mode 100644 index 0000000..993a3c0 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_502/MtbfMttr_850_0.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_503/ProgrammedMaintenance.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_503/ProgrammedMaintenance.png new file mode 100644 index 0000000..c817f56 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_503/ProgrammedMaintenance.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_503/ProgrammedMaintenance_850_0.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_503/ProgrammedMaintenance_850_0.png new file mode 100644 index 0000000..61d7c8f Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_503/ProgrammedMaintenance_850_0.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_504/ProgrammedInterveInsert.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_504/ProgrammedInterveInsert.png new file mode 100644 index 0000000..4ccf23b Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_504/ProgrammedInterveInsert.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_504/ProgrammedInterveInsert_850_0.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_504/ProgrammedInterveInsert_850_0.png new file mode 100644 index 0000000..2bfbf44 Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_504/ProgrammedInterveInsert_850_0.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_505/logo carta intestata.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_505/logo carta intestata.png new file mode 100644 index 0000000..127455e Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_505/logo carta intestata.png differ diff --git a/Projects/WebGIM/GIM_site/help/EN/mobs/mm_505/logo carta intestata_600_0.png b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_505/logo carta intestata_600_0.png new file mode 100644 index 0000000..06a084d Binary files /dev/null and b/Projects/WebGIM/GIM_site/help/EN/mobs/mm_505/logo carta intestata_600_0.png differ diff --git a/Projects/WebGIM/GIM_site/obj/Release/RdlCompile.cache b/Projects/WebGIM/GIM_site/obj/Release/RdlCompile.cache index cfddf10..4a93ac8 100644 Binary files a/Projects/WebGIM/GIM_site/obj/Release/RdlCompile.cache and b/Projects/WebGIM/GIM_site/obj/Release/RdlCompile.cache differ diff --git a/Projects/WebGIM/GIM_site/obj/SomaschiniUSA/GIM_site.dll b/Projects/WebGIM/GIM_site/obj/SomaschiniUSA/GIM_site.dll index edee1d3..9eecaee 100644 Binary files a/Projects/WebGIM/GIM_site/obj/SomaschiniUSA/GIM_site.dll and b/Projects/WebGIM/GIM_site/obj/SomaschiniUSA/GIM_site.dll differ diff --git a/Projects/WebGIM/GIM_site/sql/Applicazione/V1.4 USA/GIM_0229.sql b/Projects/WebGIM/GIM_site/sql/Applicazione/V1.4 USA/GIM_0229.sql new file mode 100644 index 0000000..30a4399 --- /dev/null +++ b/Projects/WebGIM/GIM_site/sql/Applicazione/V1.4 USA/GIM_0229.sql @@ -0,0 +1,180 @@ +set xact_abort on +go + +begin transaction +go + +set ANSI_NULLS on +go + +-- ============================================= +-- Author: S.E.Locatelli +-- Create date: 2013.12.27 +-- Description: ricerca causali by conditio +-- ============================================= +create PROCEDURE stp_vscm_getByConditio +( + @conditio INT = 0 +) +AS + +SELECT value, label, conditio +FROM v_selCausaliMacchine +WHERE (conditio = @conditio) + + +RETURN +go + +-- ============================================= +-- Author: S.E.Locatelli +-- Create date: 2013.12.27 +-- Description: ricerca causali by conditio + valore corrente (x storico) +-- ============================================= +create PROCEDURE stp_vscm_getByConditioAndCurr +( + @conditio INT = 0, + @currVal INT = 0 +) +AS + +DECLARE @trovati INT = 0 + +SELECT @trovati = COUNT(*) FROM v_selCausaliMacchine WHERE value=@currVal AND conditio = @conditio +-- controllo se c'è valore ok così... +IF @trovati=1 + BEGIN + SELECT value, label, conditio + FROM v_selCausaliMacchine + WHERE (conditio = @conditio) + END +ELSE + BEGIN + SELECT @currVal, '--- ### ---', @conditio + + UNION + + SELECT value, label, conditio + FROM v_selCausaliMacchine + WHERE (conditio = @conditio) + END + +RETURN +go + +commit +go + + +set xact_abort on +go + +begin transaction +go + +set ANSI_NULLS on +go + +/************************************* +* STORED PROCEDURE spt_AD_delete +* elimina la macchina (da famiglia macchina e anagMacchina) SE non ah record associati +* +* modif.: S.E.L. - 2013.12.06 +**************************************/ +create PROCEDURE spt_AD_delete +( + @Original_idxMacchina int +) +AS + +BEGIN tran + + + DECLARE @trovati INT = 0 + -- controllo se ha eventi associati ... + SELECT @trovati = @trovati + ISNULL(COUNT(*),0) FROM InterventiMtz WHERE idxMacchina = @Original_idxMacchina + -- controllo se ha eventi schedulati ... + SELECT @trovati = @trovati + ISNULL(COUNT(*),0) FROM MtzProgPending WHERE idxMacchina = @Original_idxMacchina + + -- elimino solo se ZERO elementia ssociati.. + + IF (@trovati = 0) + BEGIN + + DELETE + FROM Macchine2FamMacchine + WHERE idxMacchina = @Original_idxMacchina + + DELETE + FROM AnagMacchine + WHERE idxMacchina = @Original_idxMacchina + + END + + +COMMIT tran + +RETURN +go + +commit +go + + +set xact_abort on +go + +begin transaction +go + +set ANSI_NULLS on +go + +-- ============================================= +-- Author: S.E.Locatelli +-- Create date: 2013.12.27 +-- Description: ricerca causali by conditio + valore corrente (x storico) +-- ============================================= +alter PROCEDURE stp_vscm_getByConditioAndCurr +( + @conditio INT = 0, + @currVal INT = 0 +) +AS +DECLARE @trovati INT = 0 + +SELECT @trovati = COUNT(*) FROM v_selCausaliMacchine WHERE value=@currVal AND conditio = @conditio +-- controllo se c'è valore ok così... +IF @trovati=1 + BEGIN + SELECT value, label, conditio + FROM v_selCausaliMacchine + WHERE (conditio = @conditio) + END +ELSE + BEGIN + SELECT @currVal as value, '--- ### ---' as label, @conditio as conditio + + UNION + + SELECT value, label, conditio + FROM v_selCausaliMacchine + WHERE (conditio = @conditio) + END + + +RETURN +go + +commit +go + + + + + +-- registro versione... +INSERT INTO [dbo].[LogUpdateDb] ([Versione],[Data]) VALUES(229, GETDATE()) +GO +SELECT * FROM LogUpdateDb ORDER BY versione DESC +GO \ No newline at end of file diff --git a/Projects/WebGIM/GIM_site/sql/Applicazione/V1.4 USA/GIM_0232.sql b/Projects/WebGIM/GIM_site/sql/Applicazione/V1.4 USA/GIM_0232.sql new file mode 100644 index 0000000..bc7a9db --- /dev/null +++ b/Projects/WebGIM/GIM_site/sql/Applicazione/V1.4 USA/GIM_0232.sql @@ -0,0 +1,40 @@ +-- FARE A MANO!!!! + +SELECT * +FROM AnagFamMacchine + +SELECT * +FROM anagcausali +WHERE idxFamMacchine = 1 + +-- creare nuova anag fam macchine +-- aggiornare causali alla nuova +UPDATE anagcausali +SET idxFamMacchine = 54 -- verificare su loro db dopo aver creato "DEFAULT MTZ - do not modify" +WHERE idxFamMacchine = 1 + +-- riportare la prima causale come ND a quella "default" +UPDATE anagcausali +SET idxFamMacchine = 1 +WHERE idxCausale = 1 + +-- aggiungere a mano "axis"... +-- mettere la causale num 1 come N.A. e NON attiva... +-- cambiare nomi tra nuova famiglia e muratec +UPDATE AnagFamMacchine +SET nomeFamMacch = 'DEFAULT MTZ - do not modify' +WHERE idxFamMacchine = 1 + +-- cambiare nomi tra nuova famiglia e muratec +UPDATE AnagFamMacchine +SET nomeFamMacch = 'MURATEC' +WHERE idxFamMacchine = 54 -- verificare su loro db dopo aver creato "DEFAULT MTZ - do not modify" + + + + +-- registro versione... +INSERT INTO [dbo].[LogUpdateDb] ([Versione],[Data]) VALUES(232, GETDATE()) +GO +SELECT * FROM LogUpdateDb ORDER BY versione DESC +GO \ No newline at end of file