Is there any documentation around significance of the different price types
& related purposes for a product? I will have purchase price of a product from a supplier in USD and list price (selling price) in INR. Should I use 'default price' type and 'purchase/initial' purpose for the USD one and 'list price' type and 'component price' purpose for INR one? Thanks Arihant |
Hello Arihant,
The default price is the price you will charge a customer if no other pricing consideration apply. So at the minimum, when you define a new product you should define a default price. A "list price" is often a quoted price that you might discount for a number of reasons. So in your situation, I think your default price should be in INR. Look closely at applications/product/src/org/ofbiz/product/price/PriceServices.java for detail on price calculations. 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/ |
Administrator
|
Moreover
https://cwiki.apache.org/confluence/display/OFBENDUSER/Price+Rules https://cwiki.apache.org/confluence/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide#ApacheOFBizBusinessSetupGuide-addPricesToTheProduct Jacques From: "Paul Foxworthy" <[hidden email]> > Hello Arihant, > > The default price is the price you will charge a customer if no other > pricing consideration apply. So at the minimum, when you define a new > product you should define a default price. > > A "list price" is often a quoted price that you might discount for a number > of reasons. > > So in your situation, I think your default price should be in INR. > > Look closely at > > applications/product/src/org/ofbiz/product/price/PriceServices.java for > detail on price calculations. > > Cheers > > Paul Foxworthy > > > arihant jain wrote >> >> Is there any documentation around significance of the different price >> types >> & related purposes for a product? I will have purchase price of a product >> from a supplier in USD and list price (selling price) in INR. Should I use >> 'default price' type and 'purchase/initial' purpose for the USD one and >> 'list price' type and 'component price' purpose for INR one? >> >> Thanks >> Arihant >> > > > ----- > -- > Coherent Software Australia Pty Ltd > http://www.cohsoft.com.au/ > > Bonsai ERP, the all-inclusive ERP system > http://www.bonsaierp.com.au/ > > -- > View this message in context: http://ofbiz.135035.n4.nabble.com/Price-types-and-purpose-for-a-product-tp4633463p4633606.html > Sent from the OFBiz - User mailing list archive at Nabble.com. |
Thanks Jacques and Paul. This was useful.
On Fri, Jun 15, 2012 at 5:41 PM, Jacques Le Roux < [hidden email]> wrote: > Moreover > https://cwiki.apache.org/**confluence/display/OFBENDUSER/**Price+Rules<https://cwiki.apache.org/confluence/display/OFBENDUSER/Price+Rules> > https://cwiki.apache.org/**confluence/display/OFBENDUSER/** > Apache+OFBiz+Business+Setup+**Guide#**ApacheOFBizBusinessSetupGuide-** > addPricesToTheProduct<https://cwiki.apache.org/confluence/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide#ApacheOFBizBusinessSetupGuide-addPricesToTheProduct> > > Jacques > > From: "Paul Foxworthy" <[hidden email]> > > Hello Arihant, >> >> The default price is the price you will charge a customer if no other >> pricing consideration apply. So at the minimum, when you define a new >> product you should define a default price. >> >> A "list price" is often a quoted price that you might discount for a >> number >> of reasons. >> >> So in your situation, I think your default price should be in INR. >> >> Look closely at >> >> applications/product/src/org/**ofbiz/product/price/**PriceServices.java >> for >> detail on price calculations. >> >> Cheers >> >> Paul Foxworthy >> >> >> arihant jain wrote >> >>> >>> Is there any documentation around significance of the different price >>> types >>> & related purposes for a product? I will have purchase price of a product >>> from a supplier in USD and list price (selling price) in INR. Should I >>> use >>> 'default price' type and 'purchase/initial' purpose for the USD one and >>> 'list price' type and 'component price' purpose for INR one? >>> >>> Thanks >>> Arihant >>> >>> >> >> ----- >> -- >> Coherent Software Australia Pty Ltd >> http://www.cohsoft.com.au/ >> >> Bonsai ERP, the all-inclusive ERP system >> http://www.bonsaierp.com.au/ >> >> -- >> View this message in context: http://ofbiz.135035.n4.nabble.** >> com/Price-types-and-purpose-**for-a-product-**tp4633463p4633606.html<http://ofbiz.135035.n4.nabble.com/Price-types-and-purpose-for-a-product-tp4633463p4633606.html> >> Sent from the OFBiz - User mailing list archive at Nabble.com. >> > |
Free forum by Nabble | Edit this page |