price calculation

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

price calculation

hmalovekar
hi all

i want to need how ofbiz calculate prices?

Reply | Threaded
Open this post in threaded view
|

Re: price calculation

Paul Foxworthy
Hi hmalovekar,

This is a big question. Ofbiz can manage many different prices for products, including a minimum price, a list price, promotional prices for a defined stretch of time, quantity discount, agreed prices with some customers, etc.

The key place to look to see how Ofbiz calculates prices is the calculateProductPrice method at https://fisheye6.atlassian.com/browse/ofbiz/trunk/applications/product/src/org/ofbiz/product/price/PriceServices.java?r=1072301#to80

I hope that helps.

Cheers

Paul Foxworthy

hmalovekar wrote
hi all

i want to need how ofbiz calculate prices?
--
Coherent Software Australia Pty Ltd
http://www.coherentsoftware.com.au/

Bonsai ERP, the all-inclusive ERP system
http://www.bonsaierp.com.au/
Reply | Threaded
Open this post in threaded view
|

Re: price calculation

Paul Foxworthy
In reply to this post by hmalovekar
See here for some discussion of setting up pricing.

https://cwiki.apache.org/confluence/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide#ApacheOFBizBusinessSetupGuide-addPricesToTheProduct

Cheers

Paul Foxworthy
--
Coherent Software Australia Pty Ltd
http://www.coherentsoftware.com.au/

Bonsai ERP, the all-inclusive ERP system
http://www.bonsaierp.com.au/
Reply | Threaded
Open this post in threaded view
|

Re: price calculation

hmalovekar
In reply to this post by Paul Foxworthy
Thanks