Files correlati : mg3.exe Ricompilazione Demo : [ ] Commento : Bug 0001770: 003343 - Diana 2000 Il cliente richiede che nella stampa disponibilità e giacenze venga inserito un filtro per magazzino e deposito. git-svn-id: svn://10.65.10.50/branches/R_10_00@21635 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			33 lines
		
	
	
		
			553 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			553 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #include "mg3msk.h"
 | |
| #define F_ORDINE 101
 | |
| #define F_SUBORDINE 102
 | |
| #define F_ANNOES 104
 | |
| #define F_DAART 105
 | |
| #define F_AART 106
 | |
| #define F_DAMAG 107
 | |
| #define F_AMAG 108
 | |
| #define F_DACATMER 109
 | |
| #define F_ACATMER 110
 | |
| #define F_DADES 111
 | |
| #define F_ADES 112
 | |
| #define F_DADEP 113
 | |
| #define F_ADEP 114
 | |
| #define F_TOTALIMAGAZZINI 119
 | |
| #define F_TOTALIDEPOSITI 120
 | |
| 
 | |
| #define F_ENABLEMAGAZZINI 121
 | |
| #define F_DETTAGLIOMAG 122
 | |
| #define F_DETTAGLIODEP 123
 | |
| 
 | |
| #define F_DAUSR 124
 | |
| #define F_AUSR 125
 | |
| 
 | |
| 
 | |
| #define G_CATMER 1 
 | |
| #define G_CODART 2
 | |
| #define G_DESART 3
 | |
| #define G_USER   4
 | |
| 
 | |
| 
 | |
| 
 |