ssmaoun / openconcerto

Automatically exported from code.google.com/p/openconcerto
0 stars 0 forks source link

Absence de Table TR_BON_DE_LIVRAISON dans le dump de la base #76

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. build openconcerto sous eclipse
2. run de l'application (gestion)
3. affichage écran accueil
4. click sur connexion
5. message d'erreur dans l'écran eclipse (problems)

What is the expected output? What do you see instead?
Erreur de connexion

table TR_BON_DE_LIVRAISON not found in [OpenConcerto42, Common]
org.openconcerto.utils.ExceptionHandler: Erreur de connexion
    at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:99)
    at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:103)
    at org.openconcerto.erp.action.NouvelleConnexionAction$1.run(NouvelleConnexionAction.java:200)

What version of the product are you using? On what operating system?
Openconcerto Version 1.3b4  dump : Openconcerto-1.2.sql

Please provide any additional information below.

Sous pgAdmin, la table TR_BON_DE_LIVRAISON n'existe pas. Elle n'est pas dans 
créee dans le fichier sql. 

Original issue reported on code.google.com by amidou1...@gmail.com on 3 Oct 2013 at 11:17

GoogleCodeExporter commented 8 years ago
il semblerait que le dump ne soit pas en phase avec la version 1.3b4 de 
Openconcerto

Original comment by amidou1...@gmail.com on 3 Oct 2013 at 11:19

GoogleCodeExporter commented 8 years ago
Normal. Le dump est le dump pour la version 1.2.
L'outil de configuration est responsable de la création de la table 
TR_BON_DE_LIVRAISON  lorsqu'on l'utilise pour mettre à jour la base de 
données.

Original comment by guillaum...@gmail.com on 10 Dec 2013 at 6:28