125 lines
4.4 KiB
XML
125 lines
4.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?page title="RelgerencialEmpresa" contentType="text/html;charset=UTF-8"?>
|
|
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>
|
|
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="winBusquedaRelatorioFinanceiro"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk>
|
|
<window id="winBusquedaRelatorioFinanceiro"
|
|
title="${c:l('indexController.mnRelatoriosFinanceiros.label')}"
|
|
apply="${busquedaRelatorioFinanceiroController}"
|
|
contentStyle="overflow:auto" width="660px" 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('busquedaRelatorioFinanceiroController.lbDataIni.value')}" />
|
|
<datebox id="datInicial" width="90%"
|
|
format="dd/MM/yyyy" constraint="no empty" maxlength="10" />
|
|
<label
|
|
value="${c:l('busquedaRelatorioFinanceiroController.lbDataFin.value')}" />
|
|
<datebox id="datFinal" width="90%"
|
|
format="dd/MM/yyyy" constraint="no empty" maxlength="10" />
|
|
</row>
|
|
|
|
<row spans="1, 3">
|
|
<label
|
|
value="${c:l('busquedaRelatorioFinanceiroController.lbEmpresa.value')}" />
|
|
<combobox id="cmbEmpresa" style="width: 483px;"
|
|
mold="rounded" buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
model="@{winBusquedaRelatorioFinanceiro$composer.lsEmpresa}"
|
|
constraint="no empty" />
|
|
</row>
|
|
|
|
<row spans="1, 3">
|
|
<label
|
|
value="${c:l('busquedaRelatorioFinanceiroController.estado.label')}" />
|
|
<listbox id="estadoList" rows="10" vflex="false"
|
|
width="90%" multiple="true" checkmark="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox">
|
|
</listbox>
|
|
</row>
|
|
|
|
<row spans="1, 3">
|
|
<label
|
|
value="${c:l('busquedaRelatorioFinanceiroController.lbTpoPtoVta.value')}" />
|
|
<combobox id="cmbTipoPuntoVenta"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
mold="rounded" buttonVisible="true" width="90%"
|
|
model="@{winBusquedaRelatorioFinanceiro$composer.lsTipoPuntoVenta}" />
|
|
</row>
|
|
|
|
<row spans="1, 3">
|
|
<label
|
|
value="${c:l('busquedaRelatorioFinanceiroController.lbPuntoVenta.value')}" />
|
|
|
|
<bandbox id="bbPesquisaPuntoVenta" width="90%"
|
|
mold="rounded" readonly="true">
|
|
<bandpopup height="150px">
|
|
<vbox>
|
|
<hbox>
|
|
<textbox id="txtPalavraPesquisa" />
|
|
<button id="btnPesquisaPtv"
|
|
image="/gui/img/find.png"
|
|
label="${c:l('busquedaRelatorioFinanceiroController.btnPesquisa.label')}" />
|
|
<button id="btnLimparPtv"
|
|
image="/gui/img/eraser.png"
|
|
label="${c:l('busquedaRelatorioFinanceiroController.btnLimpar.label')}" />
|
|
</hbox>
|
|
|
|
<listbox id="puntoVentaList"
|
|
mold="paging"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
vflex="true" multiple="false" height="100%" width="300px">
|
|
<listhead>
|
|
<listheader
|
|
label="${c:l('busquedaRelatorioFinanceiroController.puntoVentaSelList.codigo')}" />
|
|
<listheader
|
|
label="${c:l('busquedaRelatorioFinanceiroController.puntoVentaSelList.nome')}" />
|
|
</listhead>
|
|
</listbox>
|
|
<paging id="pagingPuntoVenta"
|
|
pageSize="10" />
|
|
</vbox>
|
|
</bandpopup>
|
|
</bandbox>
|
|
</row>
|
|
|
|
<row spans="1, 3">
|
|
<label
|
|
value="${c:l('busquedaRelatorioFinanceiroController.lbPuntoVentaSel.value')}" />
|
|
|
|
<listbox id="puntoVentaSelList" mold="paging" width="90%" height="70px"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
vflex="true" multiple="true">
|
|
<listhead>
|
|
<listheader
|
|
label="${c:l('busquedaRelatorioFinanceiroController.puntoVentaSelList.codigo')}" />
|
|
<listheader
|
|
label="${c:l('busquedaRelatorioFinanceiroController.puntoVentaSelList.nome')}" />
|
|
</listhead>
|
|
</listbox>
|
|
</row>
|
|
|
|
</rows>
|
|
</grid>
|
|
|
|
<toolbar>
|
|
<button id="btnSintetico" image="/gui/img/enginer.png"
|
|
label="${c:l('busquedaRelatorioFinanceiroController.btnSintetico.label')}" />
|
|
|
|
<button id="btnAnalitico" image="/gui/img/enginer.png"
|
|
label="${c:l('busquedaRelatorioFinanceiroController.btnAnalitico.label')}" />
|
|
</toolbar>
|
|
|
|
</window>
|
|
</zk> |