cbb608d183
Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 1.5 fino alla patch 811 git-svn-id: svn://10.65.10.50/trunk@8985 c028cbd2-c16b-5b4b-a496-9718f37d4682
22 lines
546 B
C
Executable File
22 lines
546 B
C
Executable File
#ifndef __ST0400A_H
|
|
#define __ST0400A_H
|
|
|
|
#define F_FREQUENZA 100
|
|
#define F_NO_CODICE 101
|
|
#define F_NO_MAGAZZINO 102
|
|
#define F_NO_RAGGRUPPA 103
|
|
#define F_MERCE 111
|
|
#define F_PRESTAZIONI 112
|
|
#define F_OMAGGI 113
|
|
#define F_RAGGRUPPA_OMAGGI 114
|
|
#define F_AGENTE 121
|
|
#define F_CLIENTE 122
|
|
#define F_ZONA 123
|
|
#define F_GIACENZA 124
|
|
#define F_MAGAZZINO 125
|
|
#define F_CATVEND 126
|
|
#define F_SPESEDOC 127
|
|
#define F_VALFLD 128
|
|
|
|
#endif
|