7e53c26ed7
Files correlati : cg2.exe sc0.exe Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@12211 c028cbd2-c16b-5b4b-a496-9718f37d4682
36 lines
989 B
C
Executable File
36 lines
989 B
C
Executable File
#ifndef __PAGSCA_H
|
|
#define __PAGSCA_H
|
|
|
|
#define PAGSCA_ANNO "ANNO"
|
|
#define PAGSCA_NRIGA "NRIGA"
|
|
#define PAGSCA_NRATA "NRATA"
|
|
#define PAGSCA_NRIGP "NRIGP"
|
|
#define PAGSCA_NUMPART "NUMPART"
|
|
|
|
#define PAGSCA_IMPORTO "IMPORTO"
|
|
#define PAGSCA_IMPORTOVAL "IMPORTOVAL"
|
|
#define PAGSCA_RITENUTE "RITENUTE"
|
|
#define PAGSCA_RITSOC "RITSOC"
|
|
#define PAGSCA_ACCSAL "ACCSAL"
|
|
#define PAGSCA_ABBUONI "ABBUONI"
|
|
#define PAGSCA_PASSATT "PASSATT"
|
|
#define PAGSCA_DIFFCAM "DIFFCAM"
|
|
|
|
#define PAGSCA_CODABI "CODABI"
|
|
#define PAGSCA_CODCAB "CODCAB"
|
|
#define PAGSCA_CODAG "CODAG"
|
|
#define PAGSCA_CODABIPR "CODABIPR"
|
|
#define PAGSCA_CODCABPR "CODCABPR"
|
|
|
|
#define PAGSCA_TIPOC "TIPOC"
|
|
#define PAGSCA_GRUPPO "GRUPPO"
|
|
#define PAGSCA_CONTO "CONTO"
|
|
#define PAGSCA_SOTTOCONTO "SOTTOCONTO"
|
|
|
|
#define PAGSCA_TIPOCC "TIPOCC"
|
|
#define PAGSCA_GRUPPOC "GRUPPOC"
|
|
#define PAGSCA_CONTOC "CONTOC"
|
|
#define PAGSCA_SOTTOCONTC "SOTTOCONTC"
|
|
|
|
#endif
|