Created
April 10, 2014 11:18
-
-
Save yaph/10369948 to your computer and use it in GitHub Desktop.
Calculate initial amount from final amount for VAT calculation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
no_vat = final_amount * 100 / 119 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment