Hello James, The SupplierProductServices.getSuppliersForProduct() returns a list of SupplierProduct records in ascending order(lowest first) of lastPrice. This method also filters out records on the basis of minimumOrderQuantity of the product against the quantity ordered.
I hope this answers your query. Thanks. Aditi Patidar On Thu, Sep 21, 2017 at 3:53 PM, Rishi Solanki <[email protected]> wrote: > James, > > Please check PriceServices.calculatePurchasePrice() and it calls the > SupplierProductServices.getSuppliersForProduct() service. As per > implementation it always use latest lastPrice from SupplierProuct. > > HTH! > > > > Rishi Solanki > Sr Manager, Enterprise Software Development > HotWax Systems Pvt. Ltd. > Direct: +91-9893287847 > http://www.hotwaxsystems.com > www.hotwax.co > > On Thu, Sep 21, 2017 at 3:26 PM, <[email protected]> wrote: > > > Does it always use the latest last price? > > > > -------- Original Message -------- > > Subject: Re: Where is the costs of Purchase Order Pulled From > > From: Akash Jain <[email protected]> > > Date: Wed, September 20, 2017 8:56 pm > > To: [email protected] > > > > Hello James, > > > > Please check lastPrice in SupplierProduct entity. > > > > Thanks and Regards > > -- > > Akash Jain > > www.hotwaxsystems.com > > www.hotwax.co > > > > On Thu, Sep 21, 2017 at 2:18 AM, <[email protected]> wrote: > > > > > Anyone know where do I find the costs that is used on a Purchase Order? > > > > > > Thanks, > > > > > > James > > > > > > -------- Original Message -------- > > > Subject: Vendor Credit Memo Missing in OFbiz > > > From: <[email protected]> > > > Date: Mon, September 18, 2017 6:31 am > > > To: [email protected] > > > > > > > > > Am I missing something or is there not a Vendor Credit memo in Ofbiz? I > > > see a Customer Credit Memo but not a Vendor? Experts please let me > > > know. > > > > > > Thanks, > > > > > > James > > > > > >
