25 lines
525 B
C
25 lines
525 B
C
|
#define F_TUTTE 101
|
||
|
#define F_VALUTA 102
|
||
|
#define F_DATACAMBIO 103
|
||
|
#define F_CAMBIO 104
|
||
|
#define F_PARTITE 105
|
||
|
|
||
|
#define F_DOCUMENTI_P 201
|
||
|
#define F_PAGAMENTI_P 202
|
||
|
#define F_IMPORTI_P 203
|
||
|
#define F_SALDO_P 204
|
||
|
|
||
|
#define F_DATA_R 301
|
||
|
#define F_IMPORTO_R 303
|
||
|
|
||
|
#define F_DATA_S 401
|
||
|
#define F_IMPORTO_S 402
|
||
|
#define F_PAGAMENTI_S 403
|
||
|
#define F_SALDO_S 404
|
||
|
|
||
|
#define F_DATA_PAG 501
|
||
|
#define F_IMPORTO_PAG 502
|
||
|
#define F_ABBUONI_PAG 503
|
||
|
#define F_DIFFCAM_PAG 504
|
||
|
|