AdmMono/VentaBoletosAdm/web/gui/relatorios/filtroRelatorioBPeSubstitui...

112 lines
3.5 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="winFiltroRelatorioBPeSubstituido"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winFiltroRelatorioBPeSubstituido"
apply="${relatorioBPeSubstituidoController}" contentStyle="overflow:auto"
width="400px" border="normal" >
<grid fixedLayout="true">
<columns>
<column width="40%" />
<column width="60%" />
</columns>
<rows>
<row spans="1,3">
<label
value="${c:l('relatorioBPeSubstituidoController.lbDtInicio.value')}" />
<datebox id="dtInicio" width="60%" mold="rounded"
format="dd/MM/yyyy" maxlength="10" />
</row>
<row spans="1,3">
<label
value="${c:l('relatorioBPeSubstituidoController.lbDtFim.value')}" />
<datebox id="dtFim" width="60%" mold="rounded"
format="dd/MM/yyyy" maxlength="10" />
</row>
<row spans="1,3">
<label
value="${c:l('relatorioBPeSubstituidoController.lbEmpresa.value')}" />
<combobox id="cmbEmpresa"
buttonVisible="true"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
model="@{winFiltroRelatorioBPeSubstituido$composer.lsEmpresa}"
width="95%" />
</row>
<row spans="1,3">
<label
value="${c:l('lb.puntoventa')}" />
<bandbox id="bbPesquisaPuntoVenta" width="90%"
mold="rounded" readonly="true">
<bandpopup height="150px">
<vbox>
<hbox>
<textbox id="txtPalavraPesquisa" />
<button id="btnPesquisa"
image="/gui/img/find.png"
label="${c:l('lb.btnPesquisa.label')}" />
<button id="btnLimpar"
image="/gui/img/eraser.png"
label="${c:l('lb.btnLimpar.label')}" />
</hbox>
<listbox id="puntoVentaList"
mold="paging"
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
vflex="true" multiple="false" height="100%" width="360px">
<listhead>
<listheader
label="${c:l('lb.puntoVentaSelList.nome')}" />
</listhead>
</listbox>
<paging id="pagingPuntoVenta"
pageSize="10" />
</vbox>
</bandpopup>
</bandbox>
</row>
<row spans="1, 3">
<cell colspan="2" >
<borderlayout height="100px">
<center border="0">
<listbox id="puntoVentaSelList"
mold="paging"
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
vflex="true" multiple="true" height="60%" width="99%">
<listhead>
<listheader
label="${c:l('lb.puntoVentaSelList.nome')}" />
<listheader width="40px" />
</listhead>
</listbox>
</center>
</borderlayout>
</cell>
</row>
<row spans="1, 3">
<label
value="${c:l('relatorioBPeSubstituidoController.lbUF.value')}" />
<listbox id="estadoList" rows="10" vflex="false"
width="99%" multiple="true" checkmark="true"
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox">
</listbox>
</row>
</rows>
</grid>
<toolbar>
<button id="btnExecutarRelatorio" image="/gui/img/find.png"
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
</toolbar>
</window>
</zk>