AdmMono/web/gui/relatorios/filtroRelatorioVendasPacote...

118 lines
4.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="winFiltroRelatorioVendasPacotesBoletos"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winFiltroRelatorioVendasPacotesBoletos"
apply="${relatorioVendasPacotesBoletosController}"
contentStyle="overflow:auto" width="700px" border="normal">
<grid fixedLayout="true">
<columns>
<column width="13%" />
<column width="37%" />
<column width="13%" />
<column width="37%" />
</columns>
<rows>
<row spans="1,3">
<label
value="${c:l('relatorioVendasPacotesBoletosController.lblEmpresa.value')}" />
<combobox id="cmbEmpresa" constraint="no empty"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
mold="rounded" buttonVisible="true" width="80%"
model="@{winFiltroRelatorioVendasPacotesBoletos$composer.lsEmpresa}" />
</row>
<row spans="1,3">
<label
value="${c:l('relatorioVendasPacotesBoletosController.lblUsuario.value')}" />
<combobox id="cmbUsuario"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxUsuario"
mold="rounded" buttonVisible="true" width="40%"/>
</row>
<row spans="1,3">
<label
value="${c:l('relatorioVendasPacotesBoletosController.lblTipoTarifaPacote.value')}" />
<combobox id="cmbTipoTarifaPacote"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
mold="rounded" buttonVisible="true" width="80%"
model="@{winFiltroRelatorioVendasPacotesBoletos$composer.lsTipoTarifaPacote}" />
</row>
<row>
<label
value="${c:l('relatorioVendasPacotesBoletosController.lblOrigem.value')}" />
<cell>
<combobox id="cmbParadaOrigemCve"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParadaCve"
mold="rounded" buttonVisible="true" width="30%" />
<combobox id="cmbParadaOrigem"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada"
mold="rounded" buttonVisible="true" width="65%" />
</cell>
<label
value="${c:l('relatorioVendasPacotesBoletosController.lblDestino.value')}" />
<cell>
<combobox id="cmbParadaDestinoCve"
autodrop="false"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParadaCve"
mold="rounded" buttonVisible="true" width="30%" />
<combobox id="cmbParadaDestino" autodrop="false"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada"
mold="rounded" buttonVisible="true" width="65%" />
</cell>
</row>
<row>
<label
value="${c:l('relatorioVendasPacotesBoletosController.lbDataVendaIni.value')}" />
<datebox id="dataVendaInicial" width="100%" mold="rounded"
format="dd/MM/yyyy"
maxlength="10" />
<label
value="${c:l('relatorioVendasPacotesBoletosController.lbDataVendaFin.value')}" />
<datebox id="dataVendaFinal" width="100%" mold="rounded"
format="dd/MM/yyyy"
maxlength="10" />
</row>
<row>
<label
value="${c:l('relatorioVendasPacotesBoletosController.lbDataPacoteIni.value')}" />
<datebox id="dataPacoteInicial" width="100%" mold="rounded"
format="dd/MM/yyyy"
maxlength="10" />
<label
value="${c:l('relatorioVendasPacotesBoletosController.lbDataPacoteFin.value')}" />
<datebox id="dataPacoteFinal" width="100%" mold="rounded"
format="dd/MM/yyyy"
maxlength="10" />
</row>
<row spans="1,3">
<label
value="${c:l('relatorioVendasPacotesBoletosController.lbSituacaoBilhete.value')}" />
<radiogroup>
<radio id="rTodos"
label="${c:l('relatorioVendasPacotesBoletosController.lbSituacaoBilheteTodos.value')}"
checked="true"/>
<radio id="rVendidos"
label="${c:l('relatorioVendasPacotesBoletosController.lbSituacaoBilheteVendidos.value')}"/>
<radio id="rCancelados"
label="${c:l('relatorioVendasPacotesBoletosController.lbSituacaoBilheteCancelados.value')}"/>
</radiogroup>
</row>
</rows>
</grid>
<toolbar>
<button id="btnExecutarRelatorio" image="/gui/img/find.png"
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
</toolbar>
</window>
</zk>