AdmMono/web/gui/relatorios/filtroRelatorioVendasCartoe...

137 lines
5.1 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="winFiltroRelatorioVendasCartoes"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winFiltroRelatorioVendasCartoes"
apply="${relatorioVendasCartoesController}"
contentStyle="overflow:auto" height="380px" width="600px"
border="normal">
<grid fixedLayout="true">
<columns>
<column width="20%" />
<column width="30%" />
<column width="20%" />
<column width="30%" />
</columns>
<rows>
<row>
<label
value="${c:l('relatorioVendasCartoesController.lbDatInicial.value')}" />
<datebox id="datInicial" width="100%" mold="rounded"
format="dd/MM/yyyy" constraint="no empty" maxlength="10" />
<label
value="${c:l('relatorioVendasCartoesController.lbDatFinal.value')}" />
<datebox id="datFinal" width="100%" mold="rounded"
format="dd/MM/yyyy" constraint="no empty" maxlength="10" />
</row>
<row spans="1,3">
<label
value="${c:l('relatorioVendasCartoesController.lbEmpresa.value')}" />
<combobox id="cmbEmpresa" buttonVisible="true"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandarEmpresaUsuario"
model="@{winFiltroRelatorioVendasCartoes$composer.lsEmpresa}"
constraint="no empty" width="100%" />
</row>
<row spans="1,3">
<label
value="${c:l('relatorioVendasCartoesController.lb.puntoVenta.value')}" />
<combobox id="cmbPuntoVenta"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxPuntoVenta"
width="100%" mold="rounded" buttonVisible="true" />
</row>
<row spans="1,3">
<label
value="${c:l('relatorioVendasCartoesController.lb.estacao.value')}" />
<combobox id="cmbEstacion"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstacion"
width="100%" mold="rounded" buttonVisible="true" />
</row>
<row spans="1,3">
<label
value="${c:l('relatorioVendasCartoesController.lb.usuario.value')}" />
<combobox id="cmbUsuario"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxUsuario"
mold="rounded" buttonVisible="true" width="100%" />
</row>
<row spans="4" >
<radiogroup style="margin-left: 20%; spacing=15%;" >
<radio id="radioDataVenda" selected="true"
label="${c:l('relatorioVendasCartoesController.lb.buscarDataVenda.value')}" />
<radio id="radioDataCorte"
label="${c:l('relatorioVendasCartoesController.lb.bucarDataCorte.value')}" />
</radiogroup>
</row>
<row spans="1,2">
<label
value="${c:l('relatorioVendasCartoesControllerlbTipoAgencia.value')}" />
<bandbox id="bbPesquisaPuntoVenta" width="90%"
mold="rounded" readonly="true">
<bandpopup height="150px">
<vbox>
<hbox>
<textbox id="txtPalavraPesquisa" />
<button id="btnPesquisa"
image="/gui/img/find.png"
label="${c:l('relatorioVendasCartoesController.btnPesquisa.label')}" />
<button id="btnLimpar"
image="/gui/img/eraser.png"
label="${c:l('relatorioVendasCartoesController.btnLimpar.label')}" />
</hbox>
<listbox id="tipoPuntoVentaList"
mold="paging"
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
vflex="true" multiple="false" height="100%" width="360px">
<listhead>
<listheader
label="${c:l('relatorioVendasCartoesController.tipoPuntoVentaSelList.codigo')}" />
<listheader
label="${c:l('relatorioVendasCartoesController.tipoPuntoVentaSelList.nome')}" />
</listhead>
</listbox>
<paging id="pagingtipoPuntoVenta"
pageSize="10" />
</vbox>
</bandpopup>
</bandbox>
</row>
<row>
<cell colspan="2" rowspan="2">
<borderlayout height="100px">
<center border="0">
<listbox id="tipoPuntoVentaSelList"
mold="paging"
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
vflex="true" multiple="true" height="60%" width="100%">
<listhead>
<listheader
label="${c:l('relatorioVendasCartoesController.tipoPuntoVentaSelList.codigo')}" />
<listheader
label="${c:l('relatorioVendasCartoesController.tipoPuntoVentaSelList.nome')}" />
<listheader width="35px" />
</listhead>
</listbox>
</center>
</borderlayout>
</cell>
</row>
</rows>
</grid>
<toolbar>
<hlayout>
<button id="btnExecutarRelatorio" image="/gui/img/find.png"
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
<button id="btnExecutarRelatorioAlternativo" image="/gui/img/find.png"
label="Layout Alternativo" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('relatorioVendasCartoesController.ajuda')}"
style="cursor: help" />
</hlayout>
</toolbar>
</window>
</zk>