e37b4da06e
git-svn-id: svn://10.65.10.50/trunk@3867 c028cbd2-c16b-5b4b-a496-9718f37d4682
56 lines
2.6 KiB
C
Executable File
56 lines
2.6 KiB
C
Executable File
#ifndef __EF0100_H
|
|
#define __EF0100_H
|
|
|
|
// campi maschera ef0100a.msk
|
|
|
|
#define F_NPROGTR 101
|
|
#define F_CODCF 102
|
|
#define F_CFRAGSOC 103
|
|
#define F_DATASCAD 104
|
|
#define F_TIPOPAG 105
|
|
#define F_ULTCLASS 106
|
|
#define F_CODVAL 107
|
|
#define F_DATACAM 108
|
|
#define F_CAMBIO 109
|
|
#define F_ULTRATA 110
|
|
#define F_SHEET_RIGHE 111
|
|
#define F_TOTIMP 112
|
|
#define F_TOTIMPVAL 113
|
|
#define F_CODABI 114
|
|
#define F_CODCAB 115
|
|
#define F_CODABIP 116
|
|
#define F_CODCABP 117
|
|
#define F_DATAEMISS 118
|
|
#define F_NUMEMISS 119
|
|
#define F_EFFSTAMP 120
|
|
#define F_TIPODIST 121
|
|
#define F_NDIST 122
|
|
#define F_DATADIST 123
|
|
#define F_DISTSTAM 124
|
|
#define F_NRIGADIST 125
|
|
#define F_DATARIBA 126
|
|
#define F_DISRIBAEST 127
|
|
#define F_EFFCONT 128
|
|
#define F_EFFCOMP 129
|
|
#define F_SHEET_EFF 130
|
|
// Identificatori campi per lo spreadsheet "Obbligati principali"
|
|
#define F_RAGSOC 101
|
|
#define F_LOCALITA 102
|
|
#define F_STATO 103
|
|
#define F_COM 104
|
|
#define F_DENCOM 105
|
|
|
|
// Identificatori campi per lo spreadsheet "Righe Effetto"
|
|
#define F_IMPFATT 101
|
|
#define F_IMPEFF 102
|
|
#define F_IMPFATTVAL 103
|
|
#define F_IMPEFFVAL 104
|
|
#define F_ANNO 105
|
|
#define F_NUMPART 106
|
|
#define F_NUMRIGA 107
|
|
#define F_NUMRATA 108
|
|
#define F_NUMFATT 109
|
|
#define F_DATAFATT 110
|
|
|
|
#endif // __EF0100_H
|