AdmMono/web/gui/relatorios/filtroRelatorioVendasConexa...

137 lines
4.9 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="winFiltroRelatorioVendasConexao"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winFiltroRelatorioVendasConexao"
apply="${relatorioVendasConexaoRutaController}"
contentStyle="overflow:auto" width="700px" border="normal">
<grid fixedLayout="true">
<columns>
<column width="30%" />
<column width="70%" />
</columns>
<rows>
<row>
<label value="${c:l('lb.dataIni.value')}" />
<datebox id="dataInicial" width="50%"
mold="rounded" format="dd/MM/yyyy" constraint="no empty"
maxlength="10" />
</row>
<row>
<label value="${c:l('lb.dataFin.value')}" />
<datebox id="dataFinal" width="50%" mold="rounded"
format="dd/MM/yyyy" constraint="no empty" maxlength="10" />
</row>
<row>
<label
value="${c:l('relatorioVendaConexaoRuta.lbEmpresa.value')}" />
<bandbox id="bbPesquisaEmpresa" width="100%"
mold="rounded" readonly="true">
<bandpopup>
<vbox>
<hbox>
<label
value="${c:l('relatorioVendaConexaoRuta.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('relatorioVendaConexaoRuta.btnPesquisa.label')}" />
<button id="btnLimparEmpresa"
image="/gui/img/eraser.png"
label="${c:l('relatorioVendaConexaoRuta.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('relatorioVendaConexaoRuta.lbIdEmpresa.value')}" />
<listheader width="90%"
label="${c:l('relatorioVendaConexaoRuta.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('relatorioVendaConexaoRuta.lbIdEmpresa.value')}" />
<listheader width="90%"
label="${c:l('relatorioVendaConexaoRuta.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('relatorioVendaConexaoRuta.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('relatorioVendaConexaoRuta.btnPesquisa.label')}" />
<button id="btnLimparAgencia"
image="/gui/img/eraser.png"
label="${c:l('relatorioVendaConexaoRuta.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('relatorioVendaConexaoRuta.puntoVentaSelectedList.codigo')}" />
<listheader width="85%"
label="${c:l('relatorioVendaConexaoRuta.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('relatorioVendaConexaoRuta.puntoVentaSelectedList.codigo')}" />
<listheader width="85%"
label="${c:l('relatorioVendaConexaoRuta.puntoVentaSelectedList.nome')}" />
</listhead>
</listbox>
<paging id="pagingPuntoVentaSel" pageSize="10" />
</row>
</rows>
</grid>
<toolbar>
<button id="btnExecutarRelatorio"
image="/gui/img/enginer.png"
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
</toolbar>
</window>
</zk>