Page 3 sur 6

Re: OpenConcerto 1.6.3

Posté : sam. nov. 23, 2019 1:24 pm
par wilfried
bonjour
j'ai changer d'ordinateur ; j'ai installé et mis à jour la base de données sans soucis.
cependant maintenant dans la liste des écriture la date est au format anglais
comment repasser au format français ?
merci

Re: OpenConcerto 1.6.3

Posté : dim. nov. 24, 2019 1:17 pm
par JacquesF
Bonjour,

Je suppose que l'application se base sur les préférences du système.
Il faut donc aller voir dans les paramètres de configuration du système d'exploitation (panneau de configuration sous Windows, sous linux cela dépend du bureau mais ça se gère avec les "locales".

Jacques

Re: OpenConcerto 1.6.3

Posté : lun. déc. 02, 2019 7:57 am
par bill
Bonjour,

Même erreur que jchignola et pasck03 pour moi quand je rentre une facture de vente... :(

Re: OpenConcerto 1.6.3

Posté : ven. janv. 03, 2020 10:36 am
par cedric.maupas
Bonjour,

Suite à la migration de la version 1.6.2 vers 1.6.3.
On obtient l'erreur suivante en déroulant la liste des items dans commandes fournisseur :
UncaughtException on thread Thread[AWT-EventQueue-0,6,main]
org.openconcerto.utils.ExceptionHandler: UncaughtException on thread Thread[AWT-EventQueue-0,6,main]
at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:144)
at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:151)
at org.openconcerto.erp.config.Gestion$2.uncaughtException(Gestion.java:226)
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.pumpEventsForFilter(Unknown Source)
at java.awt.WaitDispatchSupport$2.run(Unknown Source)
at java.awt.WaitDispatchSupport$4.run(Unknown Source)
at java.awt.WaitDispatchSupport$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.WaitDispatchSupport.enter(Unknown Source)
at java.awt.Dialog.show(Unknown Source)
at java.awt.Component.show(Unknown Source)
at java.awt.Component.setVisible(Unknown Source)
at java.awt.Window.setVisible(Unknown Source)
at java.awt.Dialog.setVisible(Unknown Source)
at org.openconcerto.utils.ExceptionHandler.showMsg(ExceptionHandler.java:440)
at org.openconcerto.utils.ExceptionHandler.showMsgHardened(ExceptionHandler.java:225)
at org.openconcerto.utils.ExceptionHandler.lambda$0(ExceptionHandler.java:202)
at java.util.concurrent.FutureTask.run(Unknown Source)
at org.openconcerto.utils.ExceptionHandler.display(ExceptionHandler.java:205)
at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:144)
at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:151)
at org.openconcerto.erp.config.Gestion$2.uncaughtException(Gestion.java:226)
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.NullPointerException
at org.openconcerto.erp.core.supplychain.order.action.ListeDesCommandesAction.getAvancementLFromBR(ListeDesCommandesAction.java:121)
at org.openconcerto.erp.core.supplychain.order.action.ListeDesCommandesAction.access$0(ListeDesCommandesAction.java:116)
at org.openconcerto.erp.core.supplychain.order.action.ListeDesCommandesAction$1.show_(ListeDesCommandesAction.java:61)
at org.openconcerto.sql.view.list.SQLTableModelColumn.show(SQLTableModelColumn.java:159)
at org.openconcerto.sql.view.list.ListSQLLine.updateList(ListSQLLine.java:212)
at org.openconcerto.sql.view.list.ListSQLLine.loadCache(ListSQLLine.java:97)
at org.openconcerto.sql.view.list.ListSQLLine.getList(ListSQLLine.java:168)
at org.openconcerto.sql.view.list.ListSQLLine.getValueAt(ListSQLLine.java:173)
at org.openconcerto.sql.view.list.ITableModel.getValueAt(ITableModel.java:515)
at org.openconcerto.utils.TableSorter.getValueAt(TableSorter.java:414)
at javax.swing.JTable.getValueAt(Unknown Source)
at javax.swing.JTable.prepareRenderer(Unknown Source)
at javax.swing.plaf.basic.BasicTableUI.paintCell(Unknown Source)
at javax.swing.plaf.basic.BasicTableUI.paintCells(Unknown Source)
at javax.swing.plaf.basic.BasicTableUI.paint(Unknown Source)
at javax.swing.plaf.ComponentUI.update(Unknown Source)
at javax.swing.JComponent.paintComponent(Unknown Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JComponent.paintChildren(Unknown Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JViewport.paint(Unknown Source)
at javax.swing.JComponent.paintChildren(Unknown Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JComponent.paintChildren(Unknown Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JComponent.paintChildren(Unknown Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JComponent.paintChildren(Unknown Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JComponent.paintChildren(Unknown Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JLayeredPane.paint(Unknown Source)
at javax.swing.JComponent.paintChildren(Unknown Source)
at javax.swing.JComponent.paintToOffscreen(Unknown Source)
at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)
at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
at javax.swing.RepaintManager.paint(Unknown Source)
at javax.swing.JComponent.paint(Unknown Source)
at java.awt.GraphicsCallback$PaintCallback.run(Unknown Source)
at sun.awt.SunGraphicsCallback.runOneComponent(Unknown Source)
at sun.awt.SunGraphicsCallback.runComponents(Unknown Source)
at java.awt.Container.paint(Unknown Source)
at java.awt.Window.paint(Unknown Source)
at javax.swing.RepaintManager$4.run(Unknown Source)
at javax.swing.RepaintManager$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
at javax.swing.RepaintManager.prePaintDirtyRegions(Unknown Source)
at javax.swing.RepaintManager.access$1200(Unknown Source)
at javax.swing.RepaintManager$ProcessingRunnable.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(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$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
... 30 more
Merci d'avance !

Re: OpenConcerto 1.6.3

Posté : ven. janv. 03, 2020 11:16 am
par cedric.maupas
Problème résolu : Quantité unitaire à null dans BDD pour deux lignes ???

Re: OpenConcerto 1.6.3

Posté : ven. janv. 03, 2020 6:07 pm
par oturpin
bonjour,
J'utilise le module TVA sur la 1.6.2. Il y a qq défauts mais ca permet de visualiser la CA3...
Après upgrade vers 1.6.3, le module ne peut plus s'initialiser:
Erreur systématique après chaque lancement. Le soft est inutilisable car stoppé par cette erreur.

Impossible de configurer les modules requis

Impossible de créer les modules, not solved : SetMap {NO_FACTORY=[Module org.openconcerto.modules.tva v1.0]} ; not created : [Module org.openconcerto.modules.tva v1.0]
org.openconcerto.utils.ExceptionHandler: Impossible de configurer les modules requis
at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:144)
at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:151)
at org.openconcerto.erp.action.NouvelleConnexionAction$3.run(NouvelleConnexionAction.java:373)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Caused by: java.lang.Exception: Impossible de créer les modules, not solved : SetMap {NO_FACTORY=[Module org.openconcerto.modules.tva v1.0]} ; not created : [Module org.openconcerto.modules.tva v1.0]
at org.openconcerto.erp.modules.ModuleManager.init(ModuleManager.java:566)
at org.openconcerto.erp.action.NouvelleConnexionAction$1.run(NouvelleConnexionAction.java:150)
at org.openconcerto.sql.ui.ConnexionPanel.connect(ConnexionPanel.java:475)
at org.openconcerto.sql.ui.ConnexionPanel.access$4(ConnexionPanel.java:448)
at org.openconcerto.sql.ui.ConnexionPanel$7.run(ConnexionPanel.java:403)
at java.base/java.lang.Thread.run(Thread.java:834)

J'ai essayé de le désinstaller:

Impossible d'appliquer les changements

java.lang.IllegalStateException: Couldn't get module org.openconcerto.modules.tva : No version recent enough to uninstall v1.0 : []
org.openconcerto.utils.ExceptionHandler: Impossible d'appliquer les changements
at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:144)
at org.openconcerto.erp.modules.AvailableModulesPanel$3.done(AvailableModulesPanel.java:148)
at java.desktop/javax.swing.SwingWorker$5.run(SwingWorker.java:750)
at java.desktop/javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(SwingWorker.java:847)
at java.desktop/sun.swing.AccumulativeRunnable.run(AccumulativeRunnable.java:112)
at java.desktop/javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(SwingWorker.java:857)
at java.desktop/javax.swing.Timer.fireActionPerformed(Timer.java:317)
at java.desktop/javax.swing.Timer$DoPostEvent.run(Timer.java:249)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:117)
at java.desktop/java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:190)
at java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:235)
at java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:233)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.desktop/java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:233)
at java.desktop/java.awt.Dialog.show(Dialog.java:1070)
at java.desktop/java.awt.Component.show(Component.java:1716)
at java.desktop/java.awt.Component.setVisible(Component.java:1663)
at java.desktop/java.awt.Window.setVisible(Window.java:1031)
at java.desktop/java.awt.Dialog.setVisible(Dialog.java:1005)
at org.openconcerto.erp.modules.AvailableModulesPanel$1.run(AvailableModulesPanel.java:66)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Caused by: java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Couldn't get module org.openconcerto.modules.tva : No version recent enough to uninstall v1.0 : []
at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
at java.desktop/javax.swing.SwingWorker.get(SwingWorker.java:613)
at org.openconcerto.erp.modules.AvailableModulesPanel$3.done(AvailableModulesPanel.java:130)
... 40 more
Caused by: java.lang.IllegalStateException: Couldn't get module org.openconcerto.modules.tva : No version recent enough to uninstall v1.0 : []
at org.openconcerto.erp.modules.ModuleManager.uninstallUnsafe(ModuleManager.java:2349)
at org.openconcerto.erp.modules.ModuleManager.applyChange(ModuleManager.java:1656)
at org.openconcerto.erp.modules.ModuleManager.applyChange(ModuleManager.java:1628)
at org.openconcerto.erp.modules.AvailableModulesPanel$3.doInBackground(AvailableModulesPanel.java:124)
at org.openconcerto.erp.modules.AvailableModulesPanel$3.doInBackground(AvailableModulesPanel.java:1)
at java.desktop/javax.swing.SwingWorker$1.call(SwingWorker.java:304)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.desktop/javax.swing.SwingWorker.run(SwingWorker.java:343)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)

Rollback vers 1.6.2...

Re: OpenConcerto 1.6.3

Posté : lun. janv. 20, 2020 9:21 am
par Novency
Bonjour,

Utilisateur de OpenConcerto multiposte sous serveur Ubuntu depuis 3 ans, je rencontre un problème depuis ma dernière mise à jour.
Depuis la migration vers 1.6.3 (mise à jour depuis 1.5.1 avec toutes les phases intermédiaires), j'ai un problème avec la gestion des stocks. Certaines de mes nomenclatures comportent 2 pièces de la même référence. Par exemple, l'article A comporte 2 articles B. Lorsque j'ajoute une commande comportant l'article A, la quantité en attente de livraison de l'article B n'augmente pas de 2 mais de seulement 1 unité. Dans la version 1.5.1, tout fonctionnait bien mais on dirait que la version 1.6.3 n'accepte que les articles ayant des articles unitaires dans leur nomenclature et non multiples.
Pouvez vous m'aider?

Merci d'avance,
Bonne journée,

Benoît,

Re: OpenConcerto 1.6.3

Posté : lun. janv. 20, 2020 1:57 pm
par Novency
Re bonjour,

autre problème, la gestion des commandes fournisseurs. L’avancement réception semble dysfonctionner car depuis la mise à jour, toutes mes commandes passent en 100% avancement réception alors que certaines n'étaient pas encore réceptionnées. De même, une commande nouvellement faite apparaît de suite à 100% réceptionnée.

Bonne journée,

Benoît,

Re: OpenConcerto 1.6.3

Posté : lun. janv. 27, 2020 3:40 pm
par wilfried
JacquesF a écrit :
dim. nov. 24, 2019 1:17 pm
Bonjour,

Je suppose que l'application se base sur les préférences du système.
Il faut donc aller voir dans les paramètres de configuration du système d'exploitation (panneau de configuration sous Windows, sous linux cela dépend du bureau mais ça se gère avec les "locales".

Jacques
Hello, mon système est en Fr. donc ce n’est pas là qu’il faut chercher…

Problème Module Caisse

Posté : sam. févr. 01, 2020 3:40 pm
par ptifou974
Bonjour,
je viens de commencé l'utilisation du module caisse, j'ai eue une anomalie qui se c'est produit en fin de journée après l'impression du X de la journée.
Le module me remonte une erreur de connexion a la base H2. je redémarre mon pc mais je ne retrouve plus les ventes de la journée effectué par la caisse.
Impossible aussi de relancer le module caisse, l'ecran reste vide alors que JAVA consomme 34 ou 37% de temps processeur avec 370 a 400 Mo de mémoire, l'activité du disque reste a zéro et puis plus rien...
J'ai du recréer une nouvelle caisse pour les ventes du lendemain, mais ce soir cette anomalie c'est reproduit...
auriez-vous une suggestion ou une solution pour corrigé cette anomalie ?
Merci par avance