- Gestione agenti - Gestione provvigioni - Gestione tabelle Da fare: stampe varie git-svn-id: svn://10.65.10.50/trunk@5108 c028cbd2-c16b-5b4b-a496-9718f37d4682
39 lines
1.5 KiB
C
Executable File
39 lines
1.5 KiB
C
Executable File
// Campi maschera pr0700b.uml
|
|
|
|
#define F_CODAGE 201
|
|
#define F_RAGSOC 202
|
|
#define F_DOC_SHEET 203
|
|
#define F_RATE_SHEET 204
|
|
#define F_MANNO 205
|
|
#define F_MCODNUM 206
|
|
#define F_MNDOC 207
|
|
|
|
// Sheet documenti
|
|
#define F_ANNO 101
|
|
#define F_CODNUM 102
|
|
#define F_NDOC 103
|
|
#define F_DATADOC 104
|
|
#define F_IMPDOC 105
|
|
#define F_IMPPRDOC 106
|
|
#define F_IMPNETDOC 107
|
|
#define F_CLIENTE 108
|
|
#define F_TIPOPAG 109
|
|
#define F_CODVAL 110
|
|
#define F_CAMBIO 111
|
|
#define F_DATACAMBIO 112
|
|
#define F_RAGCLI 113
|
|
|
|
|
|
// Sheet rate
|
|
#define F_RATA 101
|
|
#define F_DATASCAD 102
|
|
#define F_IMPRATA 103
|
|
#define F_IMPPROVV 104
|
|
#define F_PAGMAT 105
|
|
#define F_PROVVMAT 106
|
|
#define F_PAGATO 107
|
|
#define F_PROVVPAG 108
|
|
#define F_SALDATA 109
|
|
#define F_TIPOPAGPR 110
|
|
|