196 lines
8.8 KiB
XML
196 lines
8.8 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="520px"
|
|
height="530px">
|
|
|
|
<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">
|
|
<columns>
|
|
<column width="30%" />
|
|
<column width="70%" />
|
|
</columns>
|
|
<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="98%"
|
|
maxlength="20"
|
|
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.codConvenio}"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
|
</row>
|
|
<row>
|
|
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoAgencia.label')}" />
|
|
<textbox id="txtBoletoBancoAgencia"
|
|
width="98%"
|
|
maxlength="20"
|
|
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="98%"
|
|
maxlength="1"
|
|
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoAgenciaDigito}"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
|
</row>
|
|
<row>
|
|
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoConta.label')}" />
|
|
<textbox id="txtBoletoBancoConta"
|
|
width="98%"
|
|
maxlength="20"
|
|
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="98%"
|
|
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="98%"
|
|
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="98%"
|
|
maxlength="3"
|
|
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoCarteiraVariavel}"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
|
</row>
|
|
<row>
|
|
<label value="${c:l('busquedaFechamentoParamgeralController.boletoDiasVenc.label')}" />
|
|
<textbox id="txtBoletoDiasVenc"
|
|
width="98%"
|
|
maxlength="6"
|
|
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoDiasVenc}"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
|
constraint="no empty" />
|
|
</row>
|
|
<row>
|
|
<label value="${c:l('busquedaFechamentoParamgeralController.boletoJuros.label')}" />
|
|
<textbox id="txtBoletoJuros"
|
|
width="98%"
|
|
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoJuros,converter=com.rjconsultores.ventaboletos.web.utilerias.StringDecimalToDecimalConverter}"
|
|
constraint="no zero, no negative, /([0-9]{1,3}+(\,[0-9][0-9]?)?)?/ "
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" />
|
|
</row>
|
|
<row>
|
|
<label value="${c:l('busquedaFechamentoParamgeralController.boletoMulta.label')}" />
|
|
<textbox id="txtBoletoMulta"
|
|
width="98%"
|
|
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoMulta,converter=com.rjconsultores.ventaboletos.web.utilerias.StringDecimalToDecimalConverter}"
|
|
constraint="no zero, no negative, /([0-9]{1,3}+(\,[0-9][0-9]?)?)?/ "
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" />
|
|
</row>
|
|
<row>
|
|
<label value="${c:l('busquedaFechamentoParamgeralController.countRemessa.label')}" />
|
|
<textbox id="txtCountRemessa"
|
|
width="98%"
|
|
maxlength="15"
|
|
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.countRemessa}"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
|
constraint="no empty" />
|
|
</row>
|
|
<row>
|
|
<label value="${c:l('busquedaFechamentoParamgeralController.lbInstrucao.label')}" />
|
|
<textbox id="txtBoletoBancoInstrucao"
|
|
multiline="true"
|
|
width="98%"
|
|
rows="7"
|
|
maxlength="89"
|
|
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoInstrucao}"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxSimple" />
|
|
</row>
|
|
<row>
|
|
<label value="${c:l('busquedaFechamentoParamgeralController.lbInstrucao2.label')}" />
|
|
<textbox id="txtBoletoBancoInstrucao2"
|
|
multiline="true"
|
|
width="98%"
|
|
rows="7"
|
|
maxlength="89"
|
|
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoInstrucao2}"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxSimple" />
|
|
</row>
|
|
<row>
|
|
<label value="${c:l('busquedaFechamentoParamgeralController.lbInstrucao3.label')}" />
|
|
<textbox id="txtBoletoBancoInstrucao3"
|
|
multiline="true"
|
|
width="98%"
|
|
rows="7"
|
|
maxlength="89"
|
|
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoInstrucao3}"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxSimple" />
|
|
</row>
|
|
<row>
|
|
<label value="${c:l('busquedaFechamentoParamgeralController.lbInstrucaoSacado.label')}" />
|
|
<textbox id="txtBoletoBancoInstrucaoSacado"
|
|
multiline="true"
|
|
width="98%"
|
|
rows="7"
|
|
maxlength="89"
|
|
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoInstrucaoSacado}"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxSimple" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</window>
|
|
</zk> |