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

122 lines
5.1 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="winFiltroRelatorioVendasPacotesDetalhado"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winFiltroRelatorioVendasPacotesDetalhado"
apply="${relatorioVendasPacotesDetalhadoController}"
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 spans="1,3">
<label
value="${c:l('relatorioVendasPacotesDetalhadoController.lblEmpresa.value')}" />
<combobox id="cmbEmpresa" constraint="no empty"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
mold="rounded" buttonVisible="true" width="80%"
model="@{winFiltroRelatorioVendasPacotesDetalhado$composer.lsEmpresa}" />
</row>
<row spans="1,3">
<label
value="${c:l('relatorioVendasPacotesDetalhadoController.lblPacote.value')}" />
<combobox id="cmbPacote"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
mold="rounded" buttonVisible="true" width="80%"
model="@{winFiltroRelatorioVendasPacotesDetalhado$composer.lsPacote}" />
</row>
<row spans="1,3">
<label
value="${c:l('relatorioVendasPacotesDetalhadoController.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('relatorioVendasPacotesDetalhadoController.lblTipoTarifaPacote.value')}" />
<combobox id="cmbTipoTarifaPacote"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
mold="rounded" buttonVisible="true" width="80%"
model="@{winFiltroRelatorioVendasPacotesDetalhado$composer.lsTipoTarifaPacote}" />
</row>
<row>
<label
value="${c:l('relatorioVendasPacotesDetalhadoController.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('relatorioVendasPacotesDetalhadoController.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('relatorioVendasPacotesDetalhadoController.lbDataVendaIni.value')}" />
<datebox id="dataVendaInicial" width="100%" mold="rounded" format="dd/MM/yyyy" maxlength="10" />
<label value="${c:l('relatorioVendasPacotesDetalhadoController.lbDataVendaFin.value')}" />
<datebox id="dataVendaFinal" width="100%" mold="rounded" format="dd/MM/yyyy" maxlength="10" />
</row>
<row>
<label value="${c:l('relatorioVendasPacotesDetalhadoController.lbDataPacoteIni.value')}" />
<datebox id="dataPacoteInicial" width="100%" mold="rounded" format="dd/MM/yyyy" maxlength="10" />
<label value="${c:l('relatorioVendasPacotesDetalhadoController.lbDataPacoteFin.value')}" />
<datebox id="dataPacoteFinal" width="100%" mold="rounded" format="dd/MM/yyyy" maxlength="10" />
</row>
<row spans="1,3">
<label value="${c:l('relatorioVendasPacotesDetalhadoController.lblSituacao.value')}" />
<radiogroup>
<radio id="rTodos"
label="${c:l('relatorioVendasPacotesDetalhadoController.lblSituacaoTodos.value')}"
checked="true"/>
<radio id="rPagos"
label="${c:l('relatorioVendasPacotesDetalhadoController.lblSituacaoPagos.value')}"/>
<radio id="rReservados"
label="${c:l('relatorioVendasPacotesDetalhadoController.lblSituacaoReservados.value')}"/>
<radio id="rCancelados"
label="${c:l('relatorioVendasPacotesDetalhadoController.lblSituacaoCancelados.value')}"/>
</radiogroup>
</row>
<row spans="1,3">
<label value="${c:l('relatorioVendasPacotesDetalhadoController.lblVoucherNotaCredito')}"/>
<textbox id="txtVoucherNotaCredito"
width="200px"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
</row>
</rows>
</grid>
<toolbar>
<button id="btnExecutarRelatorio" image="/gui/img/find.png"
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
</toolbar>
</window>
</zk>