Files correlati : lv2 Ricompilazione Demo : [ ] Commento : 0001144: Anomalia creazione consegne planning Descrizione: vedere allegati. (problema di righe doppie nei giri) git-svn-id: svn://10.65.10.50/trunk@18183 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			24 lines
		
	
	
		
			739 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			739 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef __LVPASPLAN_H
 | |
| #define __LVPASPLAN_H
 | |
| 
 | |
| #define LVPASPLAN_CODCF		  "CODCF"
 | |
| #define LVPASPLAN_CODCONT		"CODCONT"
 | |
| #define LVPASPLAN_NRIGA		  "NRIGA"
 | |
| #define LVPASPLAN_CODITI		"CODITI"
 | |
| #define LVPASPLAN_GGCONS		"GGCONS"
 | |
| #define LVPASPLAN_ORDFERM		"ORDFERM"
 | |
| #define LVPASPLAN_FREQ			"FREQ"
 | |
| #define LVPASPLAN_MODPASS		"MODPASS"
 | |
| #define LVPASPLAN_FLSTAG		"FLSTAG"
 | |
| #define LVPASPLAN_ORARPRV		"ORARPRV"
 | |
| #define LVPASPLAN_DTSTAGIN	"DTSTAGIN"
 | |
| #define LVPASPLAN_DTSTAGSC	"DTSTAGSC"
 | |
| #define LVPASPLAN_UTCREAZ		"UTCREAZ"
 | |
| #define LVPASPLAN_DTCREAZ		"DTCREAZ"
 | |
| #define LVPASPLAN_ORCREAZ		"ORCREAZ"
 | |
| #define LVPASPLAN_UTULAGG		"UTULAGG"
 | |
| #define LVPASPLAN_DTULAGG		"DTULAGG"
 | |
| #define LVPASPLAN_ORULAGG		"ORULAGG"
 | |
| #define LVPASPLAN_NOTE 		  "NOTE"
 | |
| 
 | |
| #endif |