Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

QUESTION

 Last Cost is $400 and Minimum Markup GP % is set to 10%.  Jiwa has calculated it to be $444.44.  What's the formula for that calculation?

ANSWER

The formula is Last Cost / (1 - MinimumGP / 100) to the precision of the MoneyDecimalPlaces system setting.

In this case of last cost of $400 and a MinimumGP % of 10%, that's:
400 / ( 1 - 10 /100) 

400 / (1 - 0.1)
=
400 / 0.9
=
444.44

For completeness - this is the code used to calculate the MinimumSellPrice property:

  • No labels