From 7a2b11423fef143efb12a1f9d9057921ea56bd86 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 7 Oct 2008 15:47:17 +0000 Subject: [PATCH] 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 --- ve/vetbspp.h | 1 + ve/vetbspp.uml | 21 +++++++++++++++++++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/ve/vetbspp.h b/ve/vetbspp.h index bf79e5f7c..cf80baf14 100755 --- a/ve/vetbspp.h +++ b/ve/vetbspp.h @@ -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 diff --git a/ve/vetbspp.uml b/ve/vetbspp.uml index 1241642f5..ea94b996d 100755 --- a/ve/vetbspp.uml +++ b/ve/vetbspp.uml @@ -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