6a3c5a4aee
Files correlati : lv0 Ricompilazione Demo : [ ] Commento : 0001087: Tabella causali lavanderie ... aggiuntgere campo descrizione breve Descrizione Aggiungere campo descrizione breve alla tabella in oggetto. Il campo deve essere lungo 10 bytes git-svn-id: svn://10.65.10.50/trunk@17940 c028cbd2-c16b-5b4b-a496-9718f37d4682
14 lines
509 B
C
Executable File
14 lines
509 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_CONSEGNATO 107
|
|
#define F_CAUSALE_CONSEGNA 108
|
|
#define F_DES_CAUSALE_CONSEGNA 109
|
|
#define F_CAUSALE_RESO 110
|
|
#define F_STAMPA_BOLLA 111
|
|
#define F_CALC_IMPORTO 112
|
|
#define F_CONTR_DOTAZIONE 113 |