AdmMono/web/gui/informes/formaPagamentoAgencia/formaPagamentoAgencia.zul

55 lines
1.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?page title="RelgerencialEmpresa" contentType="text/html;charset=UTF-8"?>
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="winFormaPagamentoAgencia"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk>
<window id="winFormaPagamentoAgencia"
title="${c:l('formaPagamentoAgenciaController.window.title')}"
apply="${formaPagamentoAgenciaController}"
contentStyle="overflow:auto" width="660px" border="normal">
<grid fixedLayout="true">
<columns>
<column width="50%" />
<column width="50%" />
</columns>
<rows>
<row>
<label value="${c:l('formaPagamentoAgenciaController.lbAgencia.value')}" />
<combobox id="cmbAgencia" width="100%" maxlength="60" mold="rounded" buttonVisible="true"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxPuntoVenta"/>
</row>
<row>
<label
value="${c:l('formaPagamentoAgenciaController.lbDataIni.value')}" />
<datebox id="fecInicio" width="90%"
format="dd/MM/yyyy" constraint="no empty"
maxlength="10" />
</row>
<row>
<label
value="${c:l('formaPagamentoAgenciaController.lbDataFin.value')}" />
<datebox id="fecFinal" width="90%"
format="dd/MM/yyyy" constraint="no empty"
maxlength="10" />
</row>
<row>
<label
value="${c:l('formaPagamentoAgenciaController.lbEmpresa.value')}" />
<combobox id="cmbEmpresa"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
mold="rounded" buttonVisible="true" constraint="no empty"
width="70%"
model="@{winFormaPagamentoAgencia$composer.lsEmpresas}"/>
</row>
</rows>
</grid>
<toolbar>
<button id="btnInforme" height="20" image="/gui/img/vis.png" width="35px"/>
</toolbar>
</window>
</zk>