Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 3.1 patch 650 git-svn-id: svn://10.65.10.50/trunk@14148 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			39 lines
		
	
	
		
			955 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			955 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
// campi della maschera Nautilus
 | 
						|
 | 
						|
#define F_PATH						101
 | 
						|
#define F_NAME						102
 | 
						|
#define F_CODCAUS					103
 | 
						|
#define F_DESCR						104
 | 
						|
#define F_CODIVA_ES				105
 | 
						|
#define F_DES_CODIVA_ES		116
 | 
						|
#define F_CODIVA_SP				106
 | 
						|
#define F_DES_CODIVA_SP		117
 | 
						|
#define F_GRUPPO_SP				107
 | 
						|
#define F_CONTO_SP				108
 | 
						|
#define F_SOTTOCONTO_SP		109
 | 
						|
#define F_DESCRIZIONE_SP	110
 | 
						|
#define F_CODIVA_TR				111
 | 
						|
#define F_DES_CODIVA_TR		118
 | 
						|
#define F_GRUPPO_TR				112
 | 
						|
#define F_CONTO_TR				113
 | 
						|
#define F_SOTTOCONTO_TR		114
 | 
						|
#define F_DESCRIZIONE_TR	115
 | 
						|
 | 
						|
// 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 |