193 lines
7.4 KiB
XML
193 lines
7.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="winFiltroRelatorioVendasBilheteiroSintetico"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winFiltroRelatorioVendasBilheteiroSintetico"
|
|
apply="${relatorioVendasBilheteiroSinteticoController}"
|
|
contentStyle="overflow:auto" height="530px" width="600px"
|
|
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('relatorioVendasBilheteiroSinteticoController.lbDatInicial.value')}" />
|
|
<datebox id="datInicial" width="90%"
|
|
format="dd/MM/yyyy" constraint="no empty" maxlength="10" />
|
|
<label
|
|
value="${c:l('relatorioVendasBilheteiroSinteticoController.lbDatFinal.value')}" />
|
|
<datebox id="datFinal" width="90%"
|
|
format="dd/MM/yyyy" constraint="no empty" maxlength="10" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="25%" />
|
|
<column width="15%" />
|
|
<column width="15%" />
|
|
<column width="30%" />
|
|
<column width="15%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label value="Composição do Preço:"></label>
|
|
<checkbox id="checkboxTarifa" label="Tarifa" />
|
|
<checkbox id="checkboxImportepedagio"
|
|
label="Pedágio" />
|
|
<checkbox id="checkboxImportetaxaembarque"
|
|
label="Taxa de Embarque" />
|
|
<checkbox id="checkboxImporteseguro" label="Seguro" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="20%" />
|
|
<column width="80%" />
|
|
</columns>
|
|
<rows>
|
|
<row spans="1,1,2">
|
|
<label value="${c:l('relatorioVendasBilheteiroSinteticoController.lbOrganizacao.value')}" />
|
|
<radiogroup id="organizacao" width="200px">
|
|
<radio id="radBilheteiro" label="${c:l('relatorioVendasBilheteiroSinteticoController.lbBilheteiro.value')}" radiogroup="organizacao" />
|
|
<radio id="radDigitacao" label="${c:l('relatorioVendasBilheteiroSinteticoController.lbDigitacao.value')}" radiogroup="organizacao"/>
|
|
<radio id="radFechamento" label="${c:l('relatorioVendasBilheteiroSinteticoController.lbFechamento.value')}" radiogroup="organizacao"/>
|
|
</radiogroup>
|
|
</row>
|
|
<row spans="1,1,2">
|
|
<label
|
|
value="${c:l('relatorioVendasBilheteiroSinteticoController.lbEmpresa.value')}" />
|
|
<combobox id="cmbEmpresa" buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
model="@{winFiltroRelatorioVendasBilheteiroSintetico$composer.lsEmpresa}"
|
|
width="98%" />
|
|
</row>
|
|
<row spans="1,1,2">
|
|
<label
|
|
value="${c:l('relatorioVendasBilheteiroSinteticoController.lbCanalVendas.value')}" />
|
|
<combobox id="cmbTipoPuntoVenta"
|
|
buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
model="@{winFiltroRelatorioVendasBilheteiroSintetico$composer.lsTipoPuntoVenta}"
|
|
width="98%" />
|
|
</row>
|
|
<row spans="1,3">
|
|
<label value="Agencia" />
|
|
<bandbox id="bbPesquisaPuntoVenta" width="98%"
|
|
mold="rounded" readonly="true">
|
|
<bandpopup>
|
|
<vbox>
|
|
<hbox>
|
|
<label
|
|
value="${c:l('relatorioVendasBilheteiroSinteticoController.lbPuntoVenta.value')}" />
|
|
<textbox id="txtNombrePuntoVenta"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
|
width="300px" 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="pagingPuntoVenta"
|
|
pageSize="10" />
|
|
<listbox id="puntoVentaList"
|
|
mold="paging"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
vflex="true" height="100%" width="530px">
|
|
<listhead>
|
|
<listheader
|
|
label="${c:l('relatorioVendasBilheteiroSinteticoController.lbPuntoVenta.value')}" />
|
|
<listheader width="35%"
|
|
label="${c:l('relatorioVendasBilheteiroSinteticoController.lbEmpresa.value')}" />
|
|
<listheader width="20%"
|
|
label="${c:l('relatorioVendasBilheteiroSinteticoController.lbNumero.value')}" />
|
|
</listhead>
|
|
</listbox>
|
|
</vbox>
|
|
</bandpopup>
|
|
</bandbox>
|
|
</row>
|
|
<row spans="4">
|
|
<listbox id="puntoVentaSelList" mold="paging"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
vflex="true" height="100px" width="98%">
|
|
<listhead>
|
|
<listheader
|
|
label="${c:l('relatorioVendasBilheteiroSinteticoController.lbPuntoVenta.value')}" />
|
|
<listheader width="35%"
|
|
label="${c:l('relatorioVendasBilheteiroSinteticoController.lbEmpresa.value')}" />
|
|
<listheader width="20%"
|
|
label="${c:l('relatorioVendasBilheteiroSinteticoController.lbNumero.value')}" />
|
|
<listheader width="5%" />
|
|
</listhead>
|
|
</listbox>
|
|
<paging id="pagingSelPuntoVenta" pageSize="10" />
|
|
</row>
|
|
|
|
<row spans="1,3">
|
|
<label value="Usuario" />
|
|
<bandbox id="bbPesquisaBilhetero" width="98%" mold="rounded" readonly="true">
|
|
<bandpopup>
|
|
<vbox>
|
|
<hbox>
|
|
<label
|
|
value="${c:l('relatorioCheckinController.lbBilheteiro.label')}" />
|
|
<textbox id="txtPalavraPesquisa"
|
|
width="250px"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
|
<button id="btnPesquisaUsu"
|
|
image="/gui/img/find.png"
|
|
label="${c:l('relatorioCheckinController.btnPesquisa.label')}" />
|
|
<button id="btnLimparUsu"
|
|
image="/gui/img/eraser.png"
|
|
label="${c:l('relatorioCheckinController.btnLimpar.label')}" />
|
|
</hbox>
|
|
|
|
<paging id="pagingUsuario" pageSize="20" />
|
|
<listbox id="usuarioList" mold="paging"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
vflex="true" height="100%" width="500px">
|
|
<listhead>
|
|
<listheader label="${c:l('lb.id')}" width="30%" />
|
|
<listheader label="${c:l('relatorioCheckinController.usuarioCVE.label')}" width="30%" />
|
|
<listheader label="${c:l('relatorioCheckinController.usuarioNome.label')}" width="60%" />
|
|
</listhead>
|
|
</listbox>
|
|
</vbox>
|
|
</bandpopup>
|
|
</bandbox>
|
|
</row>
|
|
<row spans="4">
|
|
<listbox id="usuarioSelList" mold="paging"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
vflex="true" height="100px" width="100%">
|
|
<listhead>
|
|
<listheader label="${c:l('relatorioCheckinController.usuarioCVE.label')}"
|
|
width="30%" />
|
|
<listheader label="${c:l('relatorioCheckinController.usuarioNome.label')}"
|
|
width="60%" />
|
|
<listheader width="10%" />
|
|
</listhead>
|
|
</listbox>
|
|
<paging id="pagingSelUsuario" pageSize="10" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<toolbar>
|
|
<button id="btnExecutarRelatorio" image="/gui/img/find.png"
|
|
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
|
|
</toolbar>
|
|
|
|
</window>
|
|
</zk> |