1995-08-09 09:54:36 +00:00
|
|
|
#ifndef __SCADENZE_H
|
|
|
|
#define __SCADENZE_H
|
|
|
|
|
|
|
|
#define SCAD_TIPOCF "TIPOC"
|
|
|
|
#define SCAD_GRUPPO "GRUPPO"
|
|
|
|
#define SCAD_CONTO "CONTO"
|
|
|
|
#define SCAD_SOTTOCONTO "SOTTOCONTO"
|
|
|
|
#define SCAD_ANNO "ANNO"
|
|
|
|
#define SCAD_NUMPART "NUMPART"
|
|
|
|
#define SCAD_NRIGA "NRIGA"
|
|
|
|
#define SCAD_NRATA "NRATA"
|
|
|
|
#define SCAD_CODPAG "CODPAG"
|
|
|
|
#define SCAD_TIPOPAG "TIPOPAG"
|
|
|
|
#define SCAD_ULTCLASS "ULTCLASS"
|
|
|
|
#define SCAD_IMPORTO "IMPORTO"
|
|
|
|
#define SCAD_IMPORTOVAL "IMPORTOVAL"
|
|
|
|
#define SCAD_DATASCAD "DATASCAD"
|
|
|
|
#define SCAD_NSOLL "NSOLL"
|
|
|
|
#define SCAD_DATASOLL "DATASOLL"
|
|
|
|
#define SCAD_GGRIT "GGRIT"
|
|
|
|
#define SCAD_PAGATA "PAGATA"
|
|
|
|
#define SCAD_IMPORTOPAG "IMPORTOPAG"
|
2010-05-27 14:14:38 +00:00
|
|
|
#define SCAD_IMPORTOANT "IMPORTOANT"
|
1995-08-09 09:54:36 +00:00
|
|
|
#define SCAD_CODABIPR "CODABIPR"
|
|
|
|
#define SCAD_CODCABPR "CODCABPR"
|
1995-09-01 15:09:23 +00:00
|
|
|
#define SCAD_CODABI "CODABI"
|
|
|
|
#define SCAD_CODCAB "CODCAB"
|
|
|
|
#define SCAD_CODAG "CODAG"
|
1996-01-31 11:53:58 +00:00
|
|
|
#define SCAD_DESCR "DESCR"
|
|
|
|
#define SCAD_BLOCCATA "BLOCCATA"
|
2015-03-31 06:16:17 +00:00
|
|
|
#define SCAD_MOTIVO "MOTIVO"
|
1996-06-04 14:54:43 +00:00
|
|
|
#define SCAD_TNRIGA "TNRIGA"
|
|
|
|
#define SCAD_TNRATA "TNRATA"
|
1995-08-09 09:54:36 +00:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|