Files correlati : co0.exe co1.exe Ricompilazione Demo : [ ] Commento : aggiunta stampa progressivi conferimenti Varie stampe dei vongolari. stampa per data licenza Modificato il tracciato dell'importazione conferimenti Non genera piu' documenti se il totale documento campione e' 0 Prima prova di filtro per stampa soci INAIL Creazione report , stampa soci inail Acconto 8% sui progressivi piu' modifiche alle stampe 8% e stampa progressivi Filtro sulla stampa co2200a per data licenza Totale sulla stampa progressivi Progressivi modificabili con shift f12 aggiunta stampa registro carico scarico Dalla versione 3.2 git-svn-id: svn://10.65.10.50/trunk@20584 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			70 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			70 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| // campi per la maschera co0600a
 | |
| 
 | |
| #define F_CODSOCIO    201
 | |
| #define F_DESSOCIO    202
 | |
| #define F_CODCF	      203
 | |
| #define F_RAGSOC      204
 | |
| #define F_DATAASS			205
 | |
| #define F_DATAREC			206
 | |
| #define F_NUMQUOTE		207	
 | |
| #define F_VALQUOTE		208
 | |
| #define F_LIBLAVORO		209
 | |
| #define F_DATAEMISS		210
 | |
| #define F_COMEMISS		211
 | |
| #define F_NOMEBARCA		212
 | |
| #define F_TIPOPROP		213
 | |
| #define F_TIPOCOMAPP	214
 | |
| #define F_LICENZA			215
 | |
| #define F_DATALIC			216
 | |
| #define F_COMPAGNIA1	217
 | |
| #define F_QUOTA1			218
 | |
| #define F_COMPAGNIA2	219
 | |
| #define F_QUOTA2			220
 | |
| #define F_COMPAGNIA3	221
 | |
| #define F_QUOTA3			222
 | |
| #define F_DATANASC		223
 | |
| #define F_COMNASC			224
 | |
| #define F_COFISOCIO		225
 | |
| #define F_DATADEL			226
 | |
| #define F_DATASCALIC	227
 | |
| 
 | |
| #define F_D_COMEMISS	231
 | |
| #define F_P_COMEMISS	232
 | |
| #define F_D_COMPAGNIA1	233
 | |
| #define F_D_COMPAGNIA2	234
 | |
| #define F_D_COMPAGNIA3	235
 | |
| #define F_D_COMNASC			236
 | |
| #define F_P_COMNASC			237
 | |
| 
 | |
| #define F_IMBARCAZIONI	251
 | |
| 
 | |
| #define F_I_TIPOCOMAPP	101
 | |
| #define F_I_TARGA				102
 | |
| #define F_I_MOTOBARCA		103
 | |
| #define F_I_DATAISC			104
 | |
| #define F_I_LUNGHEZZA		105
 | |
| #define F_I_LARGHEZZA		106
 | |
| #define F_I_ALTEZZA			107
 | |
| #define F_I_STLORDA			108
 | |
| #define F_I_SCADCOLL		109
 | |
| #define F_I_SCADSPEC		110
 | |
| #define F_I_STNETTA			111
 | |
| #define F_I_GT					112
 | |
| #define F_I_HP					113
 | |
| #define F_I_KW					114
 | |
| #define F_I_RIP					115
 | |
| #define F_I_SCADLICNAV	116
 | |
| #define F_I_SCADRUOLEQ	117
 | |
| #define F_I_NRRUOLEQUI	118
 | |
| #define F_I_SCADLICPES	119
 | |
| #define F_I_SCADPAGLIC	120
 | |
| 
 | |
| #define F_ANNO					252
 | |
| #define F_PROGRESSIVI		153
 | |
| 
 | |
| #define F_MESE					101
 | |
| #define F_CONF					102
 | |
| #define F_IVA 					103
 | |
| #define F_RIT 					104
 | |
| #define F_ACC8 					105
 |