Files correlati : ef0.exe Ricompilazione Demo : [ ] Commento : Aggiunto codice di contabilità separata sugli effetti La contabilizzaione puo' essere separata git-svn-id: svn://10.65.10.50/branches/R_10_00@22383 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			81 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			81 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef __EF0100_H
 | |
| #define __EF0100_H
 | |
|   
 | |
| // DEFINIZIONE CAMPI MASCHERE PER LA GESTIONE EFFETTI
 | |
| //      campi maschera ef0100a.uml
 | |
| 
 | |
| #define F_NPROGTR                             201
 | |
| #define F_CODCF                               202
 | |
| #define F_CFRAGSOC                            203
 | |
| #define F_DATASCAD                            204
 | |
| #define F_TIPOPAG                             205
 | |
| #define F_ULTCLASS                            206
 | |
| #define F_CODVAL                              207
 | |
| #define F_DATACAM                             208
 | |
| #define F_CAMBIO                              209
 | |
| #define F_ULTRATA                             210
 | |
| #define F_SHEET_RIGHE                         211
 | |
| #define F_TOTIMP                              212
 | |
| #define F_TOTIMPVAL                           213
 | |
| #define F_CODABI                              214
 | |
| #define F_CODCAB                              215
 | |
| #define F_CODABIP                             216
 | |
| #define F_CODCABP                             217
 | |
| #define F_DATAEMISS                           218
 | |
| #define F_NUMEMISS                            219
 | |
| #define F_EFFSTAMP                            220
 | |
| #define F_TIPODIST                            221
 | |
| #define F_NDIST                               222
 | |
| #define F_DATADIST                            223
 | |
| #define F_DISTSTAM                            224
 | |
| #define F_NRIGADIST                           225
 | |
| #define F_DATARIBA                            226
 | |
| #define F_DISRIBAEST                          227
 | |
| #define F_EFFCONT                             228
 | |
| #define F_EFFCOMP                             229
 | |
| #define F_SHEET_EFF                           230
 | |
| #define F_TIPOCF                              231
 | |
| #define F_CONTROEURO                          232
 | |
| #define F_PROG                                233
 | |
| #define F_CUP																	234
 | |
| #define F_DCUP																235
 | |
| #define F_CIG																	236
 | |
| #define F_DCIG																237
 | |
| #define F_CONTSEP															238
 | |
| #define F_DESCONTSEP													239
 | |
| 
 | |
| #define F_IBAN        250
 | |
| #define F_IBAN_STATO  251
 | |
| #define F_IBAN_CHECK  252
 | |
| #define F_BBAN        253
 | |
| #define F_BBAN_CIN    254
 | |
| #define F_BBAN_ABI    255
 | |
| #define F_BBAN_CAB    256
 | |
| #define F_BBAN_CONTO  257
 | |
| 
 | |
| 
 | |
| // Identificatori campi per lo spreadsheet dei Cessionari
 | |
| #define F_RAGSOC                              101    
 | |
| #define F_LOCALITA                            102
 | |
| #define F_STATO                               103
 | |
| #define F_COM                                 104
 | |
| #define F_DENCOM                              105
 | |
| 
 | |
| // Identificatori campi per lo spreadsheet delle Righe Effetto
 | |
| #define F_IMPEFF                              101
 | |
| #define F_IMPEFFVAL                           102
 | |
| #define F_CODNUM                              103
 | |
| #define F_PROVV                               104   
 | |
| #define F_ANNODOC                             105
 | |
| #define F_NUMFATT                             106
 | |
| #define F_DATAFATT                            107
 | |
| #define F_IMPFATT                             108    
 | |
| #define F_IMPFATTVAL                          109
 | |
| #define F_ANNO                                110
 | |
| #define F_NUMPART                             111
 | |
| #define F_NUMRIGA                             112
 | |
| #define F_NUMRATA                             113
 | |
| #define F_ACCSAL                              114
 | |
| 
 | |
| #endif  // __EF0100_H
 |