Files correlati : tf Commento : Inizio preparazione modifiche esterometro discusse in riunione. - Aggiunti filtri clienti per webapp, esteri e soggetti - Aggiunti filtri fornitori per esteri e soggetti - Pulizia del codice generale
72 lines
1.7 KiB
C
72 lines
1.7 KiB
C
#define START_MASK 401
|
|
|
|
#define F_DATAINI 401
|
|
#define F_DATAFIN 402
|
|
#define F_TIPOCF 403
|
|
#define F_CODCF 404
|
|
#define F_RAGSOC 405
|
|
#define F_FATTSEL 406
|
|
/* Campi booleani documento */
|
|
#define START_BOOLEAN 407
|
|
#define START_BOOLEAN_FATT 407
|
|
|
|
#define B_TIPO_AUTOFATT 407
|
|
#define B_TIPO_FATTACQ 408
|
|
#define B_TIPO_FATTFISC 409
|
|
#define B_TIPO_FATTVEN 410
|
|
#define B_TIPO_FATTSCO 415
|
|
#define B_TIPO_NOTC 411
|
|
#define B_TIPO_NOTD 412
|
|
#define B_TIPO_BOLLADOG 413
|
|
#define B_TIPO_STORDOC 414
|
|
|
|
#define END_BOOLEAN_FATT 415
|
|
|
|
// Boolean filtri FP
|
|
#define B_ESTEROMETRO 416
|
|
#define B_PAF_NOT_SENT 417
|
|
#define B_PAF_SENT 418
|
|
#define B_PAF_SOG_FAT 419
|
|
#define B_PAF_ESTERI 420
|
|
|
|
#define B_PAA_NOT_SENT 421
|
|
#define B_PAA_SENT 422
|
|
#define B_PAA_ESTERI 423
|
|
#define B_PAA_SOG_FAT 424
|
|
|
|
#define END_BOOLEAN 424
|
|
|
|
#define END_MASK 424
|
|
|
|
|
|
#define F_RIGHE 301 // Sheet righe tf
|
|
|
|
#define START_SHEET 101
|
|
|
|
#define A_DATAREG 101
|
|
#define A_TIPODOC 102
|
|
#define A_TIPODOCAE 103
|
|
#define A_NUMDOC 104
|
|
#define A_DATADOC 105
|
|
#define A_ALIQUOTA 106
|
|
#define A_IMPONIBILE 107
|
|
#define A_IMPOSTA 108
|
|
#define A_NATURA 109
|
|
#define A_DETRAIB 110
|
|
#define A_TIPOCF 111
|
|
#define A_CODCF 112
|
|
#define A_OCFPI 113
|
|
#define A_RAGSOC 114
|
|
#define A_RFSO 115
|
|
#define A_RAGSOCRFSO 116
|
|
#define A_PAIV 117
|
|
#define A_COFI 118
|
|
#define A_REVERSE 119
|
|
#define A_AUTOFATT 120
|
|
#define A_SPEDITA 121
|
|
#define A_INVIO 122
|
|
#define A_FORZATA 123
|
|
#define A_NUMERO 124
|
|
#define A_CODERR 125
|
|
|
|
#define END_SHEET 125 |