Files correlati : Ricompilazione Demo : [ ] Commento :riportate matricole e gestione fringeben dalla 3.2 git-svn-id: svn://10.65.10.50/trunk@16494 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			82 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			82 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #define F_DITTA         101
 | |
| #define F_RAGSOC        102
 | |
| #define F_ESERCIZIO     103
 | |
| #define F_INIZIO_ES     104
 | |
| #define F_FINE_ES       105
 | |
| #define F_SELECT        106
 | |
| #define F_GRUPPO        107
 | |
| #define F_SPECIE        108
 | |
| #define F_DESC_GRSP     109
 | |
| #define F_CATEGORIA     110
 | |
| #define F_DESC_CAT      111
 | |
| #define F_IMPIANTO      112
 | |
| #define F_DESC_IMP      113
 | |
| 
 | |
| #define F_SEARCH1       117
 | |
| #define F_SEARCH2       118
 | |
| #define F_SEARCH3       119
 | |
| 
 | |
| #define F_IDCESPITE     120
 | |
| #define F_DESC          121
 | |
| 
 | |
| #define F_LOCALIZZ      130
 | |
| #define F_LOCALIZZ_DESC 131
 | |
| #define F_DTCOMP        132
 | |
| #define F_TUIR          133
 | |
| #define F_DTFUNZ        134
 | |
| #define F_DTALIEN       135
 | |
| #define F_AMMPROP       136
 | |
| #define F_ESCLPR        137
 | |
| #define F_VEIDIP        138 
 | |
| #define F_LEASING       139
 | |
| #define F_USATO         140
 | |
| #define F_FABBR06				141
 | |
| 
 | |
| #define F_SPEMAN        150
 | |
| #define F_VEICOLO       151
 | |
| #define F_DESC_VEICOLO  152
 | |
| #define F_USOPROM       153
 | |
| #define F_MATRICOLE			154
 | |
| #define F_ANNIRIC       155
 | |
| 
 | |
| #define F_USER          160
 | |
| 
 | |
| #define F_ELEMENTI      202
 | |
| #define F_COSTO         203
 | |
| #define F_VNONAMM       204
 | |
| #define F_VNONAMM06			205
 | |
| #define F_VNONAMMC			206
 | |
| #define F_PLUSREIN      207
 | |
| #define F_RIV75         208
 | |
| #define F_RIV83         209
 | |
| #define F_RIV90         210
 | |
| #define F_ANNI_90       211
 | |
| #define F_RIV91         212
 | |
| #define F_ANNI_91       213
 | |
| #define F_RIVGF         214
 | |
| #define F_RIVGC         215
 | |
| 
 | |
| #define F_NORMALE       252
 | |
| #define F_ACCELERATO    253
 | |
| #define F_ANTICIPATO    254
 | |
| #define F_QPERSE        255
 | |
| #define F_FPRIVATO      256
 | |
| #define F_QPERSEPRIV    257
 | |
| #define F_VSPMANU       258
 | |
| #define F_ANNIAMM       259
 | |
| #define F_FRINGEBEN			260			
 | |
| 
 | |
| #define F_NORMALE2      302
 | |
| #define F_ACCELERATO2   303
 | |
| #define F_ANTICIPATO2   304
 | |
| 
 | |
| #define F_NORMALE3      312
 | |
| #define F_ACCELERATO3   313
 | |
| #define F_ANTICIPATO3   314
 | |
| 
 | |
| #define F_QUADRATURA    320
 | |
|  
 | |
| //sheet matricole
 | |
| #define S_MATRICOLA			101
 | |
| #define S_DESCRIZIONE		102
 |