73 lines
2.7 KiB
XML
73 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="winFiltroRelatorioVendaCartaoCashMonitor"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winFiltroRelatorioVendaCartaoCashMonitor"
|
|
apply="${relatorioVendaCartaoCashMonitorController}" contentStyle="overflow:auto"
|
|
height="220px" width="560px" border="normal">
|
|
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="25%" />
|
|
<column width="25%" />
|
|
<column width="25%" />
|
|
<column width="25%" />
|
|
</columns>
|
|
|
|
<rows>
|
|
<row>
|
|
<label value="${c:l('relatorioVendaCartaoCashMonitorController.transacao.label')}" />
|
|
<label value=" " />
|
|
<label value=" " />
|
|
<label value=" " />
|
|
</row>
|
|
|
|
<row>
|
|
<label value="${c:l('relatorioVendaCartaoCashMonitorController.dataInicio.label')}" />
|
|
<datebox id="dataInicial" width="100%" mold="rounded" format="dd/MM/yyyy" maxlength="10" constraint="no empty" />
|
|
<label value="${c:l('relatorioVendaCartaoCashMonitorController.dataFim.label')}" />
|
|
<datebox id="dataFinal" width="100%" mold="rounded" format="dd/MM/yyyy" maxlength="10" constraint="no empty" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="50%" />
|
|
<column width="50%" />
|
|
</columns>
|
|
|
|
<rows>
|
|
<row>
|
|
<label value="${c:l('relatorioVendaCartaoCashMonitorController.empresa.label')}" />
|
|
<combobox id="cmbEmpresa" width="70%" maxlength="60"
|
|
mold="rounded" buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
model="@{winFiltroRelatorioVendaCartaoCashMonitor$composer.lsEmpresas}" />
|
|
</row>
|
|
|
|
<row>
|
|
<label value="${c:l('relatorioVendaCartaoCashMonitorController.agencia.label')}" />
|
|
<combobox id="cmbAgencia" width="70%" maxlength="60"
|
|
mold="rounded" buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxPuntoVenta" />
|
|
</row>
|
|
|
|
<row>
|
|
<label value="${c:l('relatorioVendaCartaoCashMonitorController.modelo.label')}" />
|
|
<combobox id="cmbModelo" width="70%"
|
|
buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
model="@{winFiltroRelatorioVendaCartaoCashMonitor$composer.lsModelo}" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
|
|
<toolbar>
|
|
<button id="btnSalvarRelatorioCSV" image="/gui/img/excel.png" label="${c:l('relatorioVendaCartaoCashMonitorController.btnSalvarRelatorioCSV.label')}" />
|
|
</toolbar>
|
|
</window>
|
|
</zk> |