Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 3.1 patch 766 git-svn-id: svn://10.65.10.50/trunk@14628 c028cbd2-c16b-5b4b-a496-9718f37d4682
25 lines
525 B
C
Executable File
25 lines
525 B
C
Executable File
#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
|
|
|