Skip to content

Instantly share code, notes, and snippets.

@ruancarvalho
Created August 9, 2019 14:16
Show Gist options
  • Save ruancarvalho/71eab86ca046bc884efc6da26cda80c6 to your computer and use it in GitHub Desktop.
Save ruancarvalho/71eab86ca046bc884efc6da26cda80c6 to your computer and use it in GitHub Desktop.
Price Calc
/**
* WIP
* Custo Total / (100% - ( % taxa adm + % margem + % imposto)
*/
const calcFinalPrice = function(cost = 0.0, adm = 0.0, profit = 0.0, tax = 0.0) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment