<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %> <%@ page language="java" import="it.acxent.jsp.*" %> <%-- DICHIARAZIONE BEAN --%> <%-- FINE DICHIARAZIONE BEAN --%>
<% listaPagamenti.resetAllPartialResults(); %>
VAI ALLA PAGINA DEI PAGAMENTI VAI ALLA PAGINA DEL CLIENTE INSERISCI NUOVO PAGAMENTO
Cliente/Fornitore Documento Data Documento Tipo Documento Acconto/Saldo Importo Nota
<%= row.getDocumento().getClifor().getNominativoCompleto() %>   <%= row.getDocumento().getNumeroDocumentoCompleto() %>   R <%= df.format(row.getDocumento().getDataRiferimento()) %> <%= df.format(row.getData()) %> <%= df.format(row.getData()) %> <%= df.format(row.getData()) %> <%= row.getDocumento().getTipoDocumento().getDescrizione() %> Pagamento - <%= row.getTipoPagamento().getDescrizione() %> <%= row.getDescrizioneFlgTipoIncasso() %> <%= nf.format(row.getImporto()) %> <%= row.getNota() %>
Totale         <%= nf.format(listaPagamenti.getSumPartialResult("importo")) %>