#ifndef __EF0300_H #define __EF0300_H // DEFINIZIONE CAMPI MASCHERE PER LA GESTIONE DISTINTE // campi maschera ef0300a.uml #define F_TIPODIST 101 #define F_NUMBER 102 #define F_NUMBERRIGA 103 #define F_DATA 104 #define F_DENBANP 105 #define F_CODABIP 106 #define F_CODCABP 107 #define F_TOTIMP 108 #define F_IMPBUTTON 109 #define F_CODVAL 111 #define F_TIPOPAG 112 #define F_SHEET_RIBA 113 #define F_NPROGTR 114 #define F_TIPOCF 115 #define F_UNCONTABIL 116 // Identificatori campi per lo spreadsheet di selezione RiBa da aggiungere // alla distinta (ef0300c.uml) #define F_DADATA 201 #define F_ADATA 202 #define F_TIPORD 203 #define F_SHEET 204 #define F_TOTIMPDIST 205 #define F_IMPSEL 206 #define F_CODVALS 207 // Identificatori campi per lo spreadsheet Righe Distinta (ef0300b.uml ed ef0300d.uml) #define F_CHECK 101 #define F_NRIBA 102 #define F_SCAD 103 #define F_CLIENTE 104 #define F_BANCA 105 #define F_NFATT 106 #define F_DATAFATT 107 #define F_NRATA 108 #define F_VALUTA 109 #define F_IMPORTO 110 #define F_IMPORTOVAL 111 #endif // __EF0300_H