978a74842d
Files correlati : lv0.exe, lvtbcau.msk Ricompilazione Demo : [ ] Commento : Aggiunta la gestione delle causali di magazzino (solo campi di lavanderia) nelle causali di lavanderia git-svn-id: svn://10.65.10.50/trunk@18208 c028cbd2-c16b-5b4b-a496-9718f37d4682
25 lines
902 B
C
Executable File
25 lines
902 B
C
Executable File
//campi maschera lvtbcau (Tabella CAUSALI LAVANDERIE )
|
|
#define F_COD_CAUSALE 101
|
|
#define F_DES_CAUSALE 102
|
|
#define F_DES_BREVE 103
|
|
#define F_RITIRATO 104
|
|
#define F_CAUSALE_RITIRO 105
|
|
#define F_DES_CAUSALE_RITIRO 106
|
|
#define F_SGNDOTIN_R 107
|
|
#define F_SGNDOTOD_R 108
|
|
#define F_SGNDOTTM_R 109
|
|
#define F_SGNCONYR_R 110
|
|
#define F_SGNCONMN_R 111
|
|
#define F_CONSEGNATO 112
|
|
#define F_CAUSALE_CONSEGNA 113
|
|
#define F_DES_CAUSALE_CONSEGNA 114
|
|
#define F_SGNDOTIN_C 115
|
|
#define F_SGNDOTOD_C 116
|
|
#define F_SGNDOTTM_C 117
|
|
#define F_SGNCONYR_C 118
|
|
#define F_SGNCONMN_C 119
|
|
#define F_CAUSALE_RESO 120
|
|
#define F_CAUSALE_ROTTO 121
|
|
//#define F_STAMPA_BOLLA 117
|
|
//#define F_CALC_IMPORTO 118
|
|
//#define F_CONTR_DOTAZIONE 119
|