9fb2626891
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/branches/R_10_00@22223 c028cbd2-c16b-5b4b-a496-9718f37d4682
81 lines
2.6 KiB
C
Executable File
81 lines
2.6 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
|
|
//esportazione dati
|
|
#define F_OUTPUT_PATH 250
|
|
#define F_CONCENTRATORE_PATH 251
|
|
#define F_TRANSACTION_PATH 252
|
|
#define F_OU_CARDOC_NUM 253
|
|
#define F_OU_CARDOC_TIP 254
|
|
#define F_OU_CARDOC_STA 255
|
|
#define F_OU_BARCODE_TIP 256
|
|
|
|
//importazione dati
|
|
#define F_INPUT_PATH 260
|
|
#define F_ARCHIVE_PATH 261
|
|
#define F_IN_TIPODOC_F 262
|
|
#define F_IN_TIPODOC_B 263
|
|
#define F_IN_TIPODOC_O 264
|
|
#define F_IN_TIPODOC_V 265
|
|
#define F_IN_CODCAUS 266
|
|
#define F_IN_DESCRCAUS 267
|
|
|
|
//comuni inportazione-esportazione
|
|
#define F_CODICI_IVA 270
|
|
|
|
//------------------------------
|
|
//campi sheet aliquote-codici iva
|
|
#define S_ALIQUOTA_IVA 101
|
|
#define S_CAMPO_CODIVA 102
|
|
#define S_CAMPO_CODIVA_DES 103
|
|
|
|
//==============================
|
|
//pagina 3
|
|
// configurazione Procedura Esselunga
|
|
#define F_E_PATH 301
|
|
#define F_E_PIVA_HARDY 302
|
|
#define F_E_PIVA_ESSELUNGA 303
|
|
#define F_E_COD_HARDY 304
|
|
#define F_E_COD_ESSELUNGA 305
|
|
#define F_E_TIPOEMISSIONE 306
|
|
#define F_E_DATACONF 307
|
|
|
|
//==============================
|
|
//pagina 4
|
|
//parametri documenti per generazione storico attrezzature
|
|
#define F_TIPO_DOC2ELAB 401
|
|
#define F_TIPO_DOC2ELAB_DESCR 402
|
|
#define F_STATO_DOC2ELAB 403
|
|
#define F_STATO_DOC2ELAB_DESCR 404
|
|
#define F_CAUSMAG_APERTURA 405
|
|
#define F_CAUSMAG_APERTURA_DESCR 406
|
|
#define F_CAUSMAG_CHIUSURA 407
|
|
#define F_CAUSMAG_CHIUSURA_DESCR 408 |