Aggiunti alcuni campetti di grano

git-svn-id: svn://10.65.10.50/trunk@1156 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1995-03-23 17:17:50 +00:00
parent 341cf4d165
commit 24892bc3ed
3 changed files with 59 additions and 50 deletions

View File

@ -40,6 +40,7 @@
#define CLI_CODSTAT "CODSTAT" #define CLI_CODSTAT "CODSTAT"
#define CLI_CODABI "CODABI" #define CLI_CODABI "CODABI"
#define CLI_CODBAN "CODBAN" #define CLI_CODBAN "CODBAN"
#define CLI_CODAGE "CODAGE"
#define CLI_SCONTO "SCONTO" #define CLI_SCONTO "SCONTO"
#define CLI_CODVAL "CODVAL" #define CLI_CODVAL "CODVAL"
#define CLI_RAGGRB "RAGGRB" #define CLI_RAGGRB "RAGGRB"

View File

@ -28,7 +28,10 @@
#define PART_CODCAB "CODCAB" #define PART_CODCAB "CODCAB"
#define PART_CODAG "CODAG" #define PART_CODAG "CODAG"
#define PART_IMPTOTPAG "IMPTOTPAG" #define PART_IMPTOTPAG "IMPTOTPAG"
#define PART_RITENUTE "RITENUTE"
#define PART_DATARIFPAG "DATARIFPAG" #define PART_DATARIFPAG "DATARIFPAG"
#define PART_NUMRIFPAG "NUMRIFPAG" #define PART_NUMRIFPAG "NUMRIFPAG"
#define PART_NRATA "NRATA" #define PART_NRATA "NRATA"
#define PART_CHIUSA "CHIUSA" #define PART_CHIUSA "CHIUSA"
#define PART_CODABIPR "CODABIPR"
#define PART_CODCABPR "CODCABPR"

View File

@ -5,7 +5,10 @@
#define SCAD_TIPOPAG "TIPOPAG" #define SCAD_TIPOPAG "TIPOPAG"
#define SCAD_ULTCLASS "ULTCLASS" #define SCAD_ULTCLASS "ULTCLASS"
#define SCAD_IMPORTO "IMPORTO" #define SCAD_IMPORTO "IMPORTO"
#define SCAD_CODVAL "CODVAL"
#define SCAD_CAMBIO "CAMBIO"
#define SCAD_IMPORTOVAL "IMPORTOVAL" #define SCAD_IMPORTOVAL "IMPORTOVAL"
#define SCAD_DATACAMBIO "DATACAM"
#define SCAD_DATASCAD "DATASCAD" #define SCAD_DATASCAD "DATASCAD"
#define SCAD_TIPOCF "TIPOCF" #define SCAD_TIPOCF "TIPOCF"
#define SCAD_GRUPPO "GRUPPO" #define SCAD_GRUPPO "GRUPPO"
@ -16,3 +19,5 @@
#define SCAD_GGRIT "GGRIT" #define SCAD_GGRIT "GGRIT"
#define SCAD_PAGATA "PAGATA" #define SCAD_PAGATA "PAGATA"
#define SCAD_IMPORTOPAG "IMPORTOPAG" #define SCAD_IMPORTOPAG "IMPORTOPAG"
#define SCAD_CODABIPR "CODABIPR"
#define SCAD_CODCABPR "CODCABPR"