e8950fdeb3
Files correlati : ci0.exe ci2.exe Ricompilazione Demo : [ ] Commento : Agiunta tabella listini Camibiato il metodo di cancellazione delle righe Gestione disponibilità git-svn-id: svn://10.65.10.50/branches/R_10_00@21542 c028cbd2-c16b-5b4b-a496-9718f37d4682
29 lines
832 B
C
Executable File
29 lines
832 B
C
Executable File
#ifndef __RILORE_H
|
|
#define __RILORE_H
|
|
|
|
#define RILORE_TIPO "TIPO"
|
|
#define RILORE_ID "ID"
|
|
#define RILORE_TIPORA "TIPORA"
|
|
#define RILORE_CODICE "CODICE"
|
|
#define RILORE_ANNO "ANNO"
|
|
#define RILORE_MESE "MESE"
|
|
#define RILORE_GIORNO "GIORNO"
|
|
#define RILORE_TPORA "TPORA"
|
|
#define RILORE_CODCOSTO "CODCOSTO"
|
|
#define RILORE_CODCMS "CODCMS"
|
|
#define RILORE_CODFASE "CODFASE"
|
|
#define RILORE_DADATA "DADATA"
|
|
#define RILORE_ADATA "ADATA"
|
|
#define RILORE_QTAORE "QTAORE"
|
|
#define RILORE_CODLIST "CODLIST"
|
|
#define RILORE_COSTO "COSTO"
|
|
#define RILORE_PROVV "PROVV"
|
|
#define RILORE_ANNO "ANNO"
|
|
#define RILORE_CODNUM "CODNUM"
|
|
#define RILORE_NDOC "NDOC"
|
|
#define RILORE_IDRIGA "IDRIGA"
|
|
#define RILORE_CUP "CUP"
|
|
#define RILORE_CIG "CIG"
|
|
|
|
#endif
|