Skip to content

Instantly share code, notes, and snippets.

@yaph
Created April 10, 2014 11:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yaph/10369948 to your computer and use it in GitHub Desktop.
Save yaph/10369948 to your computer and use it in GitHub Desktop.
Calculate initial amount from final amount for VAT calculation
no_vat = final_amount * 100 / 119
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment