Questions tagged [adempiere]

ADempiere, a commons-based peer-production of Open Source ERP Applications.

ADempiere is an Enterprise Resource Planning or ERP software package released under an free software license. The word ADempiere in Italian means "to fulfill" or "to accomplish". The software is licensed under the GNU General Public License.

92 questions
8
votes
1 answer

How to trace log details in the log file in ADempiere

I want to log the instances during the application run in the generated log files. For testing I have added the following code in beforeSave() of MOrder. log.log(Level.SEVERE, " //SEVERE Log details)"); log.log(Level.WARNING, "//WARNING Log…
Sajeev
  • 783
  • 3
  • 14
  • 46
5
votes
2 answers

Running multiple Adempiere instance on a single server

Is it possible to run two or more instances of ADempiere with single JBoss server?
Mubii
  • 91
  • 1
  • 5
5
votes
2 answers

Find out the logged in users in ADempiere

I have deployed the ADempiere in a server and provide the jnlp based client installation to the users in the network. How can I find out the users accessing the server at a time. Is there any audit option or cange log features. When a client…
Sajeev
  • 783
  • 3
  • 14
  • 46
4
votes
2 answers

Adempiere - How to design/call 2 CreateLinesFrom button in Same window

In my customization i want to create 2 CreateLineFrom form in same window/Table in WEBUI. Usually we call our WClass file in WCreateFromFactory (static by giving tableID and Class name) in Zkwebui My Question is how use another "CreateLineFrom"…
Silviaa
  • 475
  • 8
  • 35
3
votes
2 answers

How can I generate Jasper Report into XLS Format in Adempiere precisely?

I have set up Jasper Report to be generated into XLS format. When I click print button, it will show like this : Then, when I choose "Excel", download pop up will appear and my .xls format will be downloaded. Unfortunately, when I open the file,…
Jedi Codestar
  • 189
  • 2
  • 14
3
votes
1 answer

Implementing static id generation for adempiere zk web ui framework

How to implement static id generation for adempiere zk? The default staticidgenerator.java is not working properly. How can we implement static id generation for adempiere
Tony Davis
  • 993
  • 3
  • 11
  • 17
3
votes
1 answer

deploy adempiere project .war file on jboss server

How To deploy Adempiere project .war file on jboss server? Kindly describe the steps briefly.
3
votes
1 answer

Running JBoss Server from eclipse [Adempiere project]

For testing the webui of adempiere, I need to build the code and deploy it every time with all change. Its much time consuming. The remote debugging is quite useful. But the build, setup and server running time remains the same. Can we run the JBoss…
Sajeev
  • 783
  • 3
  • 14
  • 46
2
votes
1 answer

How can we get port 8080 from adempiere so as to give it dynamically

I have a message sending program from server to client which is working inside adempiere. Here I have to give supply port: 8080 dynamically, ie. port must not be hardcoded. Now I am hard coding port 8080 at serversocket and socket Server …
Antony Joslin
  • 309
  • 4
  • 17
2
votes
2 answers

Create leading zero in Oracle

I am using Adempiere which has database Oracle I have window called Stock Code from table called M_StockCode The fields are Code and Description. Currently, Code data type is Number and Description is Varchar2 I want to input Sparepart with Code…
Jedi Codestar
  • 189
  • 2
  • 14
2
votes
1 answer

Adempiere Fork, list generation error

I was working after forking Adempiere project and while working on patches when I create list from table with the list() method , instead of the specific class list I am getting Generic PO list. Can working on patches be the sore cause of this…
JavaDragon
  • 431
  • 1
  • 6
  • 17
2
votes
2 answers

Days between(integer value) two timestamps in oracle

I want to find the day between two timestamps. The query must return an Integer value. I have a column value and a fixed date (like t.movementdate and '2014-07-23 00:00:00.0').
junsid
  • 335
  • 3
  • 14
2
votes
1 answer

What are the missing features in adempiere web UI

I was working on the ADempiere Web UI. But found many features are not working in Web UI like value format . And found some forms are not working properly. Can you list out the mis links in WEBUI compare to the application?
Tony Davis
  • 993
  • 3
  • 11
  • 17
2
votes
2 answers

Confirm (yes/No) dialog box in Callout Adempiere

I'm trying to get the Confirm Dialog Box in Adempiere. I have used JOptionPane.showConfirmDialog(null, msg,"", JOptionPane.YES_NO_OPTION); or ADialog.ask(WindowNo, null,msg) instead of mTab.fireDataStatusEEvent ("NoQtyAvailable", "0", true);…
Silviaa
  • 475
  • 8
  • 35
2
votes
4 answers

Quantity reference type, etc

I have been working on ADempiere these past few days and I am confused about something. I created a new column on my database table named Other_Number with the reference type Quantity. Max length is 20. On my Java source, I used BigDecimal. Now…
RhanCandia
  • 21
  • 2
1
2 3 4 5 6 7