292 lines
13 KiB
XML
292 lines
13 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="winFiltroRelatorioSie"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winFiltroRelatorioSie"
|
|
apply="${relatorioSieController}"
|
|
contentStyle="overflow:auto" height="450px" width="550px"
|
|
border="normal" closable="true">
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="100%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<cell>
|
|
<label
|
|
value="${c:l('relatorioSieController.lbDatInicio.value')}" />
|
|
<space />
|
|
<datebox id="datInicio" format="dd/MM/yyyy"
|
|
constraint="no empty" maxlength="10" />
|
|
</cell>
|
|
</row>
|
|
<row>
|
|
<cell>
|
|
<label
|
|
value="${c:l('relatorioSieController.lbDatFinal.value')}" />
|
|
<space />
|
|
<datebox id="datFinal" format="dd/MM/yyyy"
|
|
constraint="no empty" maxlength="10" />
|
|
</cell>
|
|
</row>
|
|
<row>
|
|
<cell>
|
|
<label
|
|
value="${c:l('relatorioSieController.lbEmpresa.value')}" />
|
|
<space />
|
|
<combobox id="cmbEmpresa" width="70%"
|
|
maxlength="60" mold="rounded" buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
model="@{winFiltroRelatorioSie$composer.lsEmpresa}"
|
|
selectedItem="@{winFiltroRelatorioSie$composer.empresa}" />
|
|
</cell>
|
|
</row>
|
|
<!-- GRATUIDADE -->
|
|
<row>
|
|
<cell>
|
|
<label value="${c:l('relatorioSieController.gratuidade.value')}" />
|
|
<bandbox id="bbGratuidade" width="100%" mold="rounded" readonly="true">
|
|
<bandpopup>
|
|
<vbox>
|
|
<hbox>
|
|
<label value="${c:l('relatorioSieController.gratuidade.value')}" />
|
|
<textbox id="txtGratuidade" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" width="300px" mold="rounded" />
|
|
<button id="btnPesquisaGratuidade" image="/gui/img/find.png" label="${c:l('relatorioSieController.btnPesquisa.label')}" />
|
|
<button id="btnLimparGratuidade" image="/gui/img/eraser.png" label="${c:l('relatorioSieController.btnLimpar.label')}" />
|
|
</hbox>
|
|
<paging id="pagingGratuidade" pageSize="10" />
|
|
<listbox id="pesquisaGratuidadeList" mold="paging" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" vflex="true" height="100%" width="700px">
|
|
<listhead>
|
|
<listheader label="${c:l('relatorioSieController.gratuidade.value')}" />
|
|
</listhead>
|
|
</listbox>
|
|
</vbox>
|
|
</bandpopup>
|
|
</bandbox>
|
|
</cell>
|
|
</row>
|
|
<row spans="4">
|
|
<listbox id="pesquisaGratuidade" mold="paging" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" vflex="true" height="100px" width="100%">
|
|
<listhead>
|
|
<listheader
|
|
label="${c:l('relatorioBilhetesVendidosController.categoria.label')}" />
|
|
<listheader width="5%" />
|
|
</listhead>
|
|
</listbox>
|
|
</row>
|
|
|
|
<!-- DESCONTO IDOSO -->
|
|
<row>
|
|
<cell>
|
|
<label value="${c:l('relatorioSieController.desconto.idoso.value')}" />
|
|
<bandbox id="bbDescontoIdoso" width="100%" mold="rounded" readonly="true">
|
|
<bandpopup>
|
|
<vbox>
|
|
<hbox>
|
|
<label value="${c:l('relatorioSieController.desconto.idoso.value')}" />
|
|
<textbox id="txtDescontoIdoso" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" width="300px" mold="rounded" />
|
|
<button id="btnPesquisaDescontoIdoso" image="/gui/img/find.png" label="${c:l('relatorioSieController.btnPesquisa.label')}" />
|
|
<button id="btnLimparDescontoIdoso" image="/gui/img/eraser.png" label="${c:l('relatorioSieController.btnLimpar.label')}" />
|
|
</hbox>
|
|
<paging id="pagingDescontoIdoso" pageSize="10" />
|
|
<listbox id="pesquisaDescontoIdosoList" mold="paging" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" vflex="true" height="100%" width="700px">
|
|
<listhead>
|
|
<listheader label="${c:l('relatorioSieController.desconto.value')}" />
|
|
</listhead>
|
|
</listbox>
|
|
</vbox>
|
|
</bandpopup>
|
|
</bandbox>
|
|
</cell>
|
|
</row>
|
|
<row spans="4">
|
|
<listbox id="pesquisaDescontoIdoso" mold="paging" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" vflex="true" height="100px" width="100%">
|
|
<listhead>
|
|
<listheader
|
|
label="${c:l('relatorioBilhetesVendidosController.categoria.label')}" />
|
|
<listheader width="5%" />
|
|
</listhead>
|
|
</listbox>
|
|
</row>
|
|
|
|
<!-- GRATUIDADE IDOSO -->
|
|
<row>
|
|
<cell>
|
|
<label value="${c:l('relatorioSieController.gratuidade.idoso.value')}" />
|
|
<bandbox id="bbGratuidadeIdoso" width="100%" mold="rounded" readonly="true">
|
|
<bandpopup>
|
|
<vbox>
|
|
<hbox>
|
|
<label value="${c:l('relatorioSieController.gratuidade.idoso.value')}" />
|
|
<textbox id="txtGratuidadeIdoso" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" width="300px" mold="rounded" />
|
|
<button id="btnPesquisaGratuidadeIdoso" image="/gui/img/find.png" label="${c:l('relatorioSieController.btnPesquisa.label')}" />
|
|
<button id="btnLimparGratuidadeIdoso" image="/gui/img/eraser.png" label="${c:l('relatorioSieController.btnLimpar.label')}" />
|
|
</hbox>
|
|
<paging id="pagingGratuidadeIdoso" pageSize="10" />
|
|
<listbox id="pesquisaGratuidadeIdosoList" mold="paging" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" vflex="true" height="100%" width="700px">
|
|
<listhead>
|
|
<listheader label="${c:l('relatorioSieController.gratuidade.value')}" />
|
|
</listhead>
|
|
</listbox>
|
|
</vbox>
|
|
</bandpopup>
|
|
</bandbox>
|
|
</cell>
|
|
</row>
|
|
<row spans="4">
|
|
<listbox id="pesquisaGratuidadeIdoso" mold="paging" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" vflex="true" height="100px" width="100%">
|
|
<listhead>
|
|
<listheader
|
|
label="${c:l('relatorioBilhetesVendidosController.categoria.label')}" />
|
|
<listheader width="5%" />
|
|
</listhead>
|
|
</listbox>
|
|
</row>
|
|
|
|
<!-- GRATUIDADE JOVEM -->
|
|
<row>
|
|
<cell>
|
|
<label value="${c:l('relatorioSieController.desconto.jovem.value')}" />
|
|
<bandbox id="bbDescontoJovem" width="100%" mold="rounded" readonly="true">
|
|
<bandpopup>
|
|
<vbox>
|
|
<hbox>
|
|
<label value="${c:l('relatorioSieController.desconto.jovem.value')}" />
|
|
<textbox id="txtDescontoJovem" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" width="300px" mold="rounded" />
|
|
<button id="btnPesquisaDescontoJovem" image="/gui/img/find.png" label="${c:l('relatorioSieController.btnPesquisa.label')}" />
|
|
<button id="btnLimparDescontoJovem" image="/gui/img/eraser.png" label="${c:l('relatorioSieController.btnLimpar.label')}" />
|
|
</hbox>
|
|
<paging id="pagingDescontoJovem" pageSize="10" />
|
|
<listbox id="pesquisaDescontoJovemList" mold="paging" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" vflex="true" height="100%" width="700px">
|
|
<listhead>
|
|
<listheader label="${c:l('relatorioSieController.desconto.value')}" />
|
|
</listhead>
|
|
</listbox>
|
|
</vbox>
|
|
</bandpopup>
|
|
</bandbox>
|
|
</cell>
|
|
</row>
|
|
<row spans="4">
|
|
<listbox id="pesquisaDescontoJovem" mold="paging" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" vflex="true" height="100px" width="100%">
|
|
<listhead>
|
|
<listheader
|
|
label="${c:l('relatorioBilhetesVendidosController.categoria.label')}" />
|
|
<listheader width="5%" />
|
|
</listhead>
|
|
</listbox>
|
|
</row>
|
|
|
|
<!-- GRATUIDADE JOVEM -->
|
|
<row>
|
|
<cell>
|
|
<label value="${c:l('relatorioSieController.gratuidade.jovem.value')}" />
|
|
<bandbox id="bbGratuidadeJovem" width="100%" mold="rounded" readonly="true">
|
|
<bandpopup>
|
|
<vbox>
|
|
<hbox>
|
|
<label value="${c:l('relatorioSieController.gratuidade.jovem.value')}" />
|
|
<textbox id="txtGratuidadeJovem" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" width="300px" mold="rounded" />
|
|
<button id="btnPesquisaGratuidadeJovem" image="/gui/img/find.png" label="${c:l('relatorioSieController.btnPesquisa.label')}" />
|
|
<button id="btnLimparGratuidadeJovem" image="/gui/img/eraser.png" label="${c:l('relatorioSieController.btnLimpar.label')}" />
|
|
</hbox>
|
|
<paging id="pagingGratuidadeJovem" pageSize="10" />
|
|
<listbox id="pesquisaGratuidadeJovemList" mold="paging" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" vflex="true" height="100%" width="700px">
|
|
<listhead>
|
|
<listheader label="${c:l('relatorioSieController.gratuidade.value')}" />
|
|
</listhead>
|
|
</listbox>
|
|
</vbox>
|
|
</bandpopup>
|
|
</bandbox>
|
|
</cell>
|
|
</row>
|
|
<row spans="4">
|
|
<listbox id="pesquisaGratuidadeJovem" mold="paging" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" vflex="true" height="100px" width="100%">
|
|
<listhead>
|
|
<listheader
|
|
label="${c:l('relatorioBilhetesVendidosController.categoria.label')}" />
|
|
<listheader width="5%" />
|
|
</listhead>
|
|
</listbox>
|
|
</row>
|
|
|
|
<!-- GRATUIDADE ESTUDANTE -->
|
|
<row>
|
|
<cell>
|
|
<label value="${c:l('relatorioSieController.gratuidade.estudante.value')}" />
|
|
<bandbox id="bbGratuidadeEstudante" width="100%" mold="rounded" readonly="true">
|
|
<bandpopup>
|
|
<vbox>
|
|
<hbox>
|
|
<label value="${c:l('relatorioSieController.gratuidade.estudante.value')}" />
|
|
<textbox id="txtGratuidadeEstudante" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" width="300px" mold="rounded" />
|
|
<button id="btnPesquisaGratuidadeEstudante" image="/gui/img/find.png" label="${c:l('relatorioSieController.btnPesquisa.label')}" />
|
|
<button id="btnLimparGratuidadeEstudante" image="/gui/img/eraser.png" label="${c:l('relatorioSieController.btnLimpar.label')}" />
|
|
</hbox>
|
|
<paging id="pagingGratuidadeEstudante" pageSize="10" />
|
|
<listbox id="pesquisaGratuidadeEstudanteList" mold="paging" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" vflex="true" height="100%" width="700px">
|
|
<listhead>
|
|
<listheader label="${c:l('relatorioSieController.gratuidade.estudante.value')}" />
|
|
</listhead>
|
|
</listbox>
|
|
</vbox>
|
|
</bandpopup>
|
|
</bandbox>
|
|
</cell>
|
|
</row>
|
|
<row spans="4">
|
|
<listbox id="pesquisaGratuidadeEstudante" mold="paging" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" vflex="true" height="100px" width="100%">
|
|
<listhead>
|
|
<listheader
|
|
label="${c:l('relatorioBilhetesVendidosController.categoria.label')}" />
|
|
<listheader width="5%" />
|
|
</listhead>
|
|
</listbox>
|
|
</row>
|
|
<!-- GRATUIDADE PROFESSOR -->
|
|
<row>
|
|
<cell>
|
|
<label value="${c:l('relatorioSieController.gratuidade.professor.value')}" />
|
|
<bandbox id="bbGratuidadeProfessor" width="100%" mold="rounded" readonly="true">
|
|
<bandpopup>
|
|
<vbox>
|
|
<hbox>
|
|
<label value="${c:l('relatorioSieController.gratuidade.professor.value')}" />
|
|
<textbox id="txtGratuidadeProfessor" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" width="300px" mold="rounded" />
|
|
<button id="btnPesquisaGratuidadeProfessor" image="/gui/img/find.png" label="${c:l('relatorioSieController.btnPesquisa.label')}" />
|
|
<button id="btnLimparGratuidadeProfessor" image="/gui/img/eraser.png" label="${c:l('relatorioSieController.btnLimpar.label')}" />
|
|
</hbox>
|
|
<paging id="pagingGratuidadeProfessor" pageSize="10" />
|
|
<listbox id="pesquisaGratuidadeProfessorList" mold="paging" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" vflex="true" height="100%" width="700px">
|
|
<listhead>
|
|
<listheader label="${c:l('relatorioSieController.gratuidade.professor.value')}" />
|
|
</listhead>
|
|
</listbox>
|
|
</vbox>
|
|
</bandpopup>
|
|
</bandbox>
|
|
</cell>
|
|
</row>
|
|
<row spans="4">
|
|
<listbox id="pesquisaGratuidadeProfessor" mold="paging" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" vflex="true" height="100px" width="100%">
|
|
<listhead>
|
|
<listheader
|
|
label="${c:l('relatorioBilhetesVendidosController.categoria.label')}" />
|
|
<listheader width="5%" />
|
|
</listhead>
|
|
</listbox>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<toolbar>
|
|
<button id="btnExecutarRelatorio" image="/gui/img/find.png"
|
|
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
|
|
</toolbar>
|
|
</window>
|
|
</zk>
|
|
|