Files correlati : tf Commento : Sistemato errore per campo 415 mancante, aggiunto supporto tipi documento "Fatture Scontrino" git-svn-id: svn://10.65.10.50/branches/R_10_00@24145 c028cbd2-c16b-5b4b-a496-9718f37d4682
56 lines
1.3 KiB
C
56 lines
1.3 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 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 415
|
|
|
|
#define END_MASK 421
|
|
|
|
#define F_RIGHE 301 // Sheet righe tf
|
|
|
|
#define START_SHEET 101
|
|
|
|
#define A_DATAREG 101
|
|
#define A_TIPODOC 102
|
|
#define A_NUMDOC 103
|
|
#define A_DATADOC 104
|
|
#define A_ALIQUOTA 105
|
|
#define A_IMPONIBILE 106
|
|
#define A_IMPOSTA 107
|
|
#define A_NATURA 108
|
|
#define A_DETRAIB 109
|
|
#define A_TIPOCF 110
|
|
#define A_CODCF 111
|
|
#define A_OCFPI 112
|
|
#define A_RAGSOC 113
|
|
#define A_RFSO 114
|
|
#define A_RAGSOCRFSO 115
|
|
#define A_PAIV 116
|
|
#define A_COFI 117
|
|
#define A_REVERSE 118
|
|
#define A_AUTOFATT 119
|
|
#define A_SPEDITA 120
|
|
#define A_INVIO 121
|
|
#define A_FORZATA 122
|
|
#define A_NUMERO 123
|
|
#define A_CODERR 124
|
|
|
|
#define END_SHEET 124 |