21 lines
584 B
C
21 lines
584 B
C
|
//definizioni campi per la maschera ce4200a.uml (calcolo cespiti per commessa)
|
||
|
#define F_DITTA 201
|
||
|
#define F_RAGSOC 202
|
||
|
#define F_ESERCIZIO 203
|
||
|
#define F_INIZIO_ES 204
|
||
|
#define F_FINE_ES 205
|
||
|
#define F_DA_IDCESPITE 206
|
||
|
#define F_DA_DESC 207
|
||
|
#define F_A_IDCESPITE 208
|
||
|
#define F_A_DESC 209
|
||
|
#define F_CODNUM 211
|
||
|
#define F_DESNUM 212
|
||
|
#define F_TIPODOC 213
|
||
|
#define F_DESTIPODOC 214
|
||
|
#define F_TIPORIGA 215
|
||
|
#define F_DESTIPORIGA 216
|
||
|
#define F_CODIVA 217
|
||
|
#define F_DESIVA 218
|
||
|
#define F_STAMPA 219
|
||
|
|