152 lines
5.3 KiB
XML
152 lines
5.3 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="winFiltroRelatorioLinhaOperacional"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winFiltroRelatorioLinhaOperacional"
|
|
apply="${relatorioLinhaOperacionalController}"
|
|
contentStyle="overflow:auto" width="700px" 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('relatorioReceitaDiariaAgenciaController.lbDataIni.value')}" />
|
|
<datebox id="datInicial" width="100%" mold="rounded"
|
|
format="dd/MM/yyyy" constraint="no empty"
|
|
maxlength="10" />
|
|
<label
|
|
value="${c:l('relatorioReceitaDiariaAgenciaController.lbDataFin.value')}" />
|
|
<datebox id="datFinal" width="100%" mold="rounded"
|
|
format="dd/MM/yyyy" constraint="no empty"
|
|
maxlength="10" />
|
|
</row>
|
|
|
|
<row visible="false">
|
|
<label
|
|
value="${c:l('relatorioLinhaOperacionalController.lbAgrupar.value')}" />
|
|
<checkbox
|
|
label="${c:l('relatorioLinhaOperacionalController.chkAgruparDia.value')}"
|
|
id="chkAgruparDia" />
|
|
<checkbox
|
|
label="${c:l('relatorioLinhaOperacionalController.chkAgruparMes.value')}"
|
|
id="chkAgruparMes" />
|
|
<checkbox
|
|
label="${c:l('relatorioLinhaOperacionalController.chkAgruparAno.value')}"
|
|
id="chkAgruparAno" />
|
|
</row>
|
|
|
|
<row spans="1,3">
|
|
<label
|
|
value="${c:l('relatorioLinhaOperacionalController.lblEmpresa.value')}" />
|
|
<combobox id="cmbEmpresa"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
mold="rounded" buttonVisible="true" width="50%"
|
|
model="@{winFiltroRelatorioLinhaOperacional$composer.lsEmpresa}" />
|
|
</row>
|
|
|
|
<row spans="1,3">
|
|
<label
|
|
value="${c:l('relatorioLinhaOperacionalController.lblEspecie.value')}" />
|
|
<combobox id="cmbEspecie" constraint="no empty"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
mold="rounded" buttonVisible="true" width="50%"
|
|
model="@{winFiltroRelatorioLinhaOperacional$composer.lsEspecie}" />
|
|
</row>
|
|
|
|
<row spans="1,3">
|
|
<label
|
|
value="${c:l('relatorioLinhaOperacionalController.lblAgrupar.value')}" />
|
|
<radiogroup Id="radioAgrupamento">
|
|
<radio Id="rdAgruparPorDia"
|
|
label="${c:l('relatorioLinhaOperacionalController.rdAgruparPorDia.value')}"
|
|
checked="true" />
|
|
<radio Id="rdAgruparPorMes"
|
|
label="${c:l('relatorioLinhaOperacionalController.rdAgruparPorMes.value')}" />
|
|
<radio Id="rdAgruparPorAno"
|
|
label="${c:l('relatorioLinhaOperacionalController.rdAgruparPorAno.value')}" />
|
|
</radiogroup>
|
|
</row>
|
|
|
|
<row spans="1,3">
|
|
<label
|
|
value="${c:l('relatorioLinhaOperacionalController.lbRuta.value')}" />
|
|
|
|
<vbox>
|
|
<bandbox id="bbPesquisaPuntoVenta" width="100%"
|
|
mold="rounded" readonly="true">
|
|
<bandpopup>
|
|
<vbox>
|
|
<hbox>
|
|
<label
|
|
value="${c:l('busquedaCatalogoDeRutaController.lhDesc.label')}" />
|
|
<textbox id="txtPalavraPesquisa"
|
|
width="250px"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
|
<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="pagingRuta"
|
|
pageSize="20" />
|
|
<listbox id="rutaList" mold="paging"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
vflex="true" height="100%" width="650px">
|
|
<listhead>
|
|
<listheader
|
|
label="${c:l('lb.id')}" width="15%" />
|
|
<listheader
|
|
label="${c:l('relatorioLinhaOperacionalController.prefixo.label')}"
|
|
width="20%" />
|
|
<listheader
|
|
label="${c:l('lb.dec')}" width="40%" />
|
|
<listheader
|
|
label="${c:l('relatorioLinhaOperacionalController.orgao.label')}"
|
|
width="25%" />
|
|
</listhead>
|
|
</listbox>
|
|
</vbox>
|
|
</bandpopup>
|
|
</bandbox>
|
|
|
|
<listbox id="rutaSelList" mold="paging"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
vflex="true" height="100px" width="100%">
|
|
<listhead>
|
|
<listheader label="${c:l('lb.id')}"
|
|
width="15%" />
|
|
<listheader label="${c:l('lb.dec')}"
|
|
width="75%" />
|
|
<listheader width="10%" />
|
|
</listhead>
|
|
</listbox>
|
|
<paging id="pagingSelRuta" pageSize="10" />
|
|
</vbox>
|
|
</row>
|
|
|
|
<row spans="4">
|
|
<checkbox id="chkBilhetesDevolvidos" checked="false"
|
|
label="${c:l('relatorioLinhaOperacionalController.lblBilhetesDevolvidos.value')}" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<toolbar>
|
|
<button id="btnExecutarRelatorio" image="/gui/img/find.png"
|
|
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
|
|
</toolbar>
|
|
</window>
|
|
</zk>
|
|
|