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
0
votes
1 answer

Telnet - Connection to host lost - on port 1099 in local machine

My jBoss server is running on the port 1099. While I am trying to telnet the port from the local machine, getting the "Connection to host lost" message. I was doing telnet 192.168.200.150 1099 Its showing some other port as 8083. What this error…
Sajeev
  • 783
  • 3
  • 14
  • 46
0
votes
1 answer

Scheduler is Not Executing for Month

I Scheduled a Process for all interval Hours,Week,Month. It quite well for Hours,Week, but for Month its not running. There is no log/error in Scheduler. No customization its default adempiere code. Can anyone please help me to resolve it?
Silviaa
  • 475
  • 8
  • 35
0
votes
1 answer

Fetching data with parameter from one table to another

I would like to fetch data from one table to another, given the parameter below.. So I have 4 tables, they are M_InternalRequester, M_InternalRequesterLine, M_Inventory,…
Jedi Codestar
  • 189
  • 2
  • 14
0
votes
2 answers

org.idempiere.fa.model.ModelValidator nulljava.lang.ClassNotFoundException

I am just a newbie on Adempiere. I downloaded the Adempiere's project and run setup. After that, I've got this error and couldn't find the answer on google. Does anyone have any idea about this error.
Nothing
  • 2,644
  • 11
  • 64
  • 115
0
votes
2 answers

Rounding column in Adempiere

I am using Adempiere and there's a Grand Total column in window Purchase Order I want the amount to be rounded above, so Grand Total will show 42,432,001 I've tried changing Price Precision but it still doesn't work. How can I change it ?
Jedi Codestar
  • 189
  • 2
  • 14
0
votes
1 answer

Adempiere - How can I create notification due to certain condition through Notice?

I have an Internal Use Inventory Window. The schema process is that there are 3 people who are in charge of handling Internal Use Inventory. They are Requester, Andrew and Richard. When a requester request 5 items via Internal Use Inventory and…
Jedi Codestar
  • 189
  • 2
  • 14
0
votes
2 answers

ADEMPIERE - No Accounting Entries found in Posted Button of Physical Inventory

On creation of new product in Adempiere, and increasing inventory through Physical Inventory, the main issue I am facing is that no accounting entries are being posted, Can Anyone explain what is the cause of this problem? I know this is related to…
JavaDragon
  • 431
  • 1
  • 6
  • 17
0
votes
1 answer

After clicking OK button, Data should send to another window

After clicking the OK button in the Window, It open the another window after clicking that Ok button. and I want to send the information into that window. public void saveSelection(IMiniTable miniTable) { final int AD_Window_ID = 1000108; …
Puja.R
  • 11
  • 5
0
votes
1 answer

Adempiere - Dynamic Approval in Workflow based on Organization

I plan to implement this for Requisition document. So, I have 8 users, each from different Organizations. There are 3 Organization. 1. General Organization Users : 1) G0 2) G1a 3) G1b 2. Finance Organization Users : 1) F1 2) F2 3.…
Jedi Codestar
  • 189
  • 2
  • 14
0
votes
1 answer

Complete Button Functionality Change

I am trying to add some code in the completeit() method of MInOut.java. I am maintaining patches of code and this new functionality will be a Patch altogether. Now my problem is if I add MinOut.java in my patch it will override the base class…
JavaDragon
  • 431
  • 1
  • 6
  • 17
0
votes
1 answer

Add status based on Quantity ordered

I am using Adempiere. I have three tables and a view. It is 'M_INVENTORY', 'M_INVENTORYLINE', 'M_REPLENISH' and the other is 'VW_DAFTARBARANG_AVAILABLE'. M_Inventory is used when we want to choose Warehouse. It shows like this …
Jedi Codestar
  • 189
  • 2
  • 14
0
votes
2 answers

Create PO from Requisition but Generate to Sales Order

I made Requisition in Adempiere and planned to make Purchase Order automatically by using "Create PO from Requisition". It was successfully created but it turns out that it generates to Sales Order instead of Purchase Order. Why is it and How can I…
Jedi Codestar
  • 189
  • 2
  • 14
0
votes
1 answer

How can I make automatic generated column in Adempiere ?

I have two columns called Quantity and Issued Quantity. I want that when I put value in Quantity column, for instance 3, the Issued Quantity will automatically generate 3. Also I want it to happen the other way around. The example is on Purchase…
Jedi Codestar
  • 189
  • 2
  • 14
0
votes
1 answer

Adempiere - How to design/call CreateLinesFrom button in window

I want to create CreateLineFrom form in my custom window/Table in WEBUI. I have created CreateFrom field in my custom table and window level. So is there any java code changes needed ? Its already exists in Material Receipt standard window, now i…
0
votes
1 answer

Unable to create Model Class from Adempiere Class

I have this table C_InvoiceTaxDetail and I am trying to create a model class with the name of MInvoiceTaxDetail. Now i have created the class , placed it in org.compiere.model and extended X_C_InvoiceTaxDetail class also. But Still aftersave method…
JavaDragon
  • 431
  • 1
  • 6
  • 17