Transfer devis vers facture avec la 1.3

Un conseil pour l'installation? Un problème technique pour installer OpenConcerto?
studio nigao
Messages : 19
Enregistré le : lun. févr. 10, 2014 9:47 am

mer. févr. 12, 2014 10:58 am

Bonjour à tous.

Soucis similaire constaté de mon côté.
J'ai un devis créé en 1.3b5, le commercial est renseigné et le devis est passé du statuts en attente > accepté.

Je n'ai pas perçu toutes les subtilités des versions énoncés dans les messages précédents.
En effet, je ne trouve la 1.3b5 téléchargeable qu'en version "multiposte", comme précisé par Guillaume d'ailleurs.
Néanmoins ceux qui signalent cette erreur (pasck03 & ainfoctet) on écrit qu'ils utilisaient la version "monoposte" (confusion ?)
Pour ma part, j'ai cette erreur sur la 1.3b5 que j'ai telecharge dans sa version multiposte.

Code : Tout sélectionner

UncaughtException on thread Thread[AWT-EventQueue-0,6,main]

Cannot set value of  org.openconcerto.sql.sqlobject.ElementComboBox org.openconcerto.erp.core.humanresources.employe.element.CommercialSQLElement "OpenConcerto"."OpenConcerto49"."COMMERCIAL" to 3 (from |SAISIE_VENTE_FACTURE.ID_COMMERCIAL|)
org.openconcerto.utils.ExceptionHandler: UncaughtException on thread Thread[AWT-EventQueue-0,6,main]
	at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:99)
	at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:103)
	at org.openconcerto.erp.config.Gestion$2.uncaughtException(Gestion.java:188)
	at java.lang.ThreadGroup.uncaughtException(Unknown Source)
	at java.lang.ThreadGroup.uncaughtException(Unknown Source)
	at java.awt.EventDispatchThread.processException(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.lang.IllegalArgumentException: Cannot set value of  org.openconcerto.sql.sqlobject.ElementComboBox org.openconcerto.erp.core.humanresources.employe.element.CommercialSQLElement "OpenConcerto"."OpenConcerto49"."COMMERCIAL" to 3 (from |SAISIE_VENTE_FACTURE.ID_COMMERCIAL|)
	at org.openconcerto.sql.sqlobject.itemview.VWRowItemView.show(VWRowItemView.java:87)
	at org.openconcerto.sql.request.SQLRowView.select(SQLRowView.java:213)
	at org.openconcerto.sql.element.BaseSQLComponent.select(BaseSQLComponent.java:656)
	at org.openconcerto.sql.element.BaseSQLComponent.select(BaseSQLComponent.java:645)
	at org.openconcerto.erp.core.common.component.TransfertBaseSQLComponent.select(TransfertBaseSQLComponent.java:130)
	at org.openconcerto.erp.core.sales.invoice.component.SaisieVenteFactureSQLComponent.select(SaisieVenteFactureSQLComponent.java:943)
	at org.openconcerto.erp.core.common.component.TransfertBaseSQLComponent.importFrom(TransfertBaseSQLComponent.java:101)
	at org.openconcerto.erp.core.common.component.TransfertBaseSQLComponent.openTransfertFrame(TransfertBaseSQLComponent.java:186)
	at org.openconcerto.erp.core.sales.quote.element.DevisSQLElement$7.actionPerformed(DevisSQLElement.java:196)
	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
	at javax.swing.AbstractButton.doClick(Unknown Source)
	at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
	at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
	at java.awt.Component.processMouseEvent(Unknown Source)
	at javax.swing.JComponent.processMouseEvent(Unknown Source)
	at java.awt.Component.processEvent(Unknown Source)
	at java.awt.Container.processEvent(Unknown Source)
	at java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Window.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$200(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue$4.run(Unknown Source)
	at java.awt.EventQueue$4.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	... 6 more
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)
	... 46 more
Avatar du membre
guillaume
Messages : 2457
Enregistré le : ven. févr. 11, 2011 7:15 pm

jeu. févr. 13, 2014 11:41 am

Bonjour,

ceci est un problème connu et en cours de résolution.
Il affecte les versions monopostes (bases H2).

Cordialement,
Directeur technique d'OpenConcerto qui dans son temps libre s'occupe du forum.
Pour une assistance pro, nous sommes joignables à ILM Informatique contre quelques jetons.
Pensez aussi à lire le manuel !
pasck03
Messages : 70
Enregistré le : mer. janv. 01, 2014 1:28 pm

lun. mars 10, 2014 6:40 am

Bonjour,

Je reviens vers vous toujours avec mon problème de transfert devis -> facture. Je viens d'installer la version 1.3. J'ai bien lancer l'outil de configuration de la base de donnée et le problème persiste. De plus, dans la liste des devis, les onglets (en attente, accepté...) sont vides.

Merci de votre aide.
pasck03
Messages : 70
Enregistré le : mer. janv. 01, 2014 1:28 pm

mer. mars 19, 2014 9:36 am

Le probleme perciste avec la version 1.3 chez moi
Répondre