Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. /**
  2. * WIP
  3. * Custo Total / (100% - ( % taxa adm + % margem + % imposto)
  4. */
  5. const calcFinalPrice = function(cost = 0.0, adm = 0.0, profit = 0.0, tax = 0.0) {
  6.  
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement