vat

If I sell products online in the US, do I need to collect sales tax?

If I sell software online in the US, do I need to collect sales tax? Does it matter whether my location is in the US or not? If so, who do I collect from (everybody)? And how do I pay it? Also, what is Use Tax? p.s. I appreciate the advice to "talk to a lawyer" or an accountant as that is the only way you'll be sure you are inside ...

VAT validity check

I have to build in some VAT formulas in a webpage. When a user fills in a VAT number, i have to check if it's in the right validity format. The control for Belgium is already done, but I can't find validity formulas for the Netherlands, France and Luxembourg... Anyone suggestions? I use Visaul Studio .NET 2008, c#. Visual Basic is fin...

Magento, add VAT nr to billing address

It is possible in magento to add a VAT nr to your account but in belgium it's more common to add a VAT nr to your billing address.. is this possible in some kind of way ? ...

Add a 0 to the end of a decimal number to make sure it's always 2 decimals?

I am using the following code to work out an inc and ext VAT price: $('#totalexvat').text(totalprice); var vat = totalprice / 100 * 17.5; vat = roundNumber(vat,2); $('#totalincvat').text(totalprice-vat); Sometimes i get .3 or .9 instead of what I would like to be .30 or .90 because it's money, is there a way to do this? ...

To save prices with or without VAT?

I am curious what the best practice is. For example we have product entity, it has two fields: Price and VAT. What to save in Price value? Base price, and then calculate result price based on base price and VAT code. Or save calculated price and save VAT just for information purposes. ...

Validate VAT number offline

Hello! I'm writing a small app with different inputs from a file (like countrycode, vat number etc) and I have to validate that the vat numbers are in the correct format. I've tried this one: http://www.codeproject.com/KB/cs/VATchecker.aspx - and it works.. but, and yes, there's always a but :-), I have to check anywhere from 100 - 500...

What is the meaning of uncategorized tax amounts?

Hi all, I am confused about uncategorized tax amounts, please give me an explanation about uncategorized tax amounts. Thanks & regards, varakumar.pjd ...