diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_anagTags.ascx b/Projects/WebGIM/GIM_site/WebUserControls/mod_anagTags.ascx index 2deeeb6..072df87 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_anagTags.ascx +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_anagTags.ascx @@ -1,6 +1,10 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_anagTags.ascx.cs" Inherits="GIM_site.WebUserControls.mod_anagTags" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %> + +

FARE GESTIONE SINONIMI

+in modo da ricodificare i tags (salvando l'operazione in tab sinonimi x successivi import e però spostando i collegamenti verso items e macchine ai tags "raggruppati") + diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_magRic.ascx b/Projects/WebGIM/GIM_site/WebUserControls/mod_magRic.ascx index 1be23e0..67cd087 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_magRic.ascx +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_magRic.ascx @@ -2,114 +2,114 @@ <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %> <%@ Register Src="~/WebUserControls/mod_tag2Item.ascx" TagPrefix="uc1" TagName="mod_tag2Item" %> -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + <%----%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-
\ No newline at end of file +
diff --git a/Projects/WebGIM/GIM_site/sql/GIM_1.6.256.sql b/Projects/WebGIM/GIM_site/sql/GIM_1.6.256.sql index 691b949..0f1905e 100644 --- a/Projects/WebGIM/GIM_site/sql/GIM_1.6.256.sql +++ b/Projects/WebGIM/GIM_site/sql/GIM_1.6.256.sql @@ -34,5 +34,16 @@ exec voc.stp_insNewLemma 'anagTagsLong', 'Gestione Etichette (per raggruppamenti exec voc.stp_insNewLemma 'TagCode', 'Cod. Tag' exec voc.stp_insNewLemma 'Class', 'Classe' exec voc.stp_insNewLemma 'TagDescr', 'Descrizione Tag' +exec voc.stp_insNewLemma 'Famiglia', 'Famiglia' +exec voc.stp_insNewLemma 'NomeCostruttore', 'Nome Costruttore' +exec voc.stp_insNewLemma 'CodCostruttore', 'Cod. Costruttore' +exec voc.stp_insNewLemma 'CodSomaschini', 'Cod. Somaschini' +exec voc.stp_insNewLemma 'QtaMin', 'Qta Min' +exec voc.stp_insNewLemma 'QtaLotto', 'Qta Lotto' +exec voc.stp_insNewLemma 'Valore', 'Valore' +exec voc.stp_insNewLemma 'Giacenza', 'Giacenza' +exec voc.stp_insNewLemma 'CodLocazione', 'Cod Locazione' +exec voc.stp_insNewLemma 'DescrLocazione', 'Locazione' +exec voc.stp_insNewLemma 'dtLastUpd', 'Last Update'