fixes bug#0013138
dev: thiago qua: renato Implementação efetuada. git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@89111 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
11448784c0
commit
d56891faf5
|
@ -94,6 +94,7 @@ public class EditarFechamentoParamgeralController extends MyGenericForwardCompos
|
||||||
private Textbox txtBoletoBancoAgenciaDigito;
|
private Textbox txtBoletoBancoAgenciaDigito;
|
||||||
private Textbox txtBoletoBancoCarteiraVariavel;
|
private Textbox txtBoletoBancoCarteiraVariavel;
|
||||||
private Textbox txtConvenioEmpresa;
|
private Textbox txtConvenioEmpresa;
|
||||||
|
private Textbox txtBoletoBancoInstrucao;
|
||||||
|
|
||||||
private List<Empresa> lsEmpresas;
|
private List<Empresa> lsEmpresas;
|
||||||
private List<String> lsBancosSuportados;
|
private List<String> lsBancosSuportados;
|
||||||
|
@ -184,6 +185,7 @@ public class EditarFechamentoParamgeralController extends MyGenericForwardCompos
|
||||||
getFechamentoParamgeral().setBoletoBancoConta(txtBoletoBancoConta.getText());
|
getFechamentoParamgeral().setBoletoBancoConta(txtBoletoBancoConta.getText());
|
||||||
getFechamentoParamgeral().setBoletoBancoContaDigito(txtBoletoBancoContaDigito.getText());
|
getFechamentoParamgeral().setBoletoBancoContaDigito(txtBoletoBancoContaDigito.getText());
|
||||||
getFechamentoParamgeral().setBoletoDiasVenc(Integer.valueOf(txtBoletoDiasVenc.getText()));
|
getFechamentoParamgeral().setBoletoDiasVenc(Integer.valueOf(txtBoletoDiasVenc.getText()));
|
||||||
|
getFechamentoParamgeral().setBoletoBancoInstrucao(txtBoletoBancoInstrucao.getText());
|
||||||
|
|
||||||
if(cmbEmpresa.getSelectedItem() != null) {
|
if(cmbEmpresa.getSelectedItem() != null) {
|
||||||
getFechamentoParamgeral().setEmpresa((Empresa) cmbEmpresa.getSelectedItem().getValue());
|
getFechamentoParamgeral().setEmpresa((Empresa) cmbEmpresa.getSelectedItem().getValue());
|
||||||
|
|
|
@ -6686,6 +6686,8 @@ busquedaFiscalImpressoraController.estado.label = Estado Local
|
||||||
# Búsqueda Fechamento Conta Contábil
|
# Búsqueda Fechamento Conta Contábil
|
||||||
busquedaFechamentoParamgeralController.window.title = Cierre de cuenta contable
|
busquedaFechamentoParamgeralController.window.title = Cierre de cuenta contable
|
||||||
busquedaFechamentoParamgeralController.empresa.label = Empresa
|
busquedaFechamentoParamgeralController.empresa.label = Empresa
|
||||||
|
busquedaFechamentoParamgeralController.lbConfiguracoes.label = Configurações Gerais
|
||||||
|
busquedaFechamentoParamgeralController.lbMensagem.label = Mensagem Boleto
|
||||||
busquedaFechamentoParamgeralController.btnPesquisa.label = Búsqueda
|
busquedaFechamentoParamgeralController.btnPesquisa.label = Búsqueda
|
||||||
busquedaFechamentoParamgeralController.boletoBancoCod.label = Código Banco
|
busquedaFechamentoParamgeralController.boletoBancoCod.label = Código Banco
|
||||||
busquedaFechamentoParamgeralController.boletoBancoAgencia.label = Agencia
|
busquedaFechamentoParamgeralController.boletoBancoAgencia.label = Agencia
|
||||||
|
|
|
@ -7012,6 +7012,8 @@ busquedaFiscalImpressoraController.bloquear.label = Bloquear Impressão para UF
|
||||||
# Búsqueda Configuração de Boleto
|
# Búsqueda Configuração de Boleto
|
||||||
busquedaFechamentoParamgeralController.window.title = Configuração de Boleto
|
busquedaFechamentoParamgeralController.window.title = Configuração de Boleto
|
||||||
busquedaFechamentoParamgeralController.empresa.label = Empresa
|
busquedaFechamentoParamgeralController.empresa.label = Empresa
|
||||||
|
busquedaFechamentoParamgeralController.lbConfiguracoes.label = Configurações Gerais
|
||||||
|
busquedaFechamentoParamgeralController.lbMensagem.label = Mensagem Boleto
|
||||||
busquedaFechamentoParamgeralController.btnPesquisa.label = Pesquisa
|
busquedaFechamentoParamgeralController.btnPesquisa.label = Pesquisa
|
||||||
busquedaFechamentoParamgeralController.boletoBancoCod.label = Código Banco
|
busquedaFechamentoParamgeralController.boletoBancoCod.label = Código Banco
|
||||||
busquedaFechamentoParamgeralController.boletoBancoAgencia.label = Agência
|
busquedaFechamentoParamgeralController.boletoBancoAgencia.label = Agência
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
border="normal"
|
border="normal"
|
||||||
apply="${editarFechamentoParamgeralController}"
|
apply="${editarFechamentoParamgeralController}"
|
||||||
contentStyle="overflow:auto"
|
contentStyle="overflow:auto"
|
||||||
width="415px"
|
width="450px"
|
||||||
height="260px">
|
height="455px">
|
||||||
|
|
||||||
<toolbar>
|
<toolbar>
|
||||||
<button id="btnSalvar"
|
<button id="btnSalvar"
|
||||||
|
@ -31,99 +31,108 @@
|
||||||
width="35px"
|
width="35px"
|
||||||
tooltiptext="${c:l('tooltiptext.btnFechar')}"/>
|
tooltiptext="${c:l('tooltiptext.btnFechar')}"/>
|
||||||
</toolbar>
|
</toolbar>
|
||||||
|
<grid fixedLayout="true">
|
||||||
<grid fixedLayout="true">
|
<columns>
|
||||||
<rows>
|
<column width="30%" />
|
||||||
<row>
|
<column width="70%" />
|
||||||
<label value="${c:l('busquedaFechamentoParamgeralController.empresa.label')}" />
|
</columns>
|
||||||
|
<rows>
|
||||||
|
<row>
|
||||||
|
<label value="${c:l('busquedaFechamentoParamgeralController.empresa.label')}" />
|
||||||
<combobox id="cmbEmpresa"
|
<combobox id="cmbEmpresa"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||||||
mold="rounded"
|
mold="rounded"
|
||||||
buttonVisible="true"
|
buttonVisible="true"
|
||||||
model="@{winEditarFechamentoParamgeral$composer.lsEmpresas}"
|
model="@{winEditarFechamentoParamgeral$composer.lsEmpresas}"
|
||||||
constraint="no empty" />
|
constraint="no empty" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoCod.label')}" />
|
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoCod.label')}" />
|
||||||
|
|
||||||
<combobox id="cmbBoletoBancoCod"
|
<combobox id="cmbBoletoBancoCod"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||||||
mold="rounded"
|
mold="rounded"
|
||||||
buttonVisible="true"
|
buttonVisible="true"
|
||||||
model="@{winEditarFechamentoParamgeral$composer.lsBancosSuportados}"
|
model="@{winEditarFechamentoParamgeral$composer.lsBancosSuportados}"
|
||||||
constraint="no empty" />
|
constraint="no empty" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaFechamentoParamgeralController.boletoConvenio.label')}" />
|
<label value="${c:l('busquedaFechamentoParamgeralController.boletoConvenio.label')}" />
|
||||||
<textbox id="txtConvenioEmpresa"
|
<textbox id="txtConvenioEmpresa"
|
||||||
width="190px"
|
width="98%"
|
||||||
maxlength="20"
|
maxlength="20"
|
||||||
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.codConvenio}"
|
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.codConvenio}"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
constraint="/^[0-9]+$/" />
|
constraint="/^[0-9]+$/" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoAgencia.label')}" />
|
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoAgencia.label')}" />
|
||||||
<textbox id="txtBoletoBancoAgencia"
|
<textbox id="txtBoletoBancoAgencia"
|
||||||
width="190px"
|
width="98%"
|
||||||
maxlength="50"
|
maxlength="50"
|
||||||
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoAgencia}"
|
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoAgencia}"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
constraint="no empty" />
|
constraint="no empty" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoAgenciaDigito.label')}" />
|
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoAgenciaDigito.label')}" />
|
||||||
<textbox id="txtBoletoBancoAgenciaDigito"
|
<textbox id="txtBoletoBancoAgenciaDigito"
|
||||||
width="190px"
|
width="98%"
|
||||||
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoAgenciaDigito}"
|
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoAgenciaDigito}"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
constraint="/^[0-9]+$/" />
|
constraint="/^[0-9]+$/" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoConta.label')}" />
|
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoConta.label')}" />
|
||||||
<textbox id="txtBoletoBancoConta"
|
<textbox id="txtBoletoBancoConta"
|
||||||
width="190px"
|
width="98%"
|
||||||
maxlength="50"
|
maxlength="50"
|
||||||
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoConta}"
|
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoConta}"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
constraint="no empty /^[0-9]+$/" />
|
constraint="no empty /^[0-9]+$/" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoContaDigito.label')}" />
|
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoContaDigito.label')}" />
|
||||||
<textbox id="txtBoletoBancoContaDigito"
|
<textbox id="txtBoletoBancoContaDigito"
|
||||||
width="190px"
|
width="98%"
|
||||||
maxlength="2"
|
maxlength="2"
|
||||||
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoContaDigito}"
|
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoContaDigito}"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
constraint="no empty /^[0-9]+$/" />
|
constraint="no empty /^[0-9]+$/" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoCarteira.label')}" />
|
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoCarteira.label')}" />
|
||||||
<textbox id="txtBoletoBancoCarteira"
|
<textbox id="txtBoletoBancoCarteira"
|
||||||
width="190px"
|
width="98%"
|
||||||
maxlength="3"
|
maxlength="3"
|
||||||
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoCarteira}"
|
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoCarteira}"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
constraint="no empty /^[0-9]+$/" />
|
constraint="no empty /^[0-9]+$/" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoCarteiraVariavel.label')}" />
|
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoCarteiraVariavel.label')}" />
|
||||||
<textbox id="txtBoletoBancoCarteiraVariavel"
|
<textbox id="txtBoletoBancoCarteiraVariavel"
|
||||||
width="190px"
|
width="98%"
|
||||||
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoCarteiraVariavel}"
|
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoCarteiraVariavel}"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
constraint="/^[0-9]+$/" />
|
constraint="/^[0-9]+$/" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaFechamentoParamgeralController.boletoDiasVenc.label')}" />
|
<label value="${c:l('busquedaFechamentoParamgeralController.boletoDiasVenc.label')}" />
|
||||||
<textbox id="txtBoletoDiasVenc"
|
<textbox id="txtBoletoDiasVenc"
|
||||||
width="190px"
|
width="98%"
|
||||||
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoDiasVenc}"
|
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoDiasVenc}"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
constraint="no empty" />
|
constraint="no empty" />
|
||||||
</row>
|
</row>
|
||||||
|
<row>
|
||||||
</rows>
|
<label value="${c:l('busquedaFechamentoParamgeralController.lbMensagem.label')}" />
|
||||||
</grid>
|
<textbox id="txtBoletoBancoInstrucao"
|
||||||
|
multiline="true" width="98%" rows="7" maxlength="255"
|
||||||
|
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoInstrucao}"
|
||||||
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||||
|
</row>
|
||||||
|
</rows>
|
||||||
|
</grid>
|
||||||
</window>
|
</window>
|
||||||
</zk>
|
</zk>
|
Loading…
Reference in New Issue