Files correlati : Ricompilazione Demo : [ ] Commento : listini-contratti-offerte comprensibili git-svn-id: svn://10.65.10.50/branches/R_10_00@21054 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			96 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			96 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| //maschera gestione listini comprensibile
 | |
| //Istruzioni per un uso corretto
 | |
| //------------------------------
 | |
| //_L_ -> campo solo 'L'istini -> ve2500l.uml
 | |
| //_C_ -> campo solo 'C'ontratti -> ve2500c.uml
 | |
| //_O_ -> campo solo 'O'fferte -> ve2500o.uml
 | |
| //tutti gli altri campi stanno in ve2500x.uml
 | |
| 
 | |
| //in caso di modifiche seguire sempre queste istruzioni..
 | |
| //..e non fare le cose alla cazzo, grazie!
 | |
| 
 | |
| #define FA_TIPO           200
 | |
| #define FA_L_CATVEN       201
 | |
| #define FA_L_DESVEN       202
 | |
| #define FA_C_TIPOCF       203
 | |
| #define FA_C_CODCF        204
 | |
| #define FA_C_DESCF        205
 | |
| #define FA_COD            208
 | |
| #define FA_DESCR          209
 | |
| #define FA_VALINI         210
 | |
| #define FA_VALFIN         211
 | |
| #define FA_C_OBBL         212
 | |
| #define FA_TIPORIGA       213
 | |
| #define FA_CODRIGA_A      214
 | |
| #define FA_DESRIGA_A      215
 | |
| #define FA_CODRIGA_G      216
 | |
| #define FA_DESRIGA_G      217
 | |
| #define FA_CODRIGA_S      218
 | |
| #define FA_DESRIGA_S      219
 | |
| #define FA_CODRIGA_R      220
 | |
| #define FA_DESRIGA_R      221
 | |
| 
 | |
| #define FA_GRMERC_A       222
 | |
| #define FA_SOTGRMERC_A    223
 | |
| #define FA_DESGRMERC_A    224
 | |
| #define DLG_GRMERC        225
 | |
| 
 | |
| #define FA_RIGHE          230
 | |
| 
 | |
| #define FA_CODVAL         231
 | |
| #define FA_CAMBIO         232
 | |
| #define FA_CONTROEURO     233
 | |
| #define FA_DATACAM        234
 | |
| #define FA_GESTSCAGL      235
 | |
| #define FA_DECIMALI       236
 | |
| #define FA_SEQRIC_1       240
 | |
| #define FA_SEQRIC_2       241
 | |
| #define FA_SEQRIC_3       242
 | |
| #define FA_SEQRIC_4       243
 | |
| #define FA_IMPLORDI       244
 | |
| #define FA_GESTUM         245
 | |
| #define FA_GESTSCO        246
 | |
| #define FA_L_CODSUCC      250
 | |
| #define FA_L_DESSUCC      251
 | |
| #define FA_L_FATHCATVEN   252
 | |
| #define FA_L_FATHDESVEN   253
 | |
| #define FA_L_FATHCOD      254
 | |
| #define FA_L_FATHDESCR    255
 | |
| #define FA_L_ARROTONDA    256
 | |
| 
 | |
| //campi dello sheet delle righe (ve2500x.uml)
 | |
| #define S_TIPORIGA      101
 | |
| #define S_CODRIGA_A     102
 | |
| #define S_DESRIGA_A     103
 | |
| #define S_CODRIGA_G     202
 | |
| #define S_DESRIGA_G     203
 | |
| #define S_CODRIGA_S     302
 | |
| #define S_DESRIGA_S     303
 | |
| #define S_CODRIGA_R     402
 | |
| #define S_DESRIGA_R     403
 | |
| #define S_PREZZO        104
 | |
| #define S_UM            105
 | |
| #define S_NSCAGL        106
 | |
| #define S_QLIM          107
 | |
| #define S_SCONTO        108
 | |
| #define S_ADDIVA        109
 | |
| #define S_CODIVA        110
 | |
| #define S_QOM           111
 | |
| #define S_QBASE         112
 | |
| #define S_CODARTOM      113
 | |
| #define S_UMOM          114
 | |
| #define S_PROMAGGIO     115
 | |
| #define S_PRZSTO        116
 | |
| #define S_DATAPRZSTO    117
 | |
| #define S_DATAULTAUM    118
 | |
| #define S_PERCPROVV     119
 | |
| 
 | |
| //bottoni
 | |
| #define DLG_CREA        501
 | |
| #define DLG_COMPATTA    502
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 |