Patch level : 10.1036

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :

Cambiato il nome del campo NOPROFIT in CONTSEP


git-svn-id: svn://10.65.10.50/branches/R_10_00@22314 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2011-06-23 15:46:10 +00:00
parent b2a2bb0fa7
commit 0449fed52d
5 changed files with 22 additions and 25 deletions

View File

@ -35,8 +35,8 @@
#define F_RICALTFORNITORE 166
#define F_CONTRATTOF 167
#define F_NOPROFIT 168
#define F_DESNOPROFIT 169
#define F_CONTSEP 168
#define F_DESCONTSEP 169
#define F_GRUPPOCLIFO 170
#define F_CONTOCLIFO 171

View File

@ -255,32 +255,30 @@ BEGIN
GROUP 5 6
END
STRING F_NOPROFIT 6
STRING F_CONTSEP 6
BEGIN
PROMPT 1 19 "Gest. No-profit "
PROMPT 1 19 "Contab.separata "
USE &NPENT
INPUT CODTAB F_NOPROFIT
INPUT CODTAB F_CONTSEP
DISPLAY "Codice@6" CODTAB
DISPLAY "Descrizione@50" S0
OUTPUT F_NOPROFIT CODTAB
OUTPUT F_DESNOPROFIT S0
OUTPUT F_CONTSEP CODTAB
OUTPUT F_DESCONTSEP S0
CHECKTYPE NORMAL
FIELD NOPROFIT
FIELD CONTSEP
END
STRING F_DESNOPROFIT 50 48
STRING F_DESCONTSEP 50
BEGIN
PROMPT 27 19 ""
USE &NPENT KEY 2
INPUT S0 F_DESNOPROFIT
INPUT S0 F_DESCONTSEP
DISPLAY "Descrizione@50" S0
DISPLAY "Codice@6" CODTAB
COPY OUTPUT F_NOPROFIT
COPY OUTPUT F_CONTSEP
CHECKTYPE NORMAL
END
ENDPAGE
PAGE "Righe" -1 -1 77 20

View File

@ -644,31 +644,30 @@ BEGIN
DRIVENBY F_VALUTAINTRA
END
STRING F_NOPROFIT 6
STRING F_CONTSEP 6
BEGIN
PROMPT 1 19 "Gest. No-profit "
PROMPT 1 19 "Contab.separata "
USE &NPENT
INPUT CODTAB F_NOPROFIT
INPUT CODTAB F_CONTSEP
DISPLAY "Codice@6" CODTAB
DISPLAY "Descrizione@50" S0
OUTPUT F_NOPROFIT CODTAB
OUTPUT F_DESNOPROFIT S0
OUTPUT F_CONTSEP CODTAB
OUTPUT F_DESCONTSEP S0
CHECKTYPE NORMAL
FIELD NOPROFIT
FIELD CONTSEP
END
STRING F_DESNOPROFIT 50 48
STRING F_DESCONTSEP 50
BEGIN
PROMPT 27 19 ""
USE &NPENT KEY 2
INPUT S0 F_DESNOPROFIT
INPUT S0 F_DESCONTSEP
DISPLAY "Descrizione@50" S0
DISPLAY "Codice@6" CODTAB
COPY OUTPUT F_NOPROFIT
COPY OUTPUT F_CONTSEP
CHECKTYPE NORMAL
END
BUTTON F_ADJUST_PRORATA 40
BEGIN
PROMPT 1 -1 "Corre~zione automatica righe contabili"

View File

@ -48,7 +48,7 @@ DNDOC|3|7|0|Documento originale NDOC
DATAINC|5|8|0|Data di incasso per liquidazione differita
LIQDIFF|8|1|0|Flag di movimento a liquidazione differita
CONTRATTO|1|18|0|Contratto con importo > 3000 Euro
NOPROFIT|1|6|0|Tipo di ente NO-PROFIT
CONTSEP|1|6|0|Contabilita' separata
4
NUMREG|
DATAREG+NUMREG|X

View File

@ -4,7 +4,7 @@ TOOLBAR "topbar" 0 0 0 2
#include <relapbar.h>
ENDPAGE
PAGE "Tipo No-profit" 0 2 0 0
PAGE "Contabilità separata" 2 0 0
STRING F_CODICE 6
BEGIN