0e580e607f
Files correlati : lv3.exe, lvtbcau.msk Ricompilazione Demo : [ ] Commento : Corrette le chiamate alla nuova classe TCausale_lavanderie 0001320: gestione conguaglio sulle causali lavanderie Descrizione: Sulla tabella delle causali lavanderia bisogna aggiungere un campo per la gestione del conguaglio uguale a quello delle quantità consegnato mese (e gli altri) perchè le causali tipo la 003 non devono movimentarlo. I documenti di trasporto devono gestirlo git-svn-id: svn://10.65.10.50/trunk@18919 c028cbd2-c16b-5b4b-a496-9718f37d4682
26 lines
938 B
C
Executable File
26 lines
938 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_MOV_CONGUAGLIO 122
|
|
//#define F_STAMPA_BOLLA 117
|
|
//#define F_CALC_IMPORTO 118
|
|
//#define F_CONTR_DOTAZIONE 119
|