Remessa Bradesco
bug#10881 bug#9803 bug#9100 dev:Rafael Henrique qua:Marcelo git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@83161 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
c0cfa3e1fd
commit
bd06450b65
|
@ -34,6 +34,9 @@ public class RenderFechamentoBoleto implements ListitemRenderer {
|
|||
lc = new Listcell(new SimpleDateFormat("dd/MM/yyyy").format(fechamentoBoleto.getFecdocumento()));
|
||||
lc.setParent(lstm);
|
||||
|
||||
lc = new Listcell(new SimpleDateFormat("dd/MM/yyyy").format(fechamentoBoleto.getFecvencimento()));
|
||||
lc.setParent(lstm);
|
||||
|
||||
lc = new Listcell(numberFormat.format(fechamentoBoleto.getValordocumento().doubleValue()));
|
||||
lc.setParent(lstm);
|
||||
|
||||
|
|
|
@ -7370,6 +7370,7 @@ relatorioRemessaCNAB.lbEmpresa.value = Empresa
|
|||
relatorioRemessaCNAB.lbEmpresaSacado.value = Sacador
|
||||
relatorioRemessaCNAB.lbNossoNumero.value = Nosso Número
|
||||
relatorioRemessaCNAB.lbDataEmissao.value = Dt. Emissão
|
||||
relatorioRemessaCNAB.lbDataVencimento.value = Dt. Vencimento
|
||||
relatorioRemessaCNAB.lbValor.value = Valor
|
||||
relatorioRemessaCNAB.lbRemessa.value = Enviado
|
||||
relatorioRemessaCNAB.MGS.erroSemEmpresa = Escolha uma empresa
|
||||
|
|
|
@ -7831,6 +7831,7 @@ relatorioRemessaCNAB.lbEmpresa.value = Empresa
|
|||
relatorioRemessaCNAB.lbEmpresaSacado.value = Sacador
|
||||
relatorioRemessaCNAB.lbNossoNumero.value = Nosso Número
|
||||
relatorioRemessaCNAB.lbDataEmissao.value = Dt. Emissão
|
||||
relatorioRemessaCNAB.lbDataVencimento.value = Dt. Vencimento
|
||||
relatorioRemessaCNAB.lbValor.value = Valor
|
||||
relatorioRemessaCNAB.lbRemessa.value = Enviado
|
||||
relatorioRemessaCNAB.MGS.erroSemEmpresa = Escolha uma empresa
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<zk xmlns="http://www.zkoss.org/2005/zul">
|
||||
|
||||
<window id="winFiltroRelatorioRemessaCNAB" border="normal"
|
||||
apply="${relatorioArquivoRemessaCNABController}" width="480px"
|
||||
apply="${relatorioArquivoRemessaCNABController}" width="950px"
|
||||
height="590px" contentStyle="overflow:auto"
|
||||
title="${c:l('relatorioRemessaCNAB.window.title')}"
|
||||
xmlns:h="http://www.w3.org/1999/xhtml">
|
||||
|
@ -65,12 +65,13 @@
|
|||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||||
multiple="false" height="90%">
|
||||
<listhead sizable="true">
|
||||
<listheader image="/gui/img/builder.gif" label="${c:l('relatorioRemessaCNAB.lbEmpresa.value')}" width="20%"/>
|
||||
<listheader image="/gui/img/builder.gif" label="${c:l('relatorioRemessaCNAB.lbEmpresaSacado.value')}" width="20%" />
|
||||
<listheader image="/gui/img/builder.gif" label="${c:l('relatorioRemessaCNAB.lbNossoNumero.value')}" width="20%" />
|
||||
<listheader image="/gui/img/builder.gif" label="${c:l('relatorioRemessaCNAB.lbDataEmissao.value')}" width="20%" />
|
||||
<listheader image="/gui/img/builder.gif" label="${c:l('relatorioRemessaCNAB.lbValor.value')}" width="20%" />
|
||||
<listheader image="/gui/img/builder.gif" label="${c:l('relatorioRemessaCNAB.lbRemessa.value')}" width="20%" />
|
||||
<listheader image="/gui/img/builder.gif" label="${c:l('relatorioRemessaCNAB.lbEmpresa.value')}" width="23%"/>
|
||||
<listheader image="/gui/img/builder.gif" label="${c:l('relatorioRemessaCNAB.lbEmpresaSacado.value')}" width="23%" />
|
||||
<listheader image="/gui/img/builder.gif" label="${c:l('relatorioRemessaCNAB.lbNossoNumero.value')}" width="14%" />
|
||||
<listheader image="/gui/img/builder.gif" label="${c:l('relatorioRemessaCNAB.lbDataEmissao.value')}" width="10%" />
|
||||
<listheader image="/gui/img/builder.gif" label="${c:l('relatorioRemessaCNAB.lbDataVencimento.value')}" width="10%" />
|
||||
<listheader image="/gui/img/builder.gif" label="${c:l('relatorioRemessaCNAB.lbValor.value')}" width="10%" />
|
||||
<listheader image="/gui/img/builder.gif" label="${c:l('relatorioRemessaCNAB.lbRemessa.value')}" width="10%" />
|
||||
</listhead>
|
||||
</listbox>
|
||||
|
||||
|
|
Loading…
Reference in New Issue