i am starting research on this as eu forces shop owners to actually check vat against the eu system/db.
both of these modules are in dev/not working state and it seems there are no other modules that focus on this problem (im wondering how people do shops with VAT at the moment).

before i start coding i thought i should ask:

What exactly is the difference between this module and
http://drupal.org/project/commerce_eu_vat

vat_number seems to do a VAT/SOAP check and the commerce_eu_vat seems to be a feature module.

Comments

dwkitchen’s picture

After some initial work and ideas I separated out the VAT soap service as it not just a commerce module and should not have a dependency on it.

Commerce EU VAT than has all the settings in it for European VAT calculation.

If you are doing standard Business to Consumer sales in the EU and do not need to register for VAT in any other country than your own it is possible to set up VAT in Drupal Commerce as it is.

If you are doing Business to Business inter state sales, which I think you are if you need to check the VAT number, you would need this module - however if they are interstate and you have a valid VAT number then there is no VAT.

I have this case as well as working towards a solution for the VAT changes on digital sales that come in to force on 1st Jan 2015.

This is a long term project for something I work on in my spare time as it has no use for my full time job.

marcoka’s picture

yep k. i need this for a private project of mine and cloned it and working on it at the moment. interesting in co-maintainer?

i just started implementing field info, formatter, widget ...

dwkitchen’s picture

Status: Active » Closed (fixed)

You should be able to commit and push your changes to git now.

marcoka’s picture

thanks david.

it would be nice if i could edit the project page itself too.

marcoka’s picture

well i pushed a working release that i tested locally. wanted to add a release, no access.