64 lines
2.3 KiB
XML
64 lines
2.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="winFiltroRelatorioBoletos"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winFiltroRelatorioBoletos" title="${c:l('relatorioBoletosController.window.title')}"
|
|
apply="${relatorioBoletosController}" contentStyle="overflow:auto"
|
|
height="205px" width="600px" border="normal">
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="25%" />
|
|
<column width="25%" />
|
|
<column width="25%" />
|
|
<column width="25%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioBoletosController.lbDatInicial.value')}" />
|
|
<datebox id="datInicial" width="90%"
|
|
format="dd/MM/yyyy" maxlength="10" />
|
|
<label
|
|
value="${c:l('relatorioBoletosController.lbDatFinal.value')}" />
|
|
<datebox id="datFinal" width="90%"
|
|
format="dd/MM/yyyy" maxlength="10" />
|
|
</row>
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioBoletosController.lbBaixaInicial.value')}" />
|
|
<datebox id="baixaInicial" width="90%"
|
|
format="dd/MM/yyyy" maxlength="10" />
|
|
<label
|
|
value="${c:l('relatorioBoletosController.lbBaixaFinal.value')}" />
|
|
<datebox id="baixaFinal" width="90%"
|
|
format="dd/MM/yyyy" maxlength="10" />
|
|
</row>
|
|
<row spans="1,3">
|
|
<label
|
|
value="${c:l('relatorioBoletosController.lbPuntoventa.value')}" />
|
|
<combobox id="cmbPuntoventa" buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxPuntoVenta"
|
|
width="95%" />
|
|
</row>
|
|
<row spans="1,3">
|
|
<label
|
|
value="${c:l('relatorioBoletosController.lbEmpresa.value')}" />
|
|
<combobox id="cmbEmpresa" buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEmpresa"
|
|
width="95%" />
|
|
</row>
|
|
<row spans="1,3">
|
|
<label
|
|
value="${c:l('relatorioBoletosController.lbPendentes.value')}" />
|
|
<checkbox id="chkFiltrarPendentes" checked="false" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<toolbar>
|
|
<button id="btnExecutarRelatorio" image="/gui/img/find.png"
|
|
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
|
|
</toolbar>
|
|
</window>
|
|
</zk> |