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
 |