abb57ee779
Files correlati : Ricompilazione Demo : [ ] Commento :aggiunta fase alle ripartizioni git-svn-id: svn://10.65.10.50/trunk@16609 c028cbd2-c16b-5b4b-a496-9718f37d4682
19 lines
479 B
C
Executable File
19 lines
479 B
C
Executable File
#ifndef __RIP_H
|
|
#define __RIP_H
|
|
|
|
#define RIP_TIPO "TIPO"
|
|
#define RIP_CODICE "CODICE"
|
|
#define RIP_GRUPPO "GRUPPO"
|
|
#define RIP_CONTO "CONTO"
|
|
#define RIP_SOTTOCONTO "SOTTOCONTO"
|
|
#define RIP_CODCOSTO "CODCOSTO"
|
|
#define RIP_CODCMS "CODCMS"
|
|
#define RIP_CODFASE "CODFASE"
|
|
#define RIP_DESCRIZ "DESCRIZ"
|
|
#define RIP_TIPORIP "TIPORIP"
|
|
#define RIP_ANNOES "ANNOES"
|
|
#define RIP_INDBIL "INDBIL"
|
|
#define RIP_CLASSEMOV "CLASSEMOV"
|
|
|
|
#endif
|