29bdec473c
Files correlati : cgp4.exe cgp4100a.msk cgp4100a.ini omasa.ini Ricompilazione Demo : [ ] Commento : Importazione stipendi OMASA git-svn-id: svn://10.65.10.50/trunk@12010 c028cbd2-c16b-5b4b-a496-9718f37d4682
25 lines
527 B
C
Executable File
25 lines
527 B
C
Executable File
// campi della maschera
|
|
|
|
#define F_PERCORSO 101
|
|
#define F_DATAREG 102
|
|
#define F_CODCAUS 103
|
|
|
|
// campi del tracciato record
|
|
|
|
#define F_CODAZIENDA 0
|
|
#define F_CODDIP 1
|
|
#define F_VOCE 2
|
|
#define F_TIPOVOCE 3
|
|
#define F_QUOTAVOCE 4
|
|
#define F_VALOREVOCE 5
|
|
#define F_IMPORTO 6
|
|
#define F_CONTODARE 7
|
|
#define F_CONTOAVERE 8
|
|
#define F_CENTROCOSTO 9
|
|
#define F_SEDELAVORO 10
|
|
#define F_SEDEINPS 11
|
|
#define F_QUALIFICA 12
|
|
#define F_POSINAIL 13
|
|
#define F_VARIABILE 14
|
|
#define F_CONTRATTO 15
|
|
#define F_FILLER 16 |