Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/branches/R_10_00@21167 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			54 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #define F_CODTIPO_FAT       201
 | |
| #define F_DESCRTIPO_FAT     202
 | |
| #define F_STATO_INI_FAT     203
 | |
| #define F_STATO_FIN_FAT     204
 | |
| //------------------------------
 | |
| #define F_CO_ANT_NUM        205  //COntratti ANTicipo: NUMerazione
 | |
| #define F_CO_ANT_TIP        207  //COntratti ANTicipo: TIPo
 | |
| #define F_CO_ANT_SPE        208  //COntratti ANTicipo: codice SPEsa (è il codart della riga di tipo spesa, verigh02)
 | |
| 
 | |
| #define F_NA_ANT_NUM        210  //Note Accredito ANTicipo: NUMerazione
 | |
| #define F_NA_ANT_TIP        212  //Note Accredito ANTicipo: TIPo
 | |
| #define F_NA_ANT_SPE        213  //Note Accredito ANTicipo: codice SPEsa (è il codart delle righe delle note di accredito)
 | |
| //------------------------------
 | |
| #define F_CO_POST_NUM       215
 | |
| #define F_CO_POST_TIP       217
 | |
| //#define F_CO_POST_SPE       218  in teoria questo non potrebbe esistere!
 | |
| 
 | |
| #define F_NA_POST_NUM       220
 | |
| #define F_NA_POST_TIP       222
 | |
| #define F_NA_POST_SPE       223
 | |
| //------------------------------
 | |
| #define F_CO_RIFA_NUM       225
 | |
| #define F_CO_RIFA_TIP       227
 | |
| #define F_CO_RIFA_SPE       228
 | |
| 
 | |
| #define F_NA_RIFA_NUM       230
 | |
| #define F_NA_RIFA_TIP       232
 | |
| #define F_NA_RIFA_SPE       233
 | |
| 
 | |
| //==============================
 | |
| //pagina 2
 | |
| //esportazione dati
 | |
| #define F_OUTPUT_PATH       250
 | |
| #define F_CARDOC_NUM        251
 | |
| #define F_CARDOC_TIP        252
 | |
| #define F_CARDOC_STA        253
 | |
| #define F_BARCODE_TIP       254
 | |
| 
 | |
| //importazione dati
 | |
| #define F_INPUT_PATH        260
 | |
| #define F_IN_TIPODOC_F      261
 | |
| #define F_IN_TIPODOC_B      262
 | |
| #define F_IN_TIPODOC_O      263
 | |
| #define F_IN_TIPODOC_V      264
 | |
| 
 | |
| //comuni inportazione-esportazione
 | |
| #define F_CODICI_IVA        270
 | |
| 
 | |
| //------------------------------
 | |
| //campi sheet aliqute-codici iva
 | |
| #define S_ALIQUOTA_IVA      101
 | |
| #define S_CAMPO_CODIVA      102
 | |
| #define S_CAMPO_CODIVA_DES  103
 |