gpb99 / openconcerto

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

Erreur "Transfert vers bon de réception" #79

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. saisie d'une commande fournisseur
2. dans la liste des commandes fournisseurs : Sélection de "Transfert vers Bon 
de réception" (click droit)
3.

What is the expected output? What do you see instead?
expected : affichage d'une fenêtre de transaction ?
instead : Affichage d'une erreur(cf ci dessous)

What version of the product are you using? On what operating system?
OpenConcerto-1.3b4-monoposte / H2 / Windows
(Juste après migration depuis OpenConcerto-1.2-monoposte)

Please provide any additional information below.

Dans la base, ID_FOURNISSEUR est BIG_INT dans la table FOURNISSEUR,
INT dans BON_RECEPTION.  Est-ce pour cela ? 

- Même problème avec la transformation d'un devis en facture, ou en commande 
client.

Erreur : 

Caused by: java.lang.ClassCastException: java.lang.Long cannot be cast to 
java.lang.Integer
    at org.openconcerto.sql.sqlobject.SQLRequestComboBox.setValue(SQLRequestComboBox.java:1)
    at org.openconcerto.sql.sqlobject.itemview.VWRowItemView.show(VWRowItemView.java:85)

Voir PJ.

Original issue reported on code.google.com by thierry....@gmail.com on 3 Dec 2013 at 1:40

Attachments: