AdmMono/web/gui/relatorios/filtroRelatorioDescontos.zul

38 lines
1.7 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="winFiltroRelatorioDescontos"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winFiltroRelatorioDescontos" apply="${relatorioDescontosController}" contentStyle="overflow:auto" height="225px" width="550px" border="normal">
<grid fixedLayout="true">
<columns>
<column width="30%" />
<column width="70%" />
</columns>
<rows>
<row>
<label value="${c:l('relatorioDescontosController.lbCodConvenio.value')}" />
<textbox id="txtCodConvenio" maxlength="3" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" width="50%"/>
</row>
<row>
<label value="${c:l('relatorioDescontosController.lbPeriodoVendaInicial.value')}" />
<datebox id="fecVentaInicial" format="dd/MM/yyyy" constraint="no empty" width="50%"/>
</row>
<row>
<label value="${c:l('relatorioDescontosController.lbPeriodoVendaFinal.value')}" />
<datebox id="fecVentaFinal" format="dd/MM/yyyy" constraint="no empty" width="50%"/>
</row>
<row>
<label value="${c:l('relatorioDescontosController.lbAgencia.value')}" />
<combobox id="cmbAgencia" width="100%" maxlength="60" mold="rounded" buttonVisible="true"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxPuntoVenta"/>
</row>
</rows>
</grid>
<toolbar>
<button id="btnExecutarRelatorio" image="/gui/img/find.png" label="${c:l('relatorio.lb.btnExecutarRelatorio')}"/>
</toolbar>
</window>
</zk>