situazionePagamentiRicevuti.jsp 677 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<%@ include file="/project/include.jsp" %>

<shell:grid description="ente;dataPagamento;importoPagato,10%,-1,right;numeroVersamento" slave="ricevuti" />

<shell:fieldset title="Rate pagate">
<table border="0" cellspacing="3" cellpadding="0" style="width:100%">
		<tr>
  		<td class="form-label">
			<shell:label prop="ratePagate" />
		</td>
		<td class="form-values">	
			<bui:out modes="view" slave="${_slave}">
				<shell:grid slave="${_slave}" description="descrizione;dataEmissione;periodoRiferimentoDa;periodoRiferimentoA;numeroRata,5%,-1,right;importoPagato,10%,-1,right;numeroBollettino" property="ratePagate" />
			</bui:out>
		</td>
	</tr>
</table> 	
</shell:fieldset>