AdmMono/web/gui/relatorios/filtroRelatorioDevolucaoBil...

165 lines
6.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="winFiltroRelatorioDevolucaoBilhetes"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winFiltroRelatorioDevolucaoBilhetes"
apply="${relatorioDevolucaoBilhetesController}"
contentStyle="overflow:auto" height="324px" 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('relatorioDevolucaoBilhetesController.lbDataIni.value')}" />
<datebox id="datInicial" width="90%"
format="dd/MM/yyyy" lenient="false" constraint="no empty"
maxlength="10" />
<label
value="${c:l('relatorioDevolucaoBilhetesController.lbDataFin.value')}" />
<datebox id="datFinal" width="90%"
format="dd/MM/yyyy" lenient="false" constraint="no empty"
maxlength="10" />
</row>
<row>
<label
value="${c:l('relatorioDevolucaoBilhetesController.lbEmpresa.value')}" />
<combobox id="cmbEmpresa" width="90%" mold="rounded"
buttonVisible="true"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
model="@{winFiltroRelatorioDevolucaoBilhetes$composer.lsEmpresa}"
/>
<label
value="${c:l('relatorioDevolucaoBilhetesController.lbTipoPuntoVenta.value')}" />
<combobox id="cmbTipoPuntoVenta" width="90%"
mold="rounded" buttonVisible="true"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
model="@{winFiltroRelatorioDevolucaoBilhetes$composer.lsTipoPuntoVenta}" />
</row>
<row>
<label value="${c:l('relatorioDevolucaoBilhetesController.rdIndAgenciaDevol.cmbReceitaImposto.label')}" />
<combobox id="cmbReceitaImposto" width="90%"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
mold="rounded" constraint="no empty">
<comboitem label="${c:l('relatorioDevolucaoBilhetesController.rdIndAgenciaDevol.cmbReceitaImposto.cmbItemReceitas')}" value="1" />
<comboitem label="${c:l('relatorioDevolucaoBilhetesController.rdIndAgenciaDevol.cmbReceitaImposto.cmbItemReceitaPassagem')}"
value="2" />
<comboitem label="${c:l('relatorioDevolucaoBilhetesController.rdIndAgenciaDevol.cmbReceitaImposto.cmbItemReceitaSeguro')}" value="3" />
<comboitem label="${c:l('relatorioDevolucaoBilhetesController.rdIndAgenciaDevol.cmbReceitaImposto.cmbItemReceitaEmbarque')}"
value="4" />
<comboitem label="${c:l('relatorioDevolucaoBilhetesController.rdIndAgenciaDevol.cmbReceitaImposto.cmbItemReceitaPedagio')}" value="5" />
<comboitem label="${c:l('relatorioDevolucaoBilhetesController.rdIndAgenciaDevol.cmbReceitaImposto.cmbItemReceitaBagagem')}" value="6" />
</combobox>
<label
value="${c:l('relatorioDevolucaoBilhetesController.lbPuntoVenta.value')}" />
<bandbox id="bbPesquisaPuntoVenta" width="90%"
mold="rounded" readonly="true">
<bandpopup height="150px">
<vbox>
<hbox>
<textbox id="txtPalavraPesquisa" />
<button id="btnPesquisa"
image="/gui/img/find.png"
label="${c:l('relatorioDevolucaoBilhetesController.btnPesquisa.label')}" />
<button id="btnLimpar"
image="/gui/img/eraser.png"
label="${c:l('relatorioDevolucaoBilhetesController.btnLimpar.label')}" />
</hbox>
<listbox id="puntoVentaList"
mold="paging"
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
vflex="true" multiple="false" height="100%" width="360px">
<listhead>
<listheader
label="${c:l('relatorioDevolucaoBilhetesController.puntoVentaSelList.codigo')}" />
<listheader
label="${c:l('relatorioDevolucaoBilhetesController.puntoVentaSelList.nome')}" />
</listhead>
</listbox>
<paging id="pagingPuntoVenta"
pageSize="10" />
</vbox>
</bandpopup>
</bandbox>
</row>
<row>
<label
value="${c:l('relatorioDevolucaoBilhetesController.lbEstado.value')}" />
<listbox id="estadoList" mold="select" rows="3"
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
vflex="true" multiple="true" width="90%">
<listhead>
<listheader
label="${c:l('relatorioDevolucaoBilhetesController.lbEstado.value')}" />
</listhead>
</listbox>
<cell colspan="2" rowspan="2">
<borderlayout height="100px">
<center border="0">
<listbox id="puntoVentaSelList"
mold="paging"
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
vflex="true" multiple="true" height="60%" width="100%">
<listhead>
<listheader
label="${c:l('relatorioDevolucaoBilhetesController.puntoVentaSelList.codigo')}" />
<listheader
label="${c:l('relatorioDevolucaoBilhetesController.puntoVentaSelList.nome')}" />
<listheader width="35px" />
</listhead>
</listbox>
</center>
</borderlayout>
</cell>
</row>
<row>
<label
value="${c:l('relatorioDevolucaoBilhetesController.lbDevolucao.value')}" />
<cell>
<radiogroup id="rdIndAgenciaDevol" />
<radio id="rd1" checked="true"
label="${c:l('relatorioDevolucaoBilhetesController.rdIndAgenciaDevol.rd1.label')}"
radiogroup="rdIndAgenciaDevol" />
<radio id="rd2"
label="${c:l('relatorioDevolucaoBilhetesController.rdIndAgenciaDevol.rd2.label')}"
radiogroup="rdIndAgenciaDevol" />
</cell>
</row>
<row>
<cell colspan="2">
<checkbox id="chkExcessoBagagem"
label="${c:l('relatorioDevolucaoBilhetesController.chkExcessoBagagem.label')}" />
</cell>
<cell colspan="2">
<checkbox id="chkContemplarGap"
label="${c:l('relatorioDevolucaoBilhetesController.chkContemplarGap.label')}" />
</cell>
</row>
</rows>
</grid>
<toolbar>
<button id="btnExecutarRelatorio" image="/gui/img/find.png"
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
</toolbar>
</window>
</zk>