campo-sirio/src/cg/cg3600.h
bonazzi 9fa6307e6e Patch level : 12.0 310 314
Files correlati     : 

Modifica CRPA

Separata la contabilità separata dalla contabilitòà.

git-svn-id: svn://10.65.10.50/branches/R_10_00@23443 c028cbd2-c16b-5b4b-a496-9718f37d4682
2016-12-13 13:52:34 +00:00

50 lines
1.1 KiB
C
Executable File

#define F_CODDITTA 101
#define F_RAGSOC 102
#define F_TIPO 103
#define F_GRUPPO 104
#define F_DESGRUPPO 105
#define F_CONTO 106
#define F_DESCONTO 107
#define F_SOTTOCONTO 108
#define F_DESSOTTOC 109
#define F_CLIENTE 206
#define F_RAGSOCCLI 207
#define F_PAIVCLI 208
#define F_COFICLI 209
#define F_FORNITORE 306
#define F_RAGSOCFOR 307
#define F_PAIVFOR 308
#define F_COFIFOR 309
#define F_ESERCIZIO 110
#define F_DADATA 111
#define F_ADATA 112
#define F_DACAUSALE 113
#define F_DADESCAUS 114
#define F_ACAUSALE 115
#define F_ADESCAUS 116
#define F_PROVVIS 117
#ifdef CONT_SEP
#define F_ST_CONTSEP 118
#define F_END 119
#else
#define F_END 118
#endif
#define F_MASTRINI 200
#define F_TOTRIG_SAL 201
#define F_TOTRIG_DAR 202
#define F_TOTRIG_AVE 203
#define F_TOTPER_SAL 211
#define F_TOTPER_DAR 212
#define F_TOTPER_AVE 213
#define F_TOTATT_SAL 221
#define F_TOTATT_DAR 222
#define F_TOTATT_AVE 223
#define F_TOTPRO_SAL 231
#define F_TOTPRO_DAR 232
#define F_TOTPRO_AVE 233