From 4571a16507bfececee976cc4d9175be03610eed0 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 5 Apr 2011 10:25:00 +0000 Subject: [PATCH] Patch level : 10.970 Files correlati : ve0.exe tutti i profili Ricompilazione Demo : [ ] Commento : MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug 0001766: Gestione documenti e note cliente/fornitore E possibile visualizzare le note cliente (come la nota che blocca l'immissione) scegliendo nell'inserimento della nota (con un' altra check box : Solo visualizzazione) . Ovviamente se scelta questa funzionalità la nota non dovrà essere riportata nel campo note del documento Bisogna verificare che la modifica funzioni sui profili personalizzati senza modifcarli. La modifica andrà comun que fatta prima o poi e consiste nel togliere sui campi 182 (Codice note) e 359 (Descrizione l'output sul campo 359 E' stata modificata anche la ricerca sulle note cliente della maschera dei clienti/fornitori git-svn-id: svn://10.65.10.50/branches/R_10_00@21885 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg0200a.uml | 4 ++-- cg/cgtbnot.h | 1 + cg/cgtbnot.uml | 11 ++++++++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/cg/cg0200a.uml b/cg/cg0200a.uml index 22f0c3ebd..f44bed506 100755 --- a/cg/cg0200a.uml +++ b/cg/cg0200a.uml @@ -1287,9 +1287,9 @@ BEGIN FLAGS "U" INPUT CODTAB F_CODNOTE DISPLAY "Codice nota" CODTAB - DISPLAY "Destinazione@30" S0 + DISPLAY "Nota@30" S0 DISPLAY "Blocca Immissione" B0 - DISPLAY "Documento" B1 + DISPLAY "Solo visualizzazione" B1 OUTPUT F_CODNOTE CODTAB HELP "Codice note cliente/fornitore" CHECKTYPE NORMAL diff --git a/cg/cgtbnot.h b/cg/cgtbnot.h index ff2f6ba18..706182e2a 100755 --- a/cg/cgtbnot.h +++ b/cg/cgtbnot.h @@ -3,6 +3,7 @@ #define F_NOT_COD 101 #define F_NOT_DESC 102 #define F_NOT_BLOCCA 103 +#define F_NOT_SOLOVIS 104 diff --git a/cg/cgtbnot.uml b/cg/cgtbnot.uml index bf0da6f9d..3a8e81fc8 100755 --- a/cg/cgtbnot.uml +++ b/cg/cgtbnot.uml @@ -32,15 +32,24 @@ BOOLEAN F_NOT_BLOCCA BEGIN PROMPT 3 3 "Blocca immissione" HELP "Indicare se bloccare l'inserimento del documento" +MESSAGE TRUE ENABLE,F_NOT_SOLOVIS +MESSAGE FALSE CLEAR,F_NOT_SOLOVIS FIELD B0 END MEMO F_NOT_DESC 75 -2 BEGIN - PROMPT 1 5 "Descrizione" + PROMPT 1 7 "Descrizione" HELP "Descrizione della nota del cliente" CHECKTYPE SEARCH END +BOOLEAN F_NOT_SOLOVIS +BEGIN +PROMPT 3 5 "Solo visualizzazione" +HELP "Indicare se la nota deve essere solo visualizzata" +FIELD B1 +END + ENDPAGE ENDMASK