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: