AdmMono/web/gui/relatorios/filtroRelatorioDepositosDet...

67 lines
2.7 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="winFiltroRelatorioDepositosDetalhados"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winFiltroRelatorioDepositosDetalhados"
apply="${relatorioDepositosDetalhadosController}"
contentStyle="overflow:auto" width="700px" border="normal">
<grid fixedLayout="true">
<columns>
<column width="13%" />
<column width="37%" />
<column width="13%" />
<column width="37%" />
</columns>
<rows>
<row>
<label
value="${c:l('relatorioDepositosDetalhadosController.lbDataIni.value')}" />
<datebox id="dataInicial" width="100%" mold="rounded"
format="dd/MM/yyyy" constraint="no empty"
maxlength="10" />
<label
value="${c:l('relatorioDepositosDetalhadosController.lbDataFin.value')}" />
<datebox id="dataFinal" width="100%" mold="rounded"
format="dd/MM/yyyy" constraint="no empty"
maxlength="10" />
</row>
<row>
<label
value="${c:l('relatorioDepositosDetalhadosController.lbDataMovIni.value')}" />
<datebox id="dataMovimentoInicial" width="100%" mold="rounded"
format="dd/MM/yyyy" maxlength="10" />
<label
value="${c:l('relatorioDepositosDetalhadosController.lbDataMovFin.value')}" />
<datebox id="dataMovimentoFinal" width="100%" mold="rounded"
format="dd/MM/yyyy" maxlength="10" />
</row>
<row>
<label
value="${c:l('relatorioDepositosDetalhadosController.lbEmpresa.value')}" />
<combobox id="cmbEmpresa"
buttonVisible="true"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
model="@{winFiltroRelatorioDepositosDetalhados$composer.lsEmpresa}"
width="95%" />
<label value="${c:l('relatorioDepositosDetalhadosController.lbPuntoVenta')}"/>
<combobox id="cmbPuntoVenta"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxPuntoVenta"
mold="rounded" buttonVisible="true" />
</row>
<row>
<label
value="${c:l('relatorioDepositosDetalhadosController.lbBanco.value')}" />
<combobox id="cmbBanco" use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
width="95%" model="@{winFiltroRelatorioDepositosDetalhados$composer.lsBanco}" />
</row>
</rows>
</grid>
<toolbar>
<button id="btnExecutarRelatorio" image="/gui/img/find.png"
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
</toolbar>
</window>
</zk>