- Gestione agenti - Gestione provvigioni - Gestione tabelle Da fare: stampe varie git-svn-id: svn://10.65.10.50/trunk@5108 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
#ifndef __PROV_H 
 | 
						|
#define __PROV_H 
 | 
						|
 | 
						|
#define PROV_CODAGE            "CODAGE"
 | 
						|
#define PROV_NRIGA             "NRIGA"
 | 
						|
#define PROV_ANNO              "ANNO"
 | 
						|
#define PROV_CODNUM            "CODNUM"
 | 
						|
#define PROV_NDOC              "NDOC"
 | 
						|
#define PROV_NRATA             "NRATA"
 | 
						|
#define PROV_GENERATA          "GENERATA"
 | 
						|
#define PROV_DATADOC           "DATADOC"
 | 
						|
#define PROV_IMPDOC            "IMPDOC"
 | 
						|
#define PROV_IMPPRDOC          "IMPPRDOC"
 | 
						|
#define PROV_IMPNETDOC         "IMPNETDOC"
 | 
						|
#define PROV_CODCLI            "CODCLI"
 | 
						|
#define PROV_TIPOPAG           "TIPOPAG"
 | 
						|
#define PROV_CODVAL            "CODVAL"
 | 
						|
#define PROV_CAMBIO            "CAMBIO"
 | 
						|
#define PROV_DATACAMBIO        "DATACAMBIO"
 | 
						|
#define PROV_DATASCAD          "DATASCAD"
 | 
						|
#define PROV_IMPRATA           "IMPRATA"
 | 
						|
#define PROV_IMPPROVV          "IMPPROVV"
 | 
						|
#define PROV_SALDATA           "SALDATA"
 | 
						|
#define PROV_PAGATO            "PAGATO"
 | 
						|
#define PROV_PROVVPAG          "PROVVPAG"
 | 
						|
#define PROV_PAGMAT            "PAGMAT"
 | 
						|
#define PROV_PROVVMAT          "PROVVMAT"
 | 
						|
#define PROV_TIPOPAGPR         "TIPOPAGPR"
 | 
						|
 | 
						|
#endif
 | 
						|
 |