Espec Bolivariano - Integração Infobit. fixes bug#AL-4273
parent
7bb9e23d2d
commit
331d8c4df9
6
pom.xml
6
pom.xml
|
@ -4,12 +4,12 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
<artifactId>ventaboletosadm</artifactId>
|
<artifactId>ventaboletosadm</artifactId>
|
||||||
<version>1.115.0</version>
|
<version>1.115.1</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<modelWeb.version>1.87.0</modelWeb.version>
|
<modelWeb.version>1.87.1</modelWeb.version>
|
||||||
<flyway.version>1.75.0</flyway.version>
|
<flyway.version>1.75.2</flyway.version>
|
||||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|
|
@ -49,6 +49,7 @@ public class EditarIntegracaoCompPassagemController extends MyGenericForwardComp
|
||||||
private Textbox txtApiKey;
|
private Textbox txtApiKey;
|
||||||
private Textbox txtRemetente;
|
private Textbox txtRemetente;
|
||||||
private Textbox txtNomeTemplate;
|
private Textbox txtNomeTemplate;
|
||||||
|
private Textbox txtIdiomaTemplate;
|
||||||
|
|
||||||
private ConfComprovantePassagem confCompPass;
|
private ConfComprovantePassagem confCompPass;
|
||||||
private BusquedaIntegracaoCompPassagemController busquedaIntegracaoCompPassagem;
|
private BusquedaIntegracaoCompPassagemController busquedaIntegracaoCompPassagem;
|
||||||
|
@ -73,6 +74,7 @@ public class EditarIntegracaoCompPassagemController extends MyGenericForwardComp
|
||||||
txtApiKey.setText(confCompPass.getApiKey());
|
txtApiKey.setText(confCompPass.getApiKey());
|
||||||
txtRemetente.setText(confCompPass.getRemetente());
|
txtRemetente.setText(confCompPass.getRemetente());
|
||||||
txtNomeTemplate.setText(confCompPass.getNomeTemplate());
|
txtNomeTemplate.setText(confCompPass.getNomeTemplate());
|
||||||
|
txtIdiomaTemplate.setText(confCompPass.getIdiomaTemplate());
|
||||||
cmbTipoIntegracao.setText(confCompPass.getTipoIntegracao());
|
cmbTipoIntegracao.setText(confCompPass.getTipoIntegracao());
|
||||||
cmbViaComprovante.setText(confCompPass.getViaComprovante());
|
cmbViaComprovante.setText(confCompPass.getViaComprovante());
|
||||||
}
|
}
|
||||||
|
@ -98,6 +100,7 @@ public class EditarIntegracaoCompPassagemController extends MyGenericForwardComp
|
||||||
confCompPass.setApiKey(txtApiKey.getText().trim());
|
confCompPass.setApiKey(txtApiKey.getText().trim());
|
||||||
confCompPass.setRemetente(txtRemetente.getText().trim());
|
confCompPass.setRemetente(txtRemetente.getText().trim());
|
||||||
confCompPass.setNomeTemplate(txtNomeTemplate.getText().trim());
|
confCompPass.setNomeTemplate(txtNomeTemplate.getText().trim());
|
||||||
|
confCompPass.setIdiomaTemplate(txtIdiomaTemplate.getText().trim());
|
||||||
|
|
||||||
confCompPass.setActivo(true);
|
confCompPass.setActivo(true);
|
||||||
|
|
||||||
|
@ -217,6 +220,14 @@ public class EditarIntegracaoCompPassagemController extends MyGenericForwardComp
|
||||||
public void setTxtNomeTemplate(Textbox txtNomeTemplate) {
|
public void setTxtNomeTemplate(Textbox txtNomeTemplate) {
|
||||||
this.txtNomeTemplate = txtNomeTemplate;
|
this.txtNomeTemplate = txtNomeTemplate;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Textbox getTxtIdiomaTemplate() {
|
||||||
|
return txtIdiomaTemplate;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setTxtIdiomaTemplate(Textbox txtIdiomaTemplate) {
|
||||||
|
this.txtIdiomaTemplate = txtIdiomaTemplate;
|
||||||
|
}
|
||||||
|
|
||||||
public List<EnumTipoIntegracao> getLsTipoIntegracao() {
|
public List<EnumTipoIntegracao> getLsTipoIntegracao() {
|
||||||
return lsTipoIntegracao;
|
return lsTipoIntegracao;
|
||||||
|
|
|
@ -10187,3 +10187,5 @@ winMovimentacionBilhetesPuntoVenta.numSerie.label = Series
|
||||||
winMovimentacionBilhetesPuntoVenta.origem.label = Origin
|
winMovimentacionBilhetesPuntoVenta.origem.label = Origin
|
||||||
winMovimentacionBilhetesPuntoVenta.puntoventa.label = Ag.
|
winMovimentacionBilhetesPuntoVenta.puntoventa.label = Ag.
|
||||||
winMovimentacionBilhetesPuntoVenta.tipoMovimentacion.label = Nature
|
winMovimentacionBilhetesPuntoVenta.tipoMovimentacion.label = Nature
|
||||||
|
|
||||||
|
editarIntComprovantePassagem.idiomaTemplate= Language Template
|
||||||
|
|
|
@ -10209,3 +10209,5 @@ winMovimentacionBilhetesPuntoVenta.numSerie.label = Série
|
||||||
winMovimentacionBilhetesPuntoVenta.origem.label = Origen
|
winMovimentacionBilhetesPuntoVenta.origem.label = Origen
|
||||||
winMovimentacionBilhetesPuntoVenta.puntoventa.label = Ag.
|
winMovimentacionBilhetesPuntoVenta.puntoventa.label = Ag.
|
||||||
winMovimentacionBilhetesPuntoVenta.tipoMovimentacion.label = Naturaleza
|
winMovimentacionBilhetesPuntoVenta.tipoMovimentacion.label = Naturaleza
|
||||||
|
|
||||||
|
editarIntComprovantePassagem.idiomaTemplate= Plantilla de idioma
|
||||||
|
|
|
@ -10190,3 +10190,5 @@ winMovimentacionBilhetesPuntoVenta.numSerie.label = Série
|
||||||
winMovimentacionBilhetesPuntoVenta.origem.label = Origine
|
winMovimentacionBilhetesPuntoVenta.origem.label = Origine
|
||||||
winMovimentacionBilhetesPuntoVenta.puntoventa.label = Ag.
|
winMovimentacionBilhetesPuntoVenta.puntoventa.label = Ag.
|
||||||
winMovimentacionBilhetesPuntoVenta.tipoMovimentacion.label = Nature
|
winMovimentacionBilhetesPuntoVenta.tipoMovimentacion.label = Nature
|
||||||
|
|
||||||
|
editarIntComprovantePassagem.idiomaTemplate= Modèle de langue
|
||||||
|
|
|
@ -10193,3 +10193,6 @@ winMovimentacionBilhetesPuntoVenta.numSerie.label = Série
|
||||||
winMovimentacionBilhetesPuntoVenta.origem.label = Origem
|
winMovimentacionBilhetesPuntoVenta.origem.label = Origem
|
||||||
winMovimentacionBilhetesPuntoVenta.puntoventa.label = Ag.
|
winMovimentacionBilhetesPuntoVenta.puntoventa.label = Ag.
|
||||||
winMovimentacionBilhetesPuntoVenta.tipoMovimentacion.label = Natureza
|
winMovimentacionBilhetesPuntoVenta.tipoMovimentacion.label = Natureza
|
||||||
|
|
||||||
|
|
||||||
|
editarIntComprovantePassagem.idiomaTemplate= Idioma Template
|
||||||
|
|
|
@ -58,22 +58,27 @@
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarIntComprovantePassagem.URL')}" />
|
<label value="${c:l('editarIntComprovantePassagem.URL')}" />
|
||||||
<textbox id="txtURL" width="99%" constraint="no empty"/>
|
<textbox id="txtURL" width="98%" constraint="no empty"/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarIntComprovantePassagem.apiKey')}" />
|
<label value="${c:l('editarIntComprovantePassagem.apiKey')}" />
|
||||||
<textbox id="txtApiKey" width="99%" constraint="no empty"/>
|
<textbox id="txtApiKey" width="98%" constraint="no empty"/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarIntComprovantePassagem.remetente')}" />
|
<label value="${c:l('editarIntComprovantePassagem.remetente')}" />
|
||||||
<textbox id="txtRemetente" width="99%" constraint="no empty" />
|
<textbox id="txtRemetente" width="98%" constraint="no empty" />
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row id="rowTemplate">
|
<row id="rowTemplate">
|
||||||
<label value="${c:l('editarIntComprovantePassagem.nomeTemplate')}" />
|
<label value="${c:l('editarIntComprovantePassagem.nomeTemplate')}" />
|
||||||
<textbox id="txtNomeTemplate" width="99%" />
|
<textbox id="txtNomeTemplate" width="98%" />
|
||||||
|
</row>
|
||||||
|
|
||||||
|
<row >
|
||||||
|
<label value="${c:l('editarIntComprovantePassagem.idiomaTemplate')}" />
|
||||||
|
<textbox id="txtIdiomaTemplate" width="98%" />
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
</rows>
|
</rows>
|
||||||
|
|
Loading…
Reference in New Issue