89 lines
3.6 KiB
XML
89 lines
3.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?page contentType="text/html;charset=UTF-8"?>
|
|
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>
|
|
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="winFiltroRelatorioRemessaCNAB"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
|
|
<window id="winFiltroRelatorioRemessaCNAB" border="normal"
|
|
apply="${relatorioArquivoRemessaCNABController}" width="950px"
|
|
height="590px" contentStyle="overflow:auto"
|
|
title="${c:l('relatorioRemessaCNAB.window.title')}"
|
|
xmlns:h="http://www.w3.org/1999/xhtml">
|
|
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="30%" />
|
|
<column width="35%" />
|
|
<column width="35%" />
|
|
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<!-- Empresa -->
|
|
<label
|
|
value="${c:l('relatorioRemessaCNAB.lbEmpresa.label')}" />
|
|
<cell colspan="2">
|
|
<combobox id="cmbEmpresa"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
mold="rounded" buttonVisible="true" width="70%"
|
|
selectedItem="@{winFiltroRelatorioRemessaCNAB$composer.empresa}" />
|
|
</cell>
|
|
|
|
</row>
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioRemessaCNAB.lbFec.label')}" />
|
|
<cell colspan="2">
|
|
<datebox id="fecBoletoIni" width="130px"
|
|
format="dd/MM/yyyy" constraint="no empty"
|
|
maxlength="10" />
|
|
<space />
|
|
<label
|
|
value="${c:l('relatorioRemessaCNAB.lbAte.label')}" />
|
|
<space />
|
|
<datebox id="fecBoletoFin" width="130px"
|
|
format="dd/MM/yyyy" constraint="no empty"
|
|
maxlength="10" />
|
|
</cell>
|
|
</row>
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioRemessaCNAB.reenviarGerados.label')}" />
|
|
<cell colspan="2">
|
|
<checkbox id="chkReenviarGerados" value="@{winFiltroRelatorioRemessaCNAB$composer.reenviar}" />
|
|
</cell>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
|
|
<toolbar>
|
|
<button id="btnPesquisar"
|
|
image="/gui/img/enginer.png"
|
|
label="${c:l('relatorioRemessaCNAB.btnPesquisar.label')}" />
|
|
<button id="btnExecutarRemessa"
|
|
image="/gui/img/enginer.png"
|
|
label="${c:l('relatorioRemessaCNAB.btnGerarRemessa.label')}" />
|
|
<button id="btnImportarRetorno" visible="false"
|
|
image="/gui/img/enginer.png"
|
|
label="${c:l('relatorioRemessaCNAB.btnImportarRetornoRemessa.label')}" />
|
|
</toolbar>
|
|
|
|
<listbox id="boletoFechamentoList"
|
|
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="22%"/>
|
|
<listheader image="/gui/img/builder.gif" label="${c:l('relatorioRemessaCNAB.lbEmpresaSacado.value')}" width="22%" />
|
|
<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="5%" />
|
|
<listheader image="/gui/img/builder.gif" label="${c:l('relatorioRemessaCNAB.lbImpresso.value')}" width="7%" />
|
|
</listhead>
|
|
</listbox>
|
|
|
|
</window>
|
|
</zk> |