Tagged Questions
The sales-tax tag has no wiki summary.
10
votes
8answers
2k views
Computing California Sales Tax
One of the web apps I'm working on has a fairly small web store / shopping cart. As the client company is physically located in CA and has a physical location there, they're required to collect CA ...
2
votes
1answer
199 views
sales tax rate retreval from zip code
what are some popular 3rd party applications that i can use to retrieve the current sales tax rate from a zip code? i will be using php. i thought about building my own but after i noticed that the ...
2
votes
3answers
283 views
Implementing a sales tax strategy for Invoices
Here in South Africa we have Value Added Tax (VAT) which is pretty much identical to Sales Tax and is currently fixed at 14%, but could change at any time.
I need to include VAT on invoices (which ...
1
vote
4answers
443 views
Automatic Sales Tax Tables
A client needs the ability for their shopping cart to automatically retrieve and keep up to date sales tax tables for at least the US, and preferably all countries with which the US has tax treaties. ...
0
votes
1answer
94 views
does paypal provide services for getting sales tax w.r.t zip code for US?
I am using paypal for my payments, i wanted to include the tax thing w.r.t zip code. like when customer enters the zip code i could get the sales tax percentage w.r.t that zip code. I believe there ...
0
votes
0answers
60 views
UK VAT & Worldwide Tax implementation in WPF Application
Im not sure if this is an appropriate question for this site but after many searches I cant seem to find the information I need.
In my WPF C# application I have to charge TAX, VAT in the uk & ...
-3
votes
1answer
109 views
Different Sales Tax for different locations of same country in Magento [closed]
Hi I need to set the tax rule in Magento by following the below conditions.
All purchases shipped to California, but outside of San Diego, are charged the same rate, which is 7.25%.
All purchases ...