How to Generate Manufacturing Orders based on Sales Order

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

<<DRAFT>>

Credits: xp_prg (Tim) who tested and gave input for this page.

The concept is to be able to Generate Manufacturing Orders (MO) based on Sales Orders (SO). This can be achieved by setting "LiberoValidator" in the client window, that will allow for the creation of demand record in PP_MRP.

1. Log in to Adempiere system using the GardenAdmin login username, with the GardenAdmin role. The default login details are GardenAdmin and password is GardenAdmin.

2. Go to System Admin -> General Rules -> Client

3. Look for model validation class: compiere.model.MyValidator 4. Replace that with LiberoValidation.

Now, you should be able to create Manufacturing Orders based on Sales Orders.