Nuovi dari per CU git-svn-id: svn://10.65.10.50/branches/R_10_00@23176 c028cbd2-c16b-5b4b-a496-9718f37d4682
57 lines
1.3 KiB
C
Executable File
57 lines
1.3 KiB
C
Executable File
//DEFINIZIONE CAMPI MASCHERA GESTIONE TABELLA BANCHE DI PRESENTAZIONE
|
|
#ifndef __CGTBBNP_H
|
|
#define __CGTBBNP_H
|
|
|
|
#define F_CODICEABI 101
|
|
#define F_CODICECAB 102
|
|
#define F_ABI 103
|
|
#define F_ISTIT 104
|
|
#define F_DENOM 105
|
|
#define F_CAB 106
|
|
|
|
#define F_CC_INC 107
|
|
#define F_CC_CONT_INC 109
|
|
#define F_CC_SBF 110
|
|
#define F_FIDO_SBF 111
|
|
#define F_CC_CONT_SBF 112
|
|
#define F_CC_SCN 113
|
|
#define F_FIDO_SCN 114
|
|
#define F_CC_CONT_SCN 115
|
|
#define F_GRUPPO_INC 116
|
|
#define F_CONTO_INC 117
|
|
#define F_SOTTOC_INC 118
|
|
#define F_GRUPPO_SBF 119
|
|
#define F_CONTO_SBF 120
|
|
#define F_SOTTOC_SBF 121
|
|
#define F_GRUPPO_SCN 122
|
|
#define F_CONTO_SCN 123
|
|
#define F_SOTTOC_SCN 124
|
|
#define F_DESCR_INC 126
|
|
#define F_DESCR_SBF 127
|
|
#define F_DESCR_SCN 128
|
|
#define F_GRUPPO_INCP 129
|
|
#define F_CONTO_INCP 130
|
|
#define F_SOTTOC_INCP 131
|
|
#define F_DESCR_INCP 132
|
|
|
|
#define F_IBAN 140
|
|
#define F_IBAN_STATO 141
|
|
#define F_IBAN_CHECK 142
|
|
#define F_BBAN 143
|
|
#define F_BBAN_CIN 144
|
|
#define F_BBAN_ABI 145
|
|
#define F_BBAN_CAB 146
|
|
#define F_BBAN_CONTO 147
|
|
|
|
#define F_CBI 150
|
|
#define F_IBAN_PAG 151
|
|
#define F_IBAN_INC 152
|
|
|
|
#define F_PROG 153
|
|
#define F_CREDITOR_ID 154
|
|
#define F_SEPA_FATT 155
|
|
#define F_SEPA_CUC 156
|
|
|
|
|
|
#endif//__CGTBBNP_H
|