RSS | Module Info | Add a review of Business-Tax-VAT-Validation

0 out of 1 found this review helpful:

Business-Tax-VAT-Validation (0.19) *****

Great to check if an European VAT ID is valid. I use local checks mainly, though.

Michele Beltrame - 2008-08-11 08:48:02
Was this review helpful to you?  Yes No

4 out of 4 found this review helpful:

Business-Tax-VAT-Validation (0.16) *****

Very practical and efficient way offered here for checking my professional customers VAT registration. Lightweight module with clean code. Thanks !

Aline Lejeune - 2007-09-30 01:27:40
Was this review helpful to you?  Yes No

2 out of 3 found this review helpful:

Business-Tax-VAT-Validation (0.15) *

Hi,

Module is great, but this version in not correct:

You included spaces in your patterns :
Old version :GB => '([0-9]{9}|[0-9]{12}|GD[0-9]{3}|HA[0-9]{3})',

is now
GB => '([0-9]{3} [0-9]{4} [0-9]{2}( [0-9]{3})?|GD[0-9]{3}|HA[0-9]{3})'

This break existing code as previous versions implied to remove white spaces. And now you make them mandatory (and users do not respect spaces patterns when entering there vat number). It should either be reverted back, or at list make the 'spaces' check optionnal.

This appart, thanks for this great module.

Benoit Galy - 2006-10-02 02:38:49
Was this review helpful to you?  Yes No


the camel