AdmMono/web/gui/configuraciones_comerciales/editarFechamentoParamgeral.zul

128 lines
5.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?page title="Fechamento Conta Corrente - Parametros" contentType="text/html;charset=UTF-8"?>
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="winEditarFechamentoParamgeral"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk>
<window id="winEditarFechamentoParamgeral"
title="${c:l('editarFechamentoParamgeralController.window.title')}"
border="normal"
apply="${editarFechamentoParamgeralController}"
contentStyle="overflow:auto"
width="415px"
height="260px">
<toolbar>
<button id="btnSalvar"
height="20"
image="/gui/img/save.png"
width="35px"
tooltiptext="${c:l('tooltiptext.btnGuardar')}"/>
<separator orient="vertical" />
<button id="btnApagar"
image="/gui/img/remove.png"
width="35px"
tooltiptext="${c:l('tooltiptext.btnEliminar')}" />
<separator orient="vertical" />
<button id="btnCerrar"
onClick="winEditarFechamentoParamgeral.detach()"
image="/gui/img/exit.png"
width="35px"
tooltiptext="${c:l('tooltiptext.btnFechar')}"/>
</toolbar>
<grid fixedLayout="true">
<rows>
<row>
<label value="${c:l('busquedaFechamentoParamgeralController.empresa.label')}" />
<combobox id="cmbEmpresa"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
mold="rounded"
buttonVisible="true"
model="@{winEditarFechamentoParamgeral$composer.lsEmpresas}"
constraint="no empty" />
</row>
<row>
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoCod.label')}" />
<combobox id="cmbBoletoBancoCod"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
mold="rounded"
buttonVisible="true"
model="@{winEditarFechamentoParamgeral$composer.lsBancosSuportados}"
constraint="no empty" />
</row>
<row>
<label value="${c:l('busquedaFechamentoParamgeralController.boletoConvenio.label')}" />
<textbox id="txtConvenioEmpresa"
width="190px"
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.codConvenio}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
constraint="/^[0-9]+$/" />
</row>
<row>
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoAgencia.label')}" />
<textbox id="txtBoletoBancoAgencia"
width="190px"
maxlength="50"
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoAgencia}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
constraint="no empty" />
</row>
<row>
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoAgenciaDigito.label')}" />
<textbox id="txtBoletoBancoAgenciaDigito"
width="190px"
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoAgenciaDigito}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
constraint="/^[0-9]+$/" />
</row>
<row>
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoConta.label')}" />
<textbox id="txtBoletoBancoConta"
width="190px"
maxlength="50"
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoConta}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
constraint="no empty /^[0-9]+$/" />
</row>
<row>
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoContaDigito.label')}" />
<textbox id="txtBoletoBancoContaDigito"
width="190px"
maxlength="2"
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoContaDigito}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
constraint="no empty /^[0-9]+$/" />
</row>
<row>
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoCarteira.label')}" />
<textbox id="txtBoletoBancoCarteira"
width="190px"
maxlength="3"
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoCarteira}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
constraint="no empty /^[0-9]+$/" />
</row>
<row>
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoCarteiraVariavel.label')}" />
<textbox id="txtBoletoBancoCarteiraVariavel"
width="190px"
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoCarteiraVariavel}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
constraint="/^[0-9]+$/" />
</row>
<row>
<label value="${c:l('busquedaFechamentoParamgeralController.boletoDiasVenc.label')}" />
<textbox id="txtBoletoDiasVenc"
width="190px"
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoDiasVenc}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
constraint="no empty" />
</row>
</rows>
</grid>
</window>
</zk>