Files correlati : Commento : - Primo commit di tf spesometro funzionante, implementate tutte le funzioni di base. - Tolto messaggio di errore TF0200 git-svn-id: svn://10.65.10.50/branches/R_10_00@23875 c028cbd2-c16b-5b4b-a496-9718f37d4682
61 lines
1.5 KiB
C
61 lines
1.5 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_BOLLADOG 408
|
|
#define B_TIPO_CORRNINC 409
|
|
#define B_TIPO_CORR 410
|
|
#define B_TIPO_FATTACQ 411
|
|
#define B_TIPO_FATTFISC 412
|
|
#define B_TIPO_FATTSC 413
|
|
#define B_TIPO_FATTVEN 414
|
|
#define B_TIPO_NOTC 415
|
|
#define B_TIPO_NOTD 416
|
|
#define B_TIPO_RICFIS 417
|
|
#define B_TIPO_RICFISNI 418
|
|
#define B_TIPO_SCONT 419
|
|
#define B_TIPO_SCONTNI 420
|
|
#define B_TIPO_STORDOC 421
|
|
|
|
#define END_BOOLEAN 421
|
|
|
|
#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 |