Questions tagged [idempiere]

iDempiere is a Freedom Open Source Software project for Financials ERP with CRM, Manufacturing, Budgeting, POS, and supply chain management relating to Purchasing, Sales, Support and organizational functions of any medium to large operations that need to fit the ERP application to their particular unique needs.

iDempiere is a non-profit Open Source Software project community for

Financials ERP with CRM, Manufacturing, Budgeting, POS, and supply chain management relating to Purchasing, Sales, Support and organizational functions of any medium to large operations that need to fit the ERP application to their particular unique needs.

Main landing site is iDempiere.

iDempiere is a fork from ADempiere which in turn was a fork from Compiere ERP (USA) that was sold and closed for USD6m back in September 2006.

Now for stabil Release iDempiere 5.1 You can see the feature here :

New Feature v5.1 iDempiere

Some tutorial to Installation and Develop iDempiere

  1. Setting up Eclipse for Development
  2. Install Development

Google Group iDempiere where Contributor and Community more active :

iDempiere Community

43 questions
0
votes
0 answers

The report build with JasperReports that contains QR Code failed to run at iDempiere 2.1

I wish to show the QR Code at report generated with JasperReports. I am using Jaspersoft Studio (JSS) 6.2.0 to generate the jrxml and using iDempiere [ ADEMPIERE_MAIN_VERSION=Release 2.1,ADEMPIERE_DB_VERSION=2014-10-31]. The jrxml contains this…
mou
  • 63
  • 7
0
votes
1 answer

Idempiere extend product model

I want to create a class that extends the idempiere product model to create a code from other fields but I don't know which class I should import or what method I should override. org.compiere.model.MProduct: public MProduct (X_I_Product impP) { …
0
votes
1 answer

How to change logger level (warning, info, debug) for Idempiere logs

I have few debugs with info in the java class configured in Idempiere plugin. But after execution of that class on that server, I am getting warning log, but not info log, inside idempiere logs. I tried google but couldn't find anything related to…
DDphp
  • 479
  • 2
  • 5
  • 17
0
votes
1 answer

Can't launch multiple idempeire swing client

I'm new to idempiere. Running first idempiere swing client 4.1 (daily version) just fine. But i can't run another instance. Checking with eclipsec.exe had the following…
Sapta
  • 1
  • 2
0
votes
0 answers

Adding a private CA to Openjdk11 cacerts

I need to be able to use our private PKI CA to authenticate with a Java application. Specifically, I need to be able to securely send email through our smart hub originating on a host running iDempiere. I am testing this using the SSLPoke…
James B. Byrne
  • 1,048
  • 12
  • 27
0
votes
2 answers

Where do the Context fit between the GridField and the GridTab in Idempiere/Adempiere

I m trying to grasp the purpose of the following 3 concepts ( classes ) that are core functionalities in Idempiere/Adempiere. Based on code description I do understand that GridTab have the state of the model representing the ad_tab which is the…
0
votes
1 answer

Unable to see user list in search referenced field iDempiere-7.1

I have a window tab based on a table that has a foreign key reference to AD_User via ad_user_id. In Tables and Columns this column is given a 'Search' Reference with AD_User as the Reference Key. When I open the tab with the ad_user_id field the…
James B. Byrne
  • 1,048
  • 12
  • 27
0
votes
1 answer

Change in display and input date format in Idempiere 7.1 does not occur when format is updated in language

FreeBSD-12.1p10 (jail) PostgreSQL-11.8 Idempiere 7.1 This question was also asked on the Idempiere mailing list and has received no answer. A new test client/tenant was created. Its language was set to en_CA. Following the breadcrumb path to…
James B. Byrne
  • 1,048
  • 12
  • 27
0
votes
1 answer

Same line display option in Idempiere 7.1 custom window does not work

FreeBSD-12.1p10 (jail) PostgreSQL-11.8 Idempiere 7.1 I am following the customization tutorial found in the Compiere3.6 Cookbook (making the necesary adjustments for the current version of Idempiere). I cannot get two fields to appear on the same…
James B. Byrne
  • 1,048
  • 12
  • 27
0
votes
1 answer

Unable to see ZIP FileType in packIn dialog while trying to import webservice in Idempiere

I created a webservice in Idempiere. Exported it as a ZIP. But while trying to import at pack-in window, I am unable to see "ZIP" FileType. It is showing "CSV" only. How to get "ZIP" FileType in that dropdown?
DDphp
  • 479
  • 2
  • 5
  • 17
0
votes
2 answers

Idempiere UpdateAction webservice is returning error message: cannot set column message

I created a webservice to update a column value in a table. While calling it using SOAP request xml, getting error message like: Cannot set value of column. For users table, I am able to call similar webservice without any issue. But, this issue is…
DDphp
  • 479
  • 2
  • 5
  • 17
0
votes
1 answer

What are allowed and not allowed columns in Adempiere web service createData call

I created a web service in Idempiere, added input params, etc, for createData service for one table. While calling that service from SoapUI, I am getting the column not allowed message for one of the columns. What does it mean? which columns are…
DDphp
  • 479
  • 2
  • 5
  • 17
0
votes
1 answer

get Json Array from URL by java

Our Central Bank provides currency exchange rates in many ways. Ex. one currency on date is easy to get: http://api.nbp.pl/api/exchangerates/rates/a/usd/2020-08-20?format=json (It begins with simple brace { as typical Json) but another table - each…
0
votes
1 answer

Run server.product and open url [http: // localhost: 8080 / webui /] web error

I used the source code from iDempiere. Running mvn validate is successful. Run mvn verify successfully. Import source into eclipse is successfully. Run file install.app is successfully. When run file server.app it will be fail. Run url…
Nestu
  • 1
  • 1
  • 1
0
votes
0 answers

Problem with Goal Performance in idempiere

Goal Performance calculation is taking the last value entered instead of the current value that was typed before recording. Would that be normal? Someone could help me to solve this, I am new in this type of system and also in programming with…