Files correlati : sc2.exe sc2100a.msk Ricompilazione Demo : [ ] Commento : 0001749: Stampa E/C : se nota di credito non viene considerata nella colonna scaduto Stampa E/C : se nota di credito non viene considerata nella colonna scaduto git-svn-id: svn://10.65.10.50/branches/R_10_00@21653 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			30 lines
		
	
	
		
			631 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			631 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef __SC2100A_H
 | |
| #define __SC2100A_H
 | |
| 
 | |
| #define F_CODDITTA   101
 | |
| #define F_RAGSOC     102
 | |
| #define F_CODPROF    103
 | |
| #define F_LINPROF    104
 | |
| #define F_DESPROF    105
 | |
| #define F_NC_SCAD    106
 | |
| #define F_DATALIMOP  110
 | |
| #define F_DATALIMSC  111
 | |
| #define F_GIORISCH   112
 | |
| #define F_STAMPCHIU  113
 | |
| #define F_DATACHIU   114
 | |
| #define F_LUOGOSEND  115
 | |
| #define F_DATASEND   116
 | |
| #define F_CLIFO      117
 | |
| #define F_STAMPSALDO 118
 | |
| #define F_ULTIMOEC   119 
 | |
| #define F_GROUPAGENT 120
 | |
| #define F_FROM_AGENT 121
 | |
| #define F_FROM_AGENT_D 122
 | |
| #define F_TO_AGENT   123
 | |
| #define F_TO_AGENT_D 124
 | |
| 
 | |
| // basename of profile
 | |
| #define BASE_EC_PROFILE "PEC"
 | |
| 
 | |
| #endif
 |