Hello Rishi, I’m talking about the applicability from a business point of view - not from relations between tables - for example, I understand that ‘discount’ is a valid adjustment type in a sales order, but is it true for a purchase order? From a business practice view I mean?
Regards, Emad > On 1 Aug 2022, at 5:40 PM, Rishi Solanki <[email protected]> wrote: > > Please check the OrderAdjustmentType table is link with Order Adjustment. > > It has all type of adjustment.and yes it is common for both sales and > purchase order. > > Best Regards, > Rishi > > On Thu, 28 Jul 2022, 16:51 Emad Radwan, <[email protected]> wrote: > >> 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 >> >>
