AdmMono/web/gui/relatorios/filtroRelatorioOrigemDestin...

110 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="winFiltroRelatorioOrigemDestino"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winFiltroRelatorioOrigemDestino"
apply="${relatorioOrigemDestinoController}"
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" lenient="false" constraint="no empty"
maxlength="10" />
<label
value="${c:l('relatorioReceitaDiariaAgenciaController.lbDataFin.value')}" />
<datebox id="datFinal" width="100%" mold="rounded"
format="dd/MM/yyyy" lenient="false" constraint="no empty"
maxlength="10" />
</row>
<row spans="1,3">
<label
value="${c:l('relatorioOrigemDestinoController.lblEmpresa.value')}" />
<combobox id="cmbEmpresa"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
mold="rounded" buttonVisible="true" width="40%"
model="@{winFiltroRelatorioOrigemDestino$composer.lsEmpresa}" />
</row>
<row spans="1,3">
<label
value="${c:l('relatorioOrigemDestinoController.lbServico.value')}" />
<bandbox id="bbPesquisaCorrida" width="100%"
mold="rounded" readonly="true">
<bandpopup>
<vbox>
<hbox>
<label
value="${c:l('relatorioOrigemDestinoController.lbServico.value')}" />
<intbox id="txtCorridaId"
width="100%" 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="pagingCorrida"
pageSize="10" />
<listbox id="corridaList" mold="paging"
checkmark="true"
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
vflex="true" multiple="true" height="100%" width="700px">
<listhead>
<listheader
label="${c:l('relatorioOrigemDestinoController.lbServico.value')}"
width="10%" />
<listheader
label="${c:l('relatorioOrigemDestinoController.lbFecServico.value')}"
width="10%" />
<listheader
label="${c:l('relatorioOrigemDestinoController.horaSaida.label')}"
width="5%" />
<listheader
label="${c:l('relatorioOrigemDestinoController.origem.label')}" />
<listheader
label="${c:l('relatorioOrigemDestinoController.destino.label')}" />
<listheader
label="${c:l('relatorioOrigemDestinoController.rutaId.label')}"
width="10%" />
<listheader
label="${c:l('relatorioOrigemDestinoController.descRuta.label')}" />
</listhead>
</listbox>
</vbox>
</bandpopup>
</bandbox>
</row>
<row spans="4">
<checkbox id="chkBilhetesGratuitos"
label="${c:l('relatorioOrigemDestinoController.chkBilhetesGratuitos.value')}" />
</row>
<row spans="4">
<checkbox id="chkTrechoSemMovimento" checked="false"
label="${c:l('relatorioOrigemDestinoController.chkTrechoSemMovimento.value')}" />
</row>
</rows>
</grid>
<toolbar>
<button id="btnExecutarRelatorio" image="/gui/img/find.png"
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
</toolbar>
</window>
</zk>