Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 3.2 patch 1092 git-svn-id: svn://10.65.10.50/trunk@16352 c028cbd2-c16b-5b4b-a496-9718f37d4682
27 lines
761 B
C
Executable File
27 lines
761 B
C
Executable File
#ifndef __RMOVIVA_H
|
|
#define __RMOVIVA_H
|
|
|
|
#define RMI_ANNOES "ANNOES"
|
|
#define RMI_NUMREG "NUMREG"
|
|
#define RMI_NUMRIG "NUMRIG"
|
|
#define RMI_TIPODOC "TIPODOC"
|
|
#define RMI_CODIVA "CODIVA"
|
|
#define RMI_IMPONIBILE "IMPONIBILE"
|
|
#define RMI_IMPOSTA "IMPOSTA"
|
|
#define RMI_TIPODET "TIPODET"
|
|
#define RMI_TIPOCR "TIPOCR"
|
|
#define RMI_INTRA "INTRA"
|
|
#define RMI_RICSER "RICSER"
|
|
#define RMI_CORRLIRE "CORRLIRE"
|
|
#define RMI_CORRVALUTA "CORRVALUTA"
|
|
#define RMI_GRUPPO "GRUPPO"
|
|
#define RMI_CONTO "CONTO"
|
|
#define RMI_SOTTOCONTO "SOTTOCONTO"
|
|
#define RMI_TIPOATT "TIPOATT"
|
|
#define RMI_TIPOC "TIPOC"
|
|
#define RMI_RIGAIMP "RIGAIMP"
|
|
#define RMI_RIGAIVA "RIGAIVA"
|
|
#define RMI_NAVP "NAVP"
|
|
|
|
#endif
|