57c332a0d4
git-svn-id: svn://10.65.10.50/trunk@2996 c028cbd2-c16b-5b4b-a496-9718f37d4682
26 lines
707 B
C
Executable File
26 lines
707 B
C
Executable File
// Mod.770 - Scheda percipienti - Righe versamenti
|
|
|
|
#ifndef __RVER_H
|
|
#define __RVER_H
|
|
|
|
#define VER_CODDITTA "CODDITTA"
|
|
#define VER_TIPOA "TIPOA"
|
|
#define VER_CODANAGR "CODANAGR"
|
|
#define VER_NPROG "NPROG"
|
|
#define VER_NRIGA "NRIGA"
|
|
#define VER_VERS1015 "VERS1015"
|
|
#define VER_DATAVERS "DATAVERS"
|
|
#define VER_TIPOVERS "TIPOVERS"
|
|
//#define VER_IMPVERS "IMPVERS"
|
|
// La scheda percipienti scrive l'importo versato in RITENUTA
|
|
// puo' essere che IMPVERS sia inutile e vada tolto ?
|
|
#define VER_IMPVERS "RITENUTA"
|
|
#define VER_LUOVERS "LUOVERS"
|
|
#define VER_NUMERO "NUMERO"
|
|
#define VER_CODQUA "CODQUA"
|
|
#define VER_SERIE "SERIE"
|
|
#define VER_NUMVERS "NUMVERS"
|
|
#define VER_PROGBANC "PROGBANC"
|
|
|
|
#endif
|