3a770ee656
Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 01.05 patch 648 git-svn-id: svn://10.65.10.50/trunk@8633 c028cbd2-c16b-5b4b-a496-9718f37d4682
25 lines
962 B
C
Executable File
25 lines
962 B
C
Executable File
#ifndef __EF0500_H
|
|
#define __EF0500_H
|
|
|
|
// DEFINIZIONE CAMPI MASCHERA PER LA EMISSIONE DEGLI EFFETTI
|
|
// campi maschera ef0500a.uml
|
|
|
|
#define F_TIPODIST 101
|
|
#define F_NUMBER 102
|
|
#define F_NUMBERRIGA 103
|
|
#define F_TIPOEMIS 104
|
|
#define F_EMIS 105
|
|
#define F_UNITA 106
|
|
#define F_FOR_OUT 107
|
|
#define F_NCOPIE 108
|
|
#define F_TIPORD 109
|
|
#define F_TIPOST 110
|
|
#define F_DATAEMIS 111
|
|
#define F_RIST 112
|
|
#define F_NOMEFILE 113
|
|
#define F_TIPOCF 114
|
|
#define F_DETTAGLIO 115
|
|
#define F_FORCESEP 116
|
|
|
|
#endif //__EF0500_H
|