Totvs - WS Fornecedor / WS Cliente / WS Pedido Compra (fixes bug #6127)
Tempo: 28 horas git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@42456 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
e41e407e38
commit
6bc66f4554
1
.project
1
.project
|
@ -6,6 +6,7 @@
|
||||||
<project>modelWeb</project>
|
<project>modelWeb</project>
|
||||||
<project>LibreriasAdmVenta</project>
|
<project>LibreriasAdmVenta</project>
|
||||||
<project>CustomAdmVenta</project>
|
<project>CustomAdmVenta</project>
|
||||||
|
<project>WSTotvs</project>
|
||||||
</projects>
|
</projects>
|
||||||
<buildSpec>
|
<buildSpec>
|
||||||
<buildCommand>
|
<buildCommand>
|
||||||
|
|
|
@ -9,6 +9,9 @@
|
||||||
<dependent-module archiveName="CustomAdmVenta.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/CustomAdmVenta/CustomAdmVenta">
|
<dependent-module archiveName="CustomAdmVenta.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/CustomAdmVenta/CustomAdmVenta">
|
||||||
<dependency-type>uses</dependency-type>
|
<dependency-type>uses</dependency-type>
|
||||||
</dependent-module>
|
</dependent-module>
|
||||||
|
<dependent-module archiveName="WSTotvs.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/WSTotvs/WSTotvs">
|
||||||
|
<dependency-type>uses</dependency-type>
|
||||||
|
</dependent-module>
|
||||||
<property name="java-output-path" value="/ventaboletosadm/build/classes"/>
|
<property name="java-output-path" value="/ventaboletosadm/build/classes"/>
|
||||||
<property name="context-root" value="/ventaboletosadm"/>
|
<property name="context-root" value="/ventaboletosadm"/>
|
||||||
</wb-module>
|
</wb-module>
|
||||||
|
|
|
@ -75,6 +75,7 @@ import com.rjconsultores.ventaboletos.entidad.TipoPuntoVenta;
|
||||||
import com.rjconsultores.ventaboletos.entidad.Usuario;
|
import com.rjconsultores.ventaboletos.entidad.Usuario;
|
||||||
import com.rjconsultores.ventaboletos.entidad.UsuarioBancario;
|
import com.rjconsultores.ventaboletos.entidad.UsuarioBancario;
|
||||||
import com.rjconsultores.ventaboletos.entidad.UsuarioPerfil;
|
import com.rjconsultores.ventaboletos.entidad.UsuarioPerfil;
|
||||||
|
import com.rjconsultores.ventaboletos.exception.IntegracionException;
|
||||||
import com.rjconsultores.ventaboletos.service.CategoriaService;
|
import com.rjconsultores.ventaboletos.service.CategoriaService;
|
||||||
import com.rjconsultores.ventaboletos.service.ColoniaService;
|
import com.rjconsultores.ventaboletos.service.ColoniaService;
|
||||||
import com.rjconsultores.ventaboletos.service.EmpresaService;
|
import com.rjconsultores.ventaboletos.service.EmpresaService;
|
||||||
|
@ -1117,6 +1118,14 @@ public class EditarPuntoVentaController extends MyGenericForwardComposer {
|
||||||
closeWindow();
|
closeWindow();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
} catch (IntegracionException ex) {
|
||||||
|
log.error("editarPuntoVentaController: ", ex);
|
||||||
|
Messagebox.show(
|
||||||
|
ex.getMessage(),
|
||||||
|
Labels.getLabel("editarPuntoVentaController.window.title"),
|
||||||
|
Messagebox.OK, Messagebox.ERROR);
|
||||||
|
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
log.error("editarPuntoVentaController: ", ex);
|
log.error("editarPuntoVentaController: ", ex);
|
||||||
Messagebox.show(
|
Messagebox.show(
|
||||||
|
|
|
@ -5089,4 +5089,6 @@ relatorioGratuidadeController.lbEmpresa.value = Empresa
|
||||||
relatorioGratuidadeController.lbAgencia.value = Punto Venta
|
relatorioGratuidadeController.lbAgencia.value = Punto Venta
|
||||||
relatorioGratuidadeController.lbLinhas.value = Ruta
|
relatorioGratuidadeController.lbLinhas.value = Ruta
|
||||||
relatorioGratuidadeController.lbDataIni.value = Fecha Inicio
|
relatorioGratuidadeController.lbDataIni.value = Fecha Inicio
|
||||||
relatorioGratuidadeController.lbDataFin.value = Fecha Final
|
relatorioGratuidadeController.lbDataFin.value = Fecha Final
|
||||||
|
|
||||||
|
integracion.totvs=ERRO ao fazer integracion com a TOTVS
|
|
@ -5157,4 +5157,6 @@ relatorioGratuidadeController.lbEmpresa.value = Empresa
|
||||||
relatorioGratuidadeController.lbAgencia.value = Agência
|
relatorioGratuidadeController.lbAgencia.value = Agência
|
||||||
relatorioGratuidadeController.lbLinhas.value = Linha
|
relatorioGratuidadeController.lbLinhas.value = Linha
|
||||||
relatorioGratuidadeController.lbDataIni.value = Data Inicio
|
relatorioGratuidadeController.lbDataIni.value = Data Inicio
|
||||||
relatorioGratuidadeController.lbDataFin.value = Data Final
|
relatorioGratuidadeController.lbDataFin.value = Data Final
|
||||||
|
|
||||||
|
integracion.totvs=ERRO ao fazer integração com a TOTVS
|
Loading…
Reference in New Issue