84 lines
2.9 KiB
XML
84 lines
2.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="winFiltroRelatorioDescontoPorCupom"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winFiltroRelatorioDescontoPorCupom"
|
|
apply="${relatorioDescontoPorCupomController}"
|
|
contentStyle="overflow:auto" height="auto" width="550px"
|
|
border="normal">
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="15%" />
|
|
<column width="35%" />
|
|
<column width="15%" />
|
|
<column width="35%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioDescontoPorCupomController.lbDatInicial.value')}" />
|
|
<datebox id="datInicial" width="95%"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyDatebox"
|
|
mold="rounded" lenient="true" constraint="no empty" />
|
|
|
|
<label
|
|
value="${c:l('relatorioDescontoPorCupomController.lbDatFinal.value')}" />
|
|
<datebox id="datFinal" width="95%"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyDatebox"
|
|
mold="rounded" lenient="true" constraint="no empty" />
|
|
</row>
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioDescontoPorCupomController.lbDatResgateInicial.value')}" />
|
|
<datebox id="datResgateInicial" width="95%"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyDatebox"
|
|
mold="rounded" lenient="true" constraint="no empty" />
|
|
|
|
<label
|
|
value="${c:l('relatorioDescontoPorCupomController.lbDatResgateFinal.value')}" />
|
|
<datebox id="datResgateFinal" width="95%"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyDatebox"
|
|
mold="rounded" lenient="true" constraint="no empty" />
|
|
</row>
|
|
|
|
<row >
|
|
<cell rowspan="2" align="left">
|
|
<label
|
|
value="${c:l('winFiltroRelatorioDescontoPorCupom.lbEmpresa.value')}" />
|
|
</cell>
|
|
<cell rowspan="2" align="left">
|
|
<combobox id="cmbEmpresa" mold="rounded"
|
|
buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
model="@{winFiltroRelatorioDescontoPorCupom$composer.lsEmpresa}" width="95%" />
|
|
|
|
</cell>
|
|
</row>
|
|
|
|
<row >
|
|
<cell rowspan="2" align="left">
|
|
<label
|
|
value="${c:l('winFiltroRelatorioDescontoPorCupom.lbPuntoVenta.value')}" />
|
|
</cell>
|
|
<cell rowspan="2" align="left">
|
|
<combobox id="cmbPuntoVenta" mold="rounded"
|
|
buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
model="@{winFiltroRelatorioDescontoPorCupom$composer.lsPuntoVenta}" width="95%" />
|
|
|
|
</cell>
|
|
</row>
|
|
|
|
</rows>
|
|
</grid>
|
|
<toolbar>
|
|
<button id="btnExecutarRelatorio" image="/gui/img/find.png"
|
|
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
|
|
</toolbar>
|
|
|
|
|
|
</window>
|
|
</zk>
|