Files correlati : tf Commento : - Aggiunta colonna per tipo documento TD e tipo documento normale - Corretta inizializzazione TCausale in tutti i punti del programma (non sapevo servisse l'anno quando è stato fatto tutto) git-svn-id: svn://10.65.10.50/branches/R_10_00@24288 c028cbd2-c16b-5b4b-a496-9718f37d4682
33 lines
845 B
C
33 lines
845 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_TIPODOCAE 104
|
|
#define A_NUMDOC 105
|
|
#define A_DATADOC 106
|
|
#define A_ALIQUOTA 107
|
|
#define A_IMPONIBILE 108
|
|
#define A_IMPOSTA 109
|
|
#define A_NATURA 110
|
|
#define A_DETRAIB 111
|
|
#define A_TIPOCF 112
|
|
#define A_CODCF 113
|
|
#define A_OCFPI 114
|
|
#define A_RAGSOC 115
|
|
#define A_RFSO 116
|
|
#define A_RAGSOCRFSO 117
|
|
#define A_PAIV 118
|
|
#define A_COFI 119
|
|
#define A_REVERSE 120
|
|
#define A_AUTOFATT 121
|
|
#define A_SPEDITA 122
|
|
#define A_NUMERO 123 |