f67107175e
Files correlati : Ricompilazione Demo : [ ] Commento : Aggiunto uno sconto e un ricarico descrittivi alla categoria di vendita git-svn-id: svn://10.65.10.50/branches/R_10_00@22213 c028cbd2-c16b-5b4b-a496-9718f37d4682
16 lines
349 B
C
Executable File
16 lines
349 B
C
Executable File
|
|
|
|
// campi maschera batbcve.msk
|
|
|
|
#define F_CODICE 101
|
|
#define F_DESCR 102
|
|
#define F_PROVV 103
|
|
#define F_GRUPPO 104
|
|
#define F_CONTO 105
|
|
#define F_DESCONTO 106
|
|
#define F_GRUPPOV 107
|
|
#define F_CONTOV 108
|
|
#define F_SOTTOCV 109
|
|
#define F_DESCRV 110
|
|
#define F_SCONTO 111
|
|
#define F_RICARICO 112 |