diff --git a/src/java/com/rjconsultores/ventaboletos/web/utilerias/render/RenderFechamentoBoleto.java b/src/java/com/rjconsultores/ventaboletos/web/utilerias/render/RenderFechamentoBoleto.java index ed60918b9..8c74f8af2 100644 --- a/src/java/com/rjconsultores/ventaboletos/web/utilerias/render/RenderFechamentoBoleto.java +++ b/src/java/com/rjconsultores/ventaboletos/web/utilerias/render/RenderFechamentoBoleto.java @@ -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); diff --git a/web/WEB-INF/i3-label_es_MX.label b/web/WEB-INF/i3-label_es_MX.label index 69bb0ef50..ad1d36b11 100644 --- a/web/WEB-INF/i3-label_es_MX.label +++ b/web/WEB-INF/i3-label_es_MX.label @@ -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 diff --git a/web/WEB-INF/i3-label_pt_BR.label b/web/WEB-INF/i3-label_pt_BR.label index 944e45ade..c0f6cf881 100644 --- a/web/WEB-INF/i3-label_pt_BR.label +++ b/web/WEB-INF/i3-label_pt_BR.label @@ -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 diff --git a/web/gui/relatorios/filtroRelatorioRemessaCNAB.zul b/web/gui/relatorios/filtroRelatorioRemessaCNAB.zul index 7adc1c154..9b3e5384e 100644 --- a/web/gui/relatorios/filtroRelatorioRemessaCNAB.zul +++ b/web/gui/relatorios/filtroRelatorioRemessaCNAB.zul @@ -7,7 +7,7 @@ @@ -65,12 +65,13 @@ use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" multiple="false" height="90%"> - - - - - - + + + + + + +