git-svn-id: svn://10.65.10.50/branches/R_10_00@23236 c028cbd2-c16b-5b4b-a496-9718f37d4682
18 lines
408 B
C
Executable File
18 lines
408 B
C
Executable File
|
|
#ifndef __RCAUSALI_H
|
|
#define __RCAUSALI_H
|
|
|
|
#define RCA_CODCAUS "CODCAUS"
|
|
#define RCA_NRIGA "NRIGA"
|
|
#define RCA_GRUPPO "GRUPPO"
|
|
#define RCA_CONTO "CONTO"
|
|
#define RCA_SOTTOCONTO "SOTTOCONTO"
|
|
#define RCA_DESC "DESC"
|
|
#define RCA_CODDESC "CODDESC"
|
|
#define RCA_SEZIONE "SEZIONE"
|
|
#define RCA_TIPOCF "TIPOCF"
|
|
#define RCA_RIGAIVA "RIGAIVA"
|
|
#define RCA_CODIVA "CODIVA"
|
|
|
|
#endif
|