Dev0mar
(Omar)
April 5, 2014, 12:19pm
#1
I was bored so I thought hey why not make a calculator that will calculate the total amount of money you will get on paypal once the transaction is complete.
as we all know paypal DOES take tax off your money when you cash out… So if you wanna know how much you’ll get:
Look at this cool web app
It is currently in Beta, meaning its only based off US tax, I will soon have options for other countries.
I need help: ( what do I need help with? )
I need to know where the most RBXDev members live so I know which country I should add first.
2.9% tax? Not as bad as I thought!
J3FFexe
(J3FFexe)
April 5, 2014, 3:24pm
#3
I put in 1 and got this:
Original amount: $1
Tax: 2.9%
Final amount: $1.27
[quote] I put in 1 and got this:
Original amount: $1
Tax: 2.9%
Final amount: $1.27 [/quote]
lol
[strike]How does one even mess up simple math like this?[/strike]
[size=1]That didn’t come out as intended.[/size]
Just do:
Cashout_amount = 1000
tax = 2.9 – in percent
total = (100-tax)/100*Cashout_amount
tunicus
(tunicus)
April 5, 2014, 3:58pm
#6
Uhh
Original amount: $100,000
Tax: 2.9%
Final amount: $71,000.30
Wouldn’t this be 97100?
Dev0mar
(Omar)
April 5, 2014, 4:31pm
#7
I wrote the javascript part at 4 AM, I miss placed the Minus with the plus
It should be completely functional now!