163 lines
5.6 KiB
XML
163 lines
5.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="winFiltroRelatorioBilhetesVendidos"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winFiltroRelatorioBilhetesVendidos"
|
|
apply="${relatorioBilhetesVendidosController}"
|
|
contentStyle="overflow:auto" height="427px" width="550px"
|
|
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('relatorioBilhetesVendidosController.lbDatInicial.value')}" />
|
|
<datebox id="datInicial" width="90%"
|
|
format="dd/MM/yyyy" constraint="no empty" maxlength="10" />
|
|
<label
|
|
value="${c:l('relatorioBilhetesVendidosController.lbDatFinal.value')}" />
|
|
<datebox id="datFinal" width="90%"
|
|
format="dd/MM/yyyy" constraint="no empty" maxlength="10" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="20%" />
|
|
<column width="80%" />
|
|
</columns>
|
|
<rows>
|
|
<row spans="1,1,2">
|
|
<label
|
|
value="${c:l('relatorioBilhetesVendidosController.lbEmpresa.value')}" />
|
|
<combobox id="cmbEmpresa" buttonVisible="true"
|
|
constraint="no empty"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
model="@{winFiltroRelatorioBilhetesVendidos$composer.lsEmpresa}"
|
|
width="95%" />
|
|
</row>
|
|
<row spans="1,3">
|
|
<label value="Agencia" />
|
|
<bandbox id="bbPesquisaPuntoVenta" width="100%"
|
|
mold="rounded" readonly="true">
|
|
<bandpopup>
|
|
<vbox>
|
|
<hbox>
|
|
<label
|
|
value="${c:l('relatorioBilhetesVendidosController.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('relatorioLinhaOperacionalController.btnPesquisa.label')}" />
|
|
<button id="btnLimpar"
|
|
image="/gui/img/eraser.png"
|
|
label="${c:l('relatorioLinhaOperacionalController.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('relatorioBilhetesVendidosController.lbPuntoVenta.value')}" />
|
|
<listheader width="35%"
|
|
label="${c:l('relatorioBilhetesVendidosController.lbEmpresa.value')}" />
|
|
<listheader width="20%"
|
|
label="${c:l('relatorioBilhetesVendidosController.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('relatorioBilhetesVendidosController.lbPuntoVenta.value')}" />
|
|
<listheader width="35%"
|
|
label="${c:l('relatorioBilhetesVendidosController.lbEmpresa.value')}" />
|
|
<listheader width="20%"
|
|
label="${c:l('relatorioBilhetesVendidosController.lbNumero.value')}" />
|
|
<listheader width="5%" />
|
|
</listhead>
|
|
</listbox>
|
|
</row>
|
|
<row spans="4">
|
|
<paging id="pagingSelPuntoVenta" pageSize="10" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="40%" />
|
|
<column width="40%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioBilhetesVendidosController.lbStatus.value')}" />
|
|
<label value="" />
|
|
</row>
|
|
<row>
|
|
<checkbox id="chkVendido"
|
|
label="${c:l('relatorioBilhetesVendidosController.vendido.label')}" />
|
|
<checkbox id="chkCancelado"
|
|
label="${c:l('relatorioBilhetesVendidosController.cancelado.label')}" />
|
|
</row>
|
|
<row spans="3">
|
|
<radiogroup Id="rgLayout" >
|
|
<label value="${c:l('relatorioBilhetesVendidosController.dataVenda.label')}" />
|
|
<radio value="DATA_VENDA" checked = "true"/>
|
|
<label value="${c:l('relatorioBilhetesVendidosController.dataEmissao.label')}" />
|
|
<radio value="DATA_EMISSAO" />
|
|
</radiogroup>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="20%" />
|
|
<column width="30%" />
|
|
<column width="20%" />
|
|
<column width="30%" />
|
|
</columns>
|
|
<rows>
|
|
<row >
|
|
<label
|
|
value="${c:l('relatorioBilhetesVendidosController.lbEstado.value')}" />
|
|
<combobox id="cmbEstado"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
mold="rounded" buttonVisible="true"
|
|
style="width: 150px;"
|
|
model="@{winFiltroRelatorioBilhetesVendidos$composer.lsEstado}" />
|
|
|
|
<label value="${c:l('myComboboxMoeda.label.moeda')}" />
|
|
<combobox id="cmbMoeda" width="90%" buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxMoeda" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<toolbar>
|
|
<button id="btnExecutarRelatorio" image="/gui/img/find.png"
|
|
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
|
|
<button id="btnExecutarRelatorioNovoLayout"
|
|
image="/gui/img/find.png" label="Novo Layout" />
|
|
</toolbar>
|
|
|
|
</window>
|
|
</zk> |