34 lines
716 B
C
Executable File
34 lines
716 B
C
Executable File
#ifndef __PCONTI_H
|
|
#define __PCONTI_H
|
|
|
|
#define PCN_GRUPPO "GRUPPO"
|
|
#define PCN_CONTO "CONTO"
|
|
#define PCN_SOTTOCONTO "SOTTOCONTO"
|
|
#define PCN_DESCR "DESCR"
|
|
#define PCN_INDBIL "INDBIL"
|
|
#define PCN_TMCF "TMCF"
|
|
#define PCN_STSOTTBIL "STSOTTBIL"
|
|
#define PCN_TIPOSPRIC "TIPOSPRIC"
|
|
#define PCN_CODCBL "CODCBL"
|
|
#define PCN_STSOTTAB "STSOTTAB"
|
|
#define PCN_SEZSALDI "SEZSALDI"
|
|
#define PCN_SOSPESO "SOSPESO"
|
|
#define PCN_COMPENS "COMPENS"
|
|
|
|
#define PCN_SEZIVD "SEZIVD"
|
|
#define PCN_LETTIVD "LETTIVD"
|
|
#define PCN_NUMRIVD "NUMRIVD"
|
|
#define PCN_NUMIVD "NUMIVD"
|
|
|
|
#define PCN_SEZIVDOPP "SEZIVDOPP"
|
|
#define PCN_LETTIVDOPP "LETTIVDOPP"
|
|
#define PCN_NUMRIVDOPP "NUMRIVDOPP"
|
|
#define PCN_NUMIVDOPP "NUMIVDOPP"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|