Patch level : 10.0 140

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :

Legata la causale 770 al codice tributo e la sepa a qyest'ultimo


git-svn-id: svn://10.65.10.50/trunk@17372 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2008-10-07 15:47:17 +00:00
parent d6f2642143
commit 7a2b11423f
2 changed files with 20 additions and 2 deletions

View File

@ -25,6 +25,7 @@
#define SPP_CODTRB 125
#define SPP_CODTRB1 126
#define SPP_SEZIONE 127
#define SPP_CODCAUS770 128
#define SPP_CDC_V1 130
#define SPP_CDC_V2 131

View File

@ -356,12 +356,29 @@ BEGIN
CHECKTYPE NORMAL
END
NUMBER SPP_CODCAUS770 2
BEGIN
PROMPT 2 21 "Codice causale "
USE %CA7 SELECT I0==#SPP_CODTRB
INPUT CODTAB SPP_CODCAUS770
DISPLAY "Cod.caus." CODTAB
DISPLAY "Cod.trib." I0
DISPLAY "Art.bil." I3
DISPLAY "Quadro " S1
DISPLAY "Descrizione @60" S0
OUTPUT SPP_CODCAUS770 CODTAB
FLAGS "Z"
CHECKTYPE NORMAL
KEY 1
END
LISTBOX SPP_SEZIONE 6
BEGIN
PROMPT 2 21 "Sezione per cooperative "
PROMPT 20 21 "Sezione per cooperative "
FIELD S11
ITEM "D|Dare"
ITEM "A|Avere"
ITEM "A|Avere"
END
ENDPAGE