Problem Solved
Não funciona
Boo!
Response from developer
We re-tested all the calculations and found the issue you are mentioning as well as a few other small ones so thank you for your feedback! The new update shoud have all the problems resoled.
Broken, again
Response from developer
It looks like this layout issue is happening on older iPhones, we will be fixing this issue shortly and sorry about the inconvenience. Thank you for your feedback!
Update
Response from developer
We are so glad you let us know, we just submitted a new version with the correction, here is the full new calculation logic: Selling Price from Cost & Margin: SP = C / (1 − M) Example check: C=100, M=50% → SP=200 Cost from Selling Price & Margin: C = SP × (1 − M) Example check: SP=200, M=50% → C=100 Margin from Cost & Selling Price: M = (SP − C) / SP Example check: SP=200, C=100 → M=0.5 = 50%













