campo-sirio/cg/cg2100p.h

72 lines
1.6 KiB
C
Raw Normal View History

#ifndef __CG2100P_H
#define __CG2100P_H
#define P_DESCR 111
#define P_RESIDUO 112
#define P_ANNO 113
#define P_NUMERO 114
#define P_VALUTA 115
#define P_DATACAMBIO 116
#define P_CAMBIO 117
#define P_RESIDUOVAL 118
#define P_SHOWALL 180
#define P_SORT 181
#define P_NUOVO 182
#define P_PARTITE 201
#define P_SCADENZE 202
// Campi aggiuntivi per extra-contabile
#define P_DATADOC 120
#define P_SEZIONE 121
#define P_CODPAG 122
#define P_NUMDOC 123
// Scadenze
#define S_DATADOC 104
#define S_NUMPROT 105
#define S_NUMDOC 106
#define S_DESCR 107
#define S_RATA 108
#define S_IMPORTO_SCAD 110
#define S_IMPORTOVAL_SCAD 111
#define S_SEZIONE_SCAD 112
#define S_IMPORTO 113
#define S_RITENUTE 114
#define S_IMPORTOVAL 115
#define S_SALDOACC 116
#define S_RESIDUORATA 117
#define S_RITSOC 118
#define S_DATAPAG 119
#define S_TIPOPAG 120
#define S_TIPO 121
#define S_GRUPPO 122
#define S_CONTO 123
#define S_SOTTOCONTO 124
#define S_DESCRCONTO 125
#define S_DESCAGG 126
#define S_VSABI 127
#define S_VSCAB 128
#define S_DESCVSABI 129
#define S_AGENTE 130
#define S_DESCAGENTE 131
#define S_NSABI 132
#define S_NSCAB 133
#define S_DESCNSABI 134
#define S_DESPAG 135
#define S_CODDESC 136
#define S_RESIDUOPAG 137
#define S_VALUTA 138
#define S_DATACAMBIO 139
#define S_CAMBIO 140
#define S_CODVAL 327
#define S_DESCVSABID 141
#define S_DESCNSABID 142
#endif