Files correlati : Ricompilazione Demo : [ ] Commento : Aggiunto campo CODCOSTO su testate e righe documento Tolti campi CODCMS e FASCMS dalle righe movimento git-svn-id: svn://10.65.10.50/trunk@13056 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			26 lines
		
	
	
		
			730 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			730 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef __RMOVIVA_H
 | |
| #define __RMOVIVA_H
 | |
| 
 | |
| #define  RMI_ANNOES     "ANNOES"
 | |
| #define  RMI_NUMREG     "NUMREG"
 | |
| #define  RMI_NUMRIG     "NUMRIG"
 | |
| #define  RMI_TIPODOC    "TIPODOC"
 | |
| #define  RMI_CODIVA     "CODIVA"
 | |
| #define  RMI_IMPONIBILE "IMPONIBILE"
 | |
| #define  RMI_IMPOSTA    "IMPOSTA"
 | |
| #define  RMI_TIPODET    "TIPODET"
 | |
| #define  RMI_TIPOCR     "TIPOCR"
 | |
| #define  RMI_INTRA      "INTRA"
 | |
| #define  RMI_RICSER     "RICSER"
 | |
| #define  RMI_CORRLIRE   "CORRLIRE"
 | |
| #define  RMI_CORRVALUTA "CORRVALUTA"
 | |
| #define  RMI_GRUPPO     "GRUPPO"
 | |
| #define  RMI_CONTO      "CONTO"
 | |
| #define  RMI_SOTTOCONTO "SOTTOCONTO"
 | |
| #define  RMI_TIPOATT    "TIPOATT"   
 | |
| #define  RMI_TIPOC      "TIPOC" 
 | |
| #define  RMI_RIGAIMP    "RIGAIMP"
 | |
| #define  RMI_RIGAIVA    "RIGAIVA"
 | |
| 
 | |
| #endif
 |