Files correlati : fp Commento : - Aggiunto piccolo controllo preventivo durante l'esportazione degli XML - Aggiunto flag per non rendere il controllo bloccante - Sistemata banca di appoggio - Aggiunta gestione casse professionali
25 lines
572 B
C
25 lines
572 B
C
#define F_INDIRIZZO 201
|
|
#define F_DATABASE 202
|
|
#define F_USER 203
|
|
#define F_PASSWORD 204
|
|
#define F_FLDDEST 205
|
|
#define F_FLDUSRDEST 206
|
|
#define F_COFI 207
|
|
#define F_ESPORTAALLEG 208
|
|
#define F_ESPORTADOC 209
|
|
#define F_F8 210
|
|
#define F_CHECK_NOT_BLOCK 211
|
|
|
|
#define F_SETPATCH 301
|
|
#define F_ENPTYTABLE 302
|
|
#define F_DROPTABLE 303
|
|
#define F_REBORNDB 304
|
|
|
|
|
|
#define F_FORMPERS 401
|
|
|
|
#define S_TIPODOC 101
|
|
#define S_TIPORIGA 102
|
|
#define S_QTA 103
|
|
#define S_PREZZO 104
|
|
#define S_IMPONIBILE 105 |