51 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
#ifndef __PARTITE_H
 | 
						|
#define __PARTITE_H 
 | 
						|
 | 
						|
#define PART_TIPOCF     "TIPOC"
 | 
						|
#define PART_GRUPPO     "GRUPPO"
 | 
						|
#define PART_CONTO      "CONTO"
 | 
						|
#define PART_SOTTOCONTO "SOTTOCONTO"
 | 
						|
#define PART_ANNO       "ANNO"
 | 
						|
#define PART_NUMPART    "NUMPART"
 | 
						|
#define PART_NRIGA      "NRIGA"
 | 
						|
 | 
						|
#define PART_TIPOMOV    "TIPOMOV"
 | 
						|
#define PART_TIPOPAG    "TIPOPAG"
 | 
						|
#define PART_NREG       "NREG"
 | 
						|
#define PART_NUMRIG     "NUMRIG"
 | 
						|
#define PART_DATAREG    "DATAREG"
 | 
						|
#define PART_DATADOC    "DATADOC"
 | 
						|
#define PART_DATAPAG    "DATAPAG"
 | 
						|
#define PART_NUMDOC     "NUMDOC"
 | 
						|
#define PART_DESCR      "DESCR"
 | 
						|
#define PART_REG        "REG"
 | 
						|
#define PART_PROTIVA    "PROTIVA"
 | 
						|
#define PART_CODCAUS    "CODCAUS"
 | 
						|
 | 
						|
#define PART_SEZ        "SEZ"
 | 
						|
#define PART_IMPORTO    "IMPORTO"
 | 
						|
#define PART_IMPOSTA    "IMPOSTA"
 | 
						|
#define PART_SPESE      "SPESE"
 | 
						|
#define PART_CODPAG     "CODPAG"
 | 
						|
#define PART_CODVAL     "CODVAL"
 | 
						|
#define PART_CAMBIO     "CAMBIO"
 | 
						|
#define PART_DATACAM    "DATACAM"
 | 
						|
#define PART_IMPORTOVAL "IMPORTOVAL"
 | 
						|
#define PART_IMPTOTDOC  "IMPTOTDOC"
 | 
						|
#define PART_IMPTOTVAL  "IMPTOTVAL"
 | 
						|
#define PART_RITENUTE   "RITENUTE" 
 | 
						|
#define PART_ABBUONI    "ABBUONI" 
 | 
						|
#define PART_DIFFCAM    "DIFFCAM" 
 | 
						|
#define PART_SEZABB     "SEZABB" 
 | 
						|
#define PART_SEZDIFCAM  "SEZDIFCAM" 
 | 
						|
#define PART_CHIUSA     "CHIUSA"
 | 
						|
#define PART_RICARICATA "RICARICATA"
 | 
						|
#define PART_DATARIFPAG "DATARIFPAG"
 | 
						|
#define PART_NUMRIFPAG  "NUMRIFPAG"
 | 
						|
#define PART_GRUPPOCL   "GRUPPOCL"
 | 
						|
#define PART_CONTOCL    "CONTOCL" 
 | 
						|
 | 
						|
#define PART_TIPOREG    "TIPOREG"
 | 
						|
#define PART_INVIATA    "INVIATA"
 | 
						|
#endif
 |