Files correlati : pec.frm sc2.exe sc3100c.msk sc3100s.msk sc1400a.msk Ricompilazione Demo : [ ] Commento : 0001609: 002435 - Pharmatex - valute e stampe Il cliente richiede che nella stampa dell'estratto conto ed in quella dei mastrini venga indicato se la fattura è stata emessa in valuta. Se possibile dare la possibilità (tramite un flag nelle tabelle ditta) di riportare valuta ed importo nella descrizione aggiuntiva documento contabile. git-svn-id: svn://10.65.10.50/branches/R_10_00@21145 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			56 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef __SC21PEC_H
 | |
| #define __SC21PEC_H 
 | |
| 
 | |
| #define PEC_FLAGS    100
 | |
| #define PEC_LUOGOIN  101
 | |
| #define PEC_DATAIN   102
 | |
| #define PEC_MEMO     103
 | |
| #define PEC_NUMPROG  104
 | |
| #define PEC_AGENTE   105
 | |
| 
 | |
| #define PEC_CODCAUS    201
 | |
| #define PEC_DESCR      202
 | |
| #define PEC_VALUTA     203
 | |
| #define PEC_NUMERO     204
 | |
| #define PEC_DATADOC    205
 | |
| #define PEC_PROTIVA    206
 | |
| #define PEC_NUMDOC     207
 | |
| #define PEC_TOTDOC     208
 | |
| #define PEC_DATAPAG    209
 | |
| #define PEC_DARE       210
 | |
| #define PEC_AVERE      211
 | |
| #define PEC_SCADUTO    212
 | |
| #define PEC_ESPOSTO    213
 | |
| #define PEC_SBF        214
 | |
| #define PEC_IMPEURO    215
 | |
| #define PEC_CAMBIO     216
 | |
| #define PEC_DATACAM    217
 | |
| #define PEC_PAGINA     218
 | |
| #define PEC_UNASSIGNED 219
 | |
| #define PEC_BLOCCATA   220
 | |
| #define PEC_ANALITICA  221
 | |
| #define PEC_VALIMP     222
 | |
| #define PEC_IMPVAL     223
 | |
| 
 | |
| #define PEC_SALDO    301
 | |
| #define PEC_ABBUONI  302
 | |
| #define PEC_DIFFCAM  303   
 | |
| #define PEC_RITENUTE 304
 | |
| 
 | |
| #define PEC_RIPORTO  400
 | |
| 
 | |
| #define PEC_TSALDO   401
 | |
| #define PEC_TSCADUTO 402
 | |
| #define PEC_TESPOSTO 403
 | |
| #define PEC_TIMPEURO 404
 | |
| #define PEC_TUNASSIGNED 405
 | |
| 
 | |
| #define PEC_PICTURE  500
 | |
| 
 | |
| #define RIGA_PAGAMENTO 10001
 | |
| #define RIGA_ABBUONI   10002
 | |
| #define RIGA_DIFFCAM   10003
 | |
| #define RIGA_RITENUTE  10004
 | |
| 
 | |
| #endif
 |