Coder Social home page Coder Social logo

idempiere-swing-client's Introduction

iDempiere. Community Powered Enterprise

iDempiere Business Suite ERP/CRM/SCM done the community way. Focus is on the Community that includes Subject Matter Specialists, Implementors and End-Users.

Please visit the project front page containing links for most of our resources: https://www.idempiere.org/

You can have a first-hand experience about the software in one of our live cloud test sites: https://www.idempiere.org/test-sites

If you want to install it by yourself, the most used way is to follow the guide: https://wiki.idempiere.org/en/Installing_iDempiere

In case of doubts please use our support forums at https://groups.google.com/group/idempiere
Or our Mattermost support channel in https://mattermost.idempiere.org/
Don't forget to check our code of conduct and our contribution guide

If you find a bug or want to register a feature request please consider discussing it first in our forums, and after you're totally sure, please use the JIRA ticketing system: https://idempiere.atlassian.net

Continuous integration when changing this repository is managed with Jenkins at https://jenkins.idempiere.org/

idempiere-swing-client's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

idempiere-swing-client's Issues

Several versions of tycho plugins are configured [2.7.3, 2.7.5]:

Below error message on a fresh clone of the repository and 'mvn verify'.

[ERROR] Several versions of tycho plugins are configured [2.7.3, 2.7.5]:
[ERROR] 2.7.3:
[ERROR] MavenProject: org.idempiere:org.idempiere.p2.targetplatform:9.0.0-SNAPSHOT @ /media/daniel/bfd/github/idempiere/org.idempiere.p2.targetplatform/pom.xml
[ERROR] 2.7.5:
[ERROR] MavenProject: org.idempiere.swing.client:org.adempiere.report.jasper.swing:10.0.0-SNAPSHOT @ /media/daniel/bfd/github/idempiere-swing-client/org.adempiere.report.jasper.swing/pom.xml
[ERROR] MavenProject: org.idempiere.swing.client:org.adempiere.ui.swing:10.0.0-SNAPSHOT @ /media/daniel/bfd/github/idempiere-swing-client/org.adempiere.ui.swing/pom.xml
[ERROR] MavenProject: org.idempiere.swing.client:org.adempiere.ui.swing.feature:10.0.0-SNAPSHOT @ /media/daniel/bfd/github/idempiere-swing-client/org.adempiere.ui.swing-feature/pom.xml
[ERROR] MavenProject: org.idempiere.swing.client:org.idempiere.swing.client.p2:10.0.0-SNAPSHOT @ /media/daniel/bfd/github/idempiere-swing-client/org.idempiere.swing.client.p2/pom.xml
[ERROR] MavenProject: org.idempiere.swing.client:org.idempiere.swing.client.main:10.0.0-SNAPSHOT @ /media/daniel/bfd/github/idempiere-swing-client/pom.xml
[ERROR] All tycho plugins configured in one reactor must use the same version -> [Help 1]

Compatible versions of idempiere?

It would be great to have an indication in the README or the git tags which version(s) of iDempiere this repository is compatible with at what point.
I'm trying the release-10 branch of idempiere against the current master of this repository and gets the following

[INFO] Reactor Summary for org.idempiere.swing.client.main 10.0.0-SNAPSHOT:
[INFO]
[INFO] org.adempiere.ui.swing ............................. FAILURE [ 12.438 s]
[INFO] org.adempiere.report.jasper.swing .................. SKIPPED
[INFO] org.adempiere.ui.swing.feature ..................... SKIPPED
[INFO] org.idempiere.swing.client.p2 ...................... SKIPPED
[INFO] org.idempiere.p2.targetplatform .................... SKIPPED
[INFO] org.idempiere.swing.client.main .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:16 min
[INFO] Finished at: 2023-03-11T15:20:05+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile (default-compile) on project org.adempiere.ui.swing: Compilation failure: Compilation failure:
[ERROR] /home/daniel/github/idempiere-dev-setup/idempiere-swing-client/org.adempiere.ui.swing/src/org/compiere/grid/VPaymentFormCash.java:[134]
[ERROR] if (s_Currencies.containsKey(C_Currency_ID)) {
[ERROR] ^^^^^^^^^^^^
[ERROR] s_Currencies cannot be resolved

when running 'mvn verify'

Thanks :-)

Stuck on logout

Hello,
When i logout, it stoped at idempiere logo. here is trimmed log output :
`10:20:29.444-----------> DB.isBuildOK: Build Version Error

The program assumes build version 8.2.0.qualifier, but database has build version 8.2.0.202105270707.
This is likely to cause hard to fix errors.
Please contact administrator. [1]
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.jgoodies.looks.common.RenderingUtils (file:/home/sapta/idempiere-dev/source/idempiere-swing-client/org.adempiere.ui.swing/lib/looks.jar) to method sun.swing.SwingUtilities2.drawStringUnderlineCharAt(javax.swing.JComponent,java.awt.Graphics,java.lang.String,int,int,int)
WARNING: Please consider reporting this to the maintainers of com.jgoodies.looks.common.RenderingUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Loading...
10:20:55.052===========> DB.getDatabase: No Database Connection [89]

10:20:55.052===========> DB.getDatabase: No Database Connection [89]
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at org.compiere.model.POInfo.buildSelect(POInfo.java:820)
at org.compiere.model.Query.buildSQL(Query.java:699)
at org.compiere.model.Query.firstOnly(Query.java:345)
at org.compiere.model.MLanguage.get(MLanguage.java:75)
at org.compiere.model.MLanguage.get(MLanguage.java:62)
at org.compiere.util.DisplayType.getDateFormat(DisplayType.java:622)
`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.