19 lines
496 B
C
Executable File
19 lines
496 B
C
Executable File
#ifndef _FLD_RMOVIVA_H
|
|
#define _FLD_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"
|
|
|
|
#endif
|