Ricompilazione Demo : [ ] Commento : Riportata la versione 3.1 patch 848 git-svn-id: svn://10.65.10.50/trunk@14993 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			41 lines
		
	
	
		
			928 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			928 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
// campi della maschera principale pd0777100a.uml
 | 
						|
 | 
						|
#define F_PERCORSO 101
 | 
						|
#define F_DATAREG  102
 | 
						|
#define F_CODCAUS  103
 | 
						|
#define F_DESCR    104
 | 
						|
#define F_SHEET_CONTI 105
 | 
						|
#define F_SHEET_CMS 106
 | 
						|
 | 
						|
// campi della maschera di conversione conti
 | 
						|
#define F_S_CONTOOMASA	101
 | 
						|
#define F_S_GRUPPO			102
 | 
						|
#define F_S_CONTO				103
 | 
						|
#define F_S_SOTTOCONTO	104
 | 
						|
#define F_S_DESCRIZIONE	105
 | 
						|
 | 
						|
// campi della maschera di conversione commesse
 | 
						|
#define F_S_CMSOMASA	101
 | 
						|
#define F_S_CODCMS		102
 | 
						|
#define F_S_DESCRCMS	103
 | 
						|
 | 
						|
// campi del tracciato record
 | 
						|
 | 
						|
#define F_CODAZIENDA	0
 | 
						|
#define F_CODDIP			1
 | 
						|
#define F_VOCE			  2
 | 
						|
#define F_TIPOVOCE		3
 | 
						|
#define F_QUOTAVOCE		4	  
 | 
						|
#define F_VALOREVOCE	5		  
 | 
						|
#define F_IMPORTO			6 
 | 
						|
#define F_CONTODARE		7
 | 
						|
#define F_CONTOAVERE	8
 | 
						|
#define F_CENTROCOSTO	9		  
 | 
						|
#define F_SEDELAVORO	10 
 | 
						|
#define F_SEDEINPS		11
 | 
						|
#define F_QUALIFICA		12
 | 
						|
#define F_POSINAIL		13
 | 
						|
#define F_VARIABILE		14
 | 
						|
#define F_CONTRATTO		15
 | 
						|
#define F_FILLER			16
 |