57c332a0d4
git-svn-id: svn://10.65.10.50/trunk@2996 c028cbd2-c16b-5b4b-a496-9718f37d4682
18 lines
398 B
C
Executable File
18 lines
398 B
C
Executable File
// Mod.770 - Quadro E1
|
|
|
|
#ifndef __QUADROE1_H
|
|
#define __QUADROE1_H
|
|
|
|
#define QE1_CODDITTA "CODDITTA"
|
|
#define QE1_TIPOA "TIPOA"
|
|
#define QE1_CODANAGR "CODANAGR"
|
|
#define QE1_NPROG "NPROG"
|
|
#define QE1_CODCAUS "CODCAUS"
|
|
#define QE1_SOMME "SOMME"
|
|
#define QE1_AMMONTARE "AMMONTARE"
|
|
#define QE1_PERC "PERC"
|
|
#define QE1_IMPORTO "IMPORTO"
|
|
#define QE1_NETTO "NETTO"
|
|
|
|
#endif
|