AdmMono/VentaBoletosAdm/web/gui/relatorios/filtroRelatorioVendasPercur...

103 lines
3.9 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="winFiltroRelatorioVendasPercurso"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winFiltroRelatorioVendasPercurso"
apply="${relatorioVendasPercursoController}"
contentStyle="overflow:auto" height="300px" width="550px"
border="normal" closable="true">
<grid fixedLayout="true">
<columns>
<column width="25%" />
<column width="30%" />
<column width="15%" />
<column width="30%" />
</columns>
<rows>
<row spans="1,3">
<label
value="${c:l('relatorioVendasPercursoController.lbPuntoVenta.value')}"/>
<bandbox id="bbPesquisaPuntoVenta" width="100%"
mold="rounded" readonly="true">
<bandpopup>
<vbox>
<hbox>
<label
value="${c:l('relatorioVendasPercursoController.lbPuntoVenta.value')}" />
<textbox id="txtNombrePuntoVenta"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
width="300px" mold="rounded" />
<button id="btnPesquisa"
image="/gui/img/find.png"
label="${c:l('relatorioVendasPercursoController.btnPesquisa.label')}" />
<button id="btnLimpar"
image="/gui/img/eraser.png"
label="${c:l('relatorioVendasPercursoController.btnLimpar.label')}" />
</hbox>
<paging id="pagingPuntoVenta" pageSize="10" />
<listbox id="puntoVentaList"
mold="paging"
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
vflex="true" height="100%" width="700px">
<listhead>
<listheader
label="${c:l('relatorioVendasPercursoController.lbPuntoVenta.value')}" />
<listheader width="35%"
label="${c:l('relatorioVendasPercursoController.lbEmpresa.value')}" />
<listheader width="20%"
label="${c:l('relatorioVendasPercursoController.lbNumero.value')}" />
</listhead>
</listbox>
</vbox>
</bandpopup>
</bandbox>
</row>
<row spans="4">
<listbox id="puntoVentaSelList" mold="paging"
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
vflex="true" height="100px" width="100%">
<listhead>
<listheader
label="${c:l('relatorioVendasPercursoController.lbPuntoVenta.value')}" />
<listheader width="35%"
label="${c:l('relatorioVendasPercursoController.lbEmpresa.value')}" />
<listheader width="20%"
label="${c:l('relatorioVendasPercursoController.lbNumero.value')}" />
<listheader width="8%" />
</listhead>
</listbox>
<paging id="pagingSelPuntoVenta" pageSize="10" />
</row>
<row>
<label
value="${c:l('relatorioVendasPercursoController.dataInicial.value')}" />
<datebox id="fecInicio" format="dd/MM/yyyy"
width="90%" maxlength="10" />
<label
value="${c:l('relatorioVendasPercursoController.dataFinal.value')}" />
<datebox id="fecFinal" format="dd/MM/yyyy"
width="90%" maxlength="10" />
</row>
<row>
<label
value="${c:l('relatorioVendasPercursoController.estacion.label')}" />
<combobox id="cmbEstacion" constraint="no empty"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
width="70%" mold="rounded" buttonVisible="true"
model="@{winFiltroRelatorioVendasPercurso$composer.lsEstacion}" />
<label value="${c:l('relatorioVendasPercursoController.corridaId.label')}"/>
<intbox id="txtIdCorrida" width="90%" maxlength="8" constraint="no empty" />
</row>
</rows>
</grid>
<toolbar>
<button id="btnExecutarRelatorio" image="/gui/img/find.png"
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
</toolbar>
</window>
</zk>