Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/branches/R_10_00@20932 c028cbd2-c16b-5b4b-a496-9718f37d4682
33 lines
1.2 KiB
C
Executable File
33 lines
1.2 KiB
C
Executable File
#define F_CODTIPO_FAT 201
|
|
#define F_DESCRTIPO_FAT 202
|
|
#define F_STATO_INI_FAT 203
|
|
#define F_STATO_FIN_FAT 204
|
|
//------------------------------
|
|
#define F_CO_ANT_NUM 205 //COntratti ANTicipo: NUMerazione
|
|
#define F_CO_ANT_TIP 207 //COntratti ANTicipo: TIPo
|
|
#define F_CO_ANT_SPE 208 //COntratti ANTicipo: codice SPEsa (è il codart della riga di tipo spesa, verigh02)
|
|
|
|
#define F_NA_ANT_NUM 210 //Note Accredito ANTicipo: NUMerazione
|
|
#define F_NA_ANT_TIP 212 //Note Accredito ANTicipo: TIPo
|
|
#define F_NA_ANT_SPE 213 //Note Accredito ANTicipo: codice SPEsa (è il codart delle righe delle note di accredito)
|
|
//------------------------------
|
|
#define F_CO_POST_NUM 215
|
|
#define F_CO_POST_TIP 217
|
|
//#define F_CO_POST_SPE 218 in teoria questo non potrebbe esistere!
|
|
|
|
#define F_NA_POST_NUM 220
|
|
#define F_NA_POST_TIP 222
|
|
#define F_NA_POST_SPE 223
|
|
//------------------------------
|
|
#define F_CO_RIFA_NUM 225
|
|
#define F_CO_RIFA_TIP 227
|
|
#define F_CO_RIFA_SPE 228
|
|
|
|
#define F_NA_RIFA_NUM 230
|
|
#define F_NA_RIFA_TIP 232
|
|
#define F_NA_RIFA_SPE 233
|
|
|
|
//==============================
|
|
//pagina 2
|
|
#define F_OUTPUT_PATH 250
|