Hello Ashish, Many thanks for the nice explanation. What about the other types of adjustments that we store in Order_adjustment table? For sales orders, I understand that this would be something like discounts, promotions, taxes, etc. Are there similar cases for purchase orders?
Regards, Emad > On 28 Jul 2022, at 7:36 AM, Ashish Vijaywargiya > <[email protected]> wrote: > > Hello Emad, > > A very good question! > > Purchase Orders are linked to Suppliers. > > A simple use case is this: > > - Goods(Product in OFBiz) are associated with Supplier(SupplierProduct > entity) > - Goods are linked with Inventory(InventoryItem entity, ATP and QOH) > - As ATP goes negative then a "Requirement" to purchase a goods is > generated. > - Requirements are converted into PO. You can also directly create PO as > well in the system. > - As you receive the Goods in the warehouse then you do the PO receiving > and that helps you to adjust Inventory levels(ATP and QOH). > > So to answer your question, Yes PO in OFBiz are generally created to do > inventory adjustments. > > Hope this helps. > > -- > Kind Regards, > Ashish Vijaywargiya > Vice President of Operations > *HotWax Systems* > *Enterprise open source experts* > http://www.hotwaxsystems.com > > > > On Wed, Jul 27, 2022 at 9:09 PM Emad Radwan <[email protected]> wrote: > >> Hello Community, >> >> Is the purchase order subject to any kind of adjustments? If yes, what are >> examples of this? >> >> Regards, >> Emad
