122 lines
5.3 KiB
XML
122 lines
5.3 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="winFiltroRelatorioDiferencasTransferencias"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winFiltroRelatorioDiferencasTransferencias"
|
|
apply="${relatorioDiferencasTransferenciasController}" contentStyle="overflow:auto"
|
|
height="460px" width="570px" border="normal">
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="30%" />
|
|
<column width="70%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label value="${c:l('relatorioDiferencasTransferenciasController.lbDePeriodoTransferencia.value')}" />
|
|
<datebox id="datInicial" format="dd/MM/yyyy" mold="rounded" width="50%" constraint="no empty, no future" maxlength="10" />
|
|
</row>
|
|
<row>
|
|
<label value="${c:l('relatorioDiferencasTransferenciasController.lbAtePeriodoTransferencia.value')}" />
|
|
<datebox id="datFinal" format="dd/MM/yyyy" mold="rounded" width="50%" constraint="no empty, no future" maxlength="10" />
|
|
</row>
|
|
<row>
|
|
<label value="${c:l('relatorioDiferencasTransferenciasController.lbEmpresa.value')}"/>
|
|
<bandbox id="bbPesquisaEmpresa" width="100%" mold="rounded" readonly="true">
|
|
<bandpopup>
|
|
<vbox>
|
|
<hbox>
|
|
<label
|
|
value="${c:l('relatorioDiferencasTransferenciasController.lbEmpresa.value')}" />
|
|
<textbox id="txtNombreEmpresa"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
|
width="300px" mold="rounded" />
|
|
<button id="btnPesquisaEmpresa"
|
|
image="/gui/img/find.png"
|
|
label="${c:l('relatorioDiferencasTransferenciasController.btnPesquisa.label')}" />
|
|
<button id="btnLimparEmpresa"
|
|
image="/gui/img/eraser.png"
|
|
label="${c:l('relatorioDiferencasTransferenciasController.btnLimpar.label')}" />
|
|
</hbox>
|
|
<paging id="pagingEmpresa" pageSize="10" />
|
|
<listbox id="empresaList" mold="paging"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
vflex="true" height="100%" width="700px">
|
|
<listhead>
|
|
<listheader width="10%"
|
|
label="${c:l('relatorioDiferencasTransferenciasController.lbIdEmpresa.value')}" />
|
|
<listheader width="90%"
|
|
label="${c:l('relatorioDiferencasTransferenciasController.lbEmpresa.value')}" />
|
|
</listhead>
|
|
</listbox>
|
|
</vbox>
|
|
</bandpopup>
|
|
</bandbox>
|
|
</row>
|
|
<row spans="2">
|
|
<listbox id="empresaSelList" mold="paging"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
vflex="true" height="100px" width="100%">
|
|
<listhead>
|
|
<listheader width="10%" label="${c:l('relatorioDiferencasTransferenciasController.lbIdEmpresa.value')}" />
|
|
<listheader width="90%" label="${c:l('relatorioDiferencasTransferenciasController.lbEmpresa.value')}" />
|
|
</listhead>
|
|
</listbox>
|
|
<paging id="pagingEmpresaSel" pageSize="10" />
|
|
</row>
|
|
<row>
|
|
<label value="${c:l('relatorioFinanceiroReceitasDespesasController.lbAgencia.value')}" />
|
|
<bandbox id="bbPesquisaPuntoVenta" width="100%" mold="rounded" readonly="true">
|
|
<bandpopup>
|
|
<vbox>
|
|
<hbox>
|
|
<label
|
|
value="${c:l('relatorioDiferencasTransferenciasController.lbAgencia.value')}" />
|
|
<textbox id="txtNomeAgencia"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
|
width="300px" mold="rounded" />
|
|
<button id="btnPesquisaAgencia"
|
|
image="/gui/img/find.png"
|
|
label="${c:l('relatorioDiferencasTransferenciasController.btnPesquisa.label')}" />
|
|
<button id="btnLimparAgencia"
|
|
image="/gui/img/eraser.png"
|
|
label="${c:l('relatorioDiferencasTransferenciasController.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="700px">
|
|
<listhead>
|
|
<listheader width="15%"
|
|
label="${c:l('relatorioDiferencasTransferenciasController.puntoVentaSelectedList.codigo')}" />
|
|
<listheader width="85%"
|
|
label="${c:l('relatorioDiferencasTransferenciasController.puntoVentaSelectedList.nome')}" />
|
|
</listhead>
|
|
</listbox>
|
|
</vbox>
|
|
</bandpopup>
|
|
</bandbox>
|
|
</row>
|
|
<row spans="2">
|
|
<listbox id="puntoVentaSelectedList" mold="paging"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
vflex="true" height="100px" width="100%">
|
|
<listhead>
|
|
<listheader width="15%" label="${c:l('relatorioDiferencasTransferenciasController.puntoVentaSelectedList.codigo')}" />
|
|
<listheader width="85%" label="${c:l('relatorioDiferencasTransferenciasController.puntoVentaSelectedList.nome')}" />
|
|
</listhead>
|
|
</listbox>
|
|
<paging id="pagingPuntoVentaSel" pageSize="10" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<toolbar>
|
|
<button id="btnExecutarRelatorio" image="/gui/img/find.png"
|
|
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
|
|
</toolbar>
|
|
</window>
|
|
</zk>
|
|
|