191 lines
6.4 KiB
XML
191 lines
6.4 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="winFiltroRelatorioOperacionalFinanceiro"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winFiltroRelatorioOperacionalFinanceiro"
|
|
apply="${relatorioOperacionalFinanceiroController}"
|
|
contentStyle="overflow:auto" height="470px" width="580px"
|
|
border="normal">
|
|
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="25%" />
|
|
<column width="75%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioOperacionalFinanceiroController.lbDataIniVenda.value')}" />
|
|
<datebox id="datInicialVenda" width="30%"
|
|
mold="rounded" format="dd/MM/yyyy" maxlength="10" />
|
|
</row>
|
|
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioOperacionalFinanceiroController.lbDataFinVenda.value')}" />
|
|
<datebox id="datFinalVenda" width="30%"
|
|
mold="rounded" format="dd/MM/yyyy" maxlength="10" />
|
|
</row>
|
|
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioOperacionalFinanceiroController.lbEmpresa.value')}" />
|
|
<combobox id="cmbEmpresa" width="100%"
|
|
maxlength="60" mold="rounded" buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
model="@{winFiltroRelatorioOperacionalFinanceiro$composer.lsEmpresas}" />
|
|
</row>
|
|
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioOperacionalFinanceiroController.lbLinha.value')}" />
|
|
|
|
<bandbox id="bbPesquisaLinha" width="100%"
|
|
mold="rounded" readonly="true">
|
|
<bandpopup>
|
|
<vbox>
|
|
|
|
<hbox>
|
|
<textbox
|
|
id="txtPalavraPesquisaLinha" />
|
|
<button id="btnPesquisaLinha"
|
|
image="/gui/img/find.png"
|
|
label="${c:l('relatorioOperacionalFinanceiroController.btnPesquisa.value')}" />
|
|
<button id="btnLimparLinha"
|
|
image="/gui/img/eraser.png"
|
|
label="${c:l('relatorioOperacionalFinanceiroController.btnLimpar.value')}" />
|
|
</hbox>
|
|
|
|
<listbox id="linhaList" mold="paging"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
vflex="true" multiple="false" height="60%" width="410px">
|
|
<listhead>
|
|
<listheader
|
|
label="${c:l('relatorioOperacionalFinanceiroController.lbNumRuta.value')}"
|
|
width="18%" />
|
|
<listheader
|
|
label="${c:l('relatorioOperacionalFinanceiroController.lbPrefixo.value')}"
|
|
width="20%" />
|
|
<listheader
|
|
label="${c:l('lb.dec')}" width="35%" />
|
|
<listheader
|
|
label="${c:l('relatorioOperacionalFinanceiroController.lbOrgao.value')}"
|
|
width="27%" />
|
|
</listhead>
|
|
</listbox>
|
|
<paging id="pagingLinha" pageSize="10" />
|
|
</vbox>
|
|
</bandpopup>
|
|
</bandbox>
|
|
</row>
|
|
|
|
<row>
|
|
<cell colspan="2">
|
|
<borderlayout height="100px">
|
|
<center border="0">
|
|
<listbox id="linhaListSelList"
|
|
mold="paging"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
vflex="true" multiple="true" height="60%" width="100%">
|
|
<listhead>
|
|
<listheader
|
|
label="${c:l('relatorioOperacionalFinanceiroController.lbNumRuta.value')}"
|
|
width="18%" />
|
|
<listheader
|
|
label="${c:l('relatorioOperacionalFinanceiroController.lbPrefixo.value')}"
|
|
width="20%" />
|
|
<listheader
|
|
label="${c:l('lb.dec')}" width="35%" />
|
|
<listheader
|
|
label="${c:l('relatorioOperacionalFinanceiroController.lbOrgao.value')}"
|
|
width="20%" />
|
|
<listheader width="7%" />
|
|
</listhead>
|
|
</listbox>
|
|
</center>
|
|
</borderlayout>
|
|
</cell>
|
|
</row>
|
|
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioOperacionalFinanceiroController.lbTramo.value')}" />
|
|
|
|
<bandbox id="bbPesquisaTramo" width="100%"
|
|
mold="rounded" readonly="true">
|
|
<bandpopup>
|
|
<vbox>
|
|
<hbox>
|
|
<label
|
|
value="${c:l('relatorioOperacionalFinanceiroController.labelOrigen.value')}" />
|
|
<combobox id="cmbParadaOrigem"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada"
|
|
mold="rounded" buttonVisible="true" width="100%" />
|
|
|
|
<button id="btnPesquisaTramo"
|
|
image="/gui/img/find.png"
|
|
label="${c:l('relatorioOperacionalFinanceiroController.btnPesquisa.value')}" />
|
|
<button id="btnLimparTramo"
|
|
image="/gui/img/eraser.png"
|
|
label="${c:l('relatorioOperacionalFinanceiroController.btnLimpar.value')}" />
|
|
</hbox>
|
|
|
|
<hbox>
|
|
<label
|
|
value="${c:l('relatorioOperacionalFinanceiroController.labelDestino.value')}" />
|
|
<combobox id="cmbParadaDestino" autodrop="false"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada"
|
|
mold="rounded" buttonVisible="true" width="100%" />
|
|
</hbox>
|
|
|
|
<listbox id="tramoList" mold="paging"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
vflex="true" multiple="false" height="60%" width="410px">
|
|
<listhead>
|
|
<listheader
|
|
label="${c:l('relatorioOperacionalFinanceiroController.lbNumTramo.value')}"
|
|
width="30%" />
|
|
<listheader
|
|
label="${c:l('lb.dec')}" width="70%" />
|
|
|
|
</listhead>
|
|
</listbox>
|
|
<paging id="pagingTramo" pageSize="10" />
|
|
</vbox>
|
|
</bandpopup>
|
|
</bandbox>
|
|
</row>
|
|
|
|
<row>
|
|
<cell colspan="2">
|
|
<borderlayout height="100px">
|
|
<center border="0">
|
|
<listbox id="tramoListSelList"
|
|
mold="paging"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
vflex="true" multiple="true" height="60%" width="100%">
|
|
<listhead>
|
|
<listheader
|
|
label="${c:l('relatorioOperacionalFinanceiroController.lbNumTramo.value')}"
|
|
width="30%" />
|
|
<listheader
|
|
label="${c:l('lb.dec')}" width="63%" />
|
|
<listheader width="7%" />
|
|
</listhead>
|
|
</listbox>
|
|
</center>
|
|
</borderlayout>
|
|
</cell>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
|
|
<toolbar>
|
|
<button id="btnExecutarRelatorio" image="/gui/img/find.png"
|
|
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
|
|
</toolbar>
|
|
</window>
|
|
</zk> |