Files correlati : tf Commento : Inizio sviluppo programma di controllo spesometro, spostate alcune funzioni in tfutility per comodità git-svn-id: svn://10.65.10.50/branches/R_10_00@24008 c028cbd2-c16b-5b4b-a496-9718f37d4682
32 lines
817 B
C
32 lines
817 B
C
#define F_TIPOCONTROLLO 301
|
|
#define F_FLAG 302
|
|
#define F_DATAINI 303
|
|
#define F_DATAFIN 304
|
|
#define F_CODCF 305
|
|
#define F_TIPOCF 306
|
|
#define F_RAGSOC 307
|
|
|
|
#define F_RIGHE 201 // Sheet righe tf
|
|
|
|
#define A_ELIMINA 101
|
|
#define A_DATAREG 102
|
|
#define A_TIPODOC 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_NUMERO 122 |