git-svn-id: svn://10.65.10.50/branches/R_10_00@20818 c028cbd2-c16b-5b4b-a496-9718f37d4682
54 lines
1.5 KiB
C
Executable File
54 lines
1.5 KiB
C
Executable File
//campi maschera ha0300a.uml
|
|
|
|
#define F_CODNUM 201
|
|
#define F_TIPODOC 202
|
|
#define F_PROVV 203
|
|
#define F_ANNO 204
|
|
|
|
#define F_TIPOCF 205
|
|
#define F_CODCF 206
|
|
#define F_DESCF 207
|
|
|
|
#define F_CODCONTR 210
|
|
#define F_DESCONTR 211
|
|
#define F_CODLIS 212
|
|
#define F_DESLIS 213
|
|
|
|
#define F_NDOC 215
|
|
#define F_DATADOC 216
|
|
#define F_STATO 217
|
|
|
|
#define F_CODAG 220
|
|
#define F_DESCRAG 221
|
|
#define F_CODPAG 222
|
|
#define F_DESCRPAG 223
|
|
#define F_TIPOCONTR 224
|
|
#define F_DATACOMP 225
|
|
#define F_DATAFCOMP 226
|
|
#define F_ANTICIPATO 227
|
|
#define F_RESTITUITO 228
|
|
|
|
#define F_RIGHE 500 //questo va messo 500 sennò ve0 si incazza e non funziona più
|
|
|
|
//campi della maschera riga sheet
|
|
#define S_CODART 101
|
|
#define S_DESCR 102
|
|
#define S_UMQTA 103
|
|
#define S_PREZZO 104
|
|
#define S_PREMIO 105
|
|
#define S_RICARICO 106
|
|
#define S_MATURATO 107
|
|
|
|
//vadetecum per il sagace programmatore sui campi dei CONTRATTI PREMI HARDY
|
|
|
|
//campo msk/sheet campo file tipo riga
|
|
//S_PREMIO QTAGG1 H01
|
|
//S_RICARICO QTAGG2 H01
|
|
//S_MATURATO QTAGG5 H01
|
|
|
|
// QTAGG3 H01 - H02 -> usato come campo di appoggio per gli importi in elaborazione ha0500
|
|
//F_ANTICIPATO QTAGG4 H02
|
|
//F_RESTITUITO QTAGG5 H02
|
|
|
|
//ATTENZIONE! QTA H01 - H02 -> usato come campo di appoggio per umqta in elaborazione ha0500
|
|
//ATTANZIONE! UMQTA H01 - H02 -> usato come campo di appoggio per qta in elaborazione ha0500
|