Patch level :10.0
Files correlati : Ricompilazione Demo : [ ] Commento : modifiche per la IV direttiva git-svn-id: svn://10.65.10.50/trunk@20265 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
32a4b4de3d
commit
216e75a17c
@ -8,6 +8,7 @@
|
||||
#define F_DESCR_LETT 106
|
||||
#define F_DESCR_CLAS 107
|
||||
#define F_SUB 108
|
||||
#define F_SOTSUB 109
|
||||
|
||||
|
||||
|
||||
|
@ -82,13 +82,14 @@ BEGIN
|
||||
DISPLAY "Sezione" CODTAB[1,1]
|
||||
DISPLAY "Lettera" CODTAB[2,2]
|
||||
DISPLAY "Classe @M" CODTAB[3,6]
|
||||
DISPLAY "Numero" CODTAB[7,10]
|
||||
DISPLAY "Numero" CODTAB[7,12]
|
||||
DISPLAY "Descrizione@50" S0
|
||||
OUTPUT F_NUM CODTAB[7,8]
|
||||
OUTPUT F_SUB CODTAB[9,10]
|
||||
OUTPUT F_SEZ CODTAB[1,1]
|
||||
OUTPUT F_LETT CODTAB[2,2]
|
||||
OUTPUT F_CLASSE CODTAB[3,6]
|
||||
OUTPUT F_NUM CODTAB[7,8]
|
||||
OUTPUT F_SUB CODTAB[9,10]
|
||||
OUTPUT F_SOTSUB CODTAB[11,12]
|
||||
MESSAGE EMPTY CLEAR,F_SUB
|
||||
MESSAGE ENABLE,F_SUB
|
||||
FIELD %IVD->CODTAB[7,8]
|
||||
@ -108,6 +109,13 @@ BEGIN
|
||||
KEY 1
|
||||
END
|
||||
|
||||
STRING F_SOTSUB 2
|
||||
BEGIN
|
||||
PROMPT 30 7 ""
|
||||
FIELD %IVD->CODTAB[11,12]
|
||||
KEY 1
|
||||
END
|
||||
|
||||
STRING F_DESCR 70 55
|
||||
BEGIN
|
||||
PROMPT 1 9 "Descrizione "
|
||||
|
@ -1,3 +1,3 @@
|
||||
19
|
||||
0
|
||||
$pcon|||147|0|Piano dei conti|NCON||
|
||||
$pcon|||151|0|Piano dei conti|NCON||
|
||||
|
@ -16,11 +16,11 @@ SOSPESO|8|1|0|Conto sospeso
|
||||
SEZIVD|1|1|0|Sezione IV direttiva CEE
|
||||
LETTIVD|1|1|0|Lettera IV direttiva CEE
|
||||
NUMRIVD|1|8|0|Numero romano IV direttiva CEE
|
||||
NUMIVD|1|4|0|Numero IV Direttiva CEE
|
||||
NUMIVD|1|6|0|Numero IV Direttiva CEE
|
||||
SEZIVDOPP|1|1|0|Sezione di sezione opposta IV direttiva CEE
|
||||
LETTIVDOPP|1|1|0|Lettera di sezione opposta IV direttiva CEE
|
||||
NUMRIVDOPP|1|8|0|Numero romano di sezione opposta IV direttiva CEE
|
||||
NUMIVDOPP|1|4|0|Numero di sezione opposta IV direttiva CEE
|
||||
NUMIVDOPP|1|6|0|Numero di sezione opposta IV direttiva CEE
|
||||
RICSER|2|1|0|Ricavi per servizi
|
||||
IVACOMP|1|4|0|Codice IVA di compensazione per regimi agricoli
|
||||
CMSNEEDED|8|1|0|Codice cdc/commessa obbligatorio in prima nota
|
||||
|
Loading…
x
Reference in New Issue
Block a user