cg3.url Aggiunto menu dei colori cg3600.cpp Completata visualizzazione mastrini a video cg3600a.uml Maschera di query mastrini cglib.h Migliorata gestione esercizi cglib02.cpp Resa statica la tabella degli esercizi cg3600.h Nomi dei campi per la visualizzazione mastrini cg3600b.uml Maschera di visualizzazione sheet mastrini git-svn-id: svn://10.65.10.50/trunk@3931 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			35 lines
		
	
	
		
			861 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			861 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #define F_CODDITTA    101
 | |
| #define F_RAGSOC      102
 | |
| #define F_TIPO        103
 | |
| #define F_GRUPPO      104 
 | |
| #define F_DESGRUPPO   105
 | |
| #define F_CONTO       106
 | |
| #define F_DESCONTO    107
 | |
| #define F_SOTTOCONTO  108
 | |
| #define F_DESSOTTOC   109
 | |
| #define F_CLIENTE     206
 | |
| #define F_RAGSOCCLI   207
 | |
| #define F_FORNITORE   306
 | |
| #define F_RAGSOCFOR   307
 | |
| #define F_ESERCIZIO   110
 | |
| #define F_DADATA      111
 | |
| #define F_ADATA       112
 | |
| #define F_DACAUSALE   113
 | |
| #define F_DADESCAUS   114
 | |
| #define F_ACAUSALE    115
 | |
| #define F_ADESCAUS    116
 | |
| #define F_MASTRINI    200 
 | |
| #define F_TOTRIG_SAL  201
 | |
| #define F_TOTRIG_DAR  202
 | |
| #define F_TOTRIG_AVE  203
 | |
| #define F_TOTPER_SAL  211
 | |
| #define F_TOTPER_DAR  212
 | |
| #define F_TOTPER_AVE  213
 | |
| #define F_TOTATT_SAL  221
 | |
| #define F_TOTATT_DAR  222
 | |
| #define F_TOTATT_AVE  223
 | |
| #define F_TOTPRO_SAL  231
 | |
| #define F_TOTPRO_DAR  232
 | |
| #define F_TOTPRO_AVE  233
 | |
| 
 |