-
*PHP Version:* 8.2 | *Shopware Version:* 6.6.6.1 | *Affected area / extension:* Platform(Default)
----
*_Expected behaviour:_*
Belgian VAT id's are validated correctly.
*_Actual behaviour:_…
-
Currently your regex for Belgium checks for BE + optional zero + 9 digits.
Belgium has ran out of VAT numbers in the BE0 range since end of year 2022 and has officially been using BE1 + 9 digit range…
-
It seems like VIES validation is not working, whatever I try a made up VAT ID for example SI11111111 does not throw a validation error.
in my model: vat_number = VATNumberField(vies_check=True)
…
-
Feature request:
The VAT number validation checks the 2 letters of the VAT number to decide EU rules.
What happens is that companies fill in their VAT number using just numbers. The country of origi…
-
Hi,
I installed base_vat into erpnext site and it was successful. However, when i try save a new customer i get the error "ImportError: No module named vat.vat_validation". Could i have missed somet…
-
Business to business sales in within the EU are not subject to VAT sales tax where a valid VAT number is provided.
http://europa.eu/youreurope/business/vat-customs/cross-border/index_en.htm
I would …
-
There is an issue with the vat validation for Belgium.
Actually, vat format is BE0 + 9 numbers.
Using your validator with the example :
`checkVAT('BE0411905847', [belgium]); // true: accept only …
Pouch updated
4 years ago
-
If you activate the field “VAT ID is required” in a country, for example Germany, the field only becomes a required field in the frontend during registration if you have selected the country further d…
-
At first thanks for this great package.
Is it possible that someone translates the net invoice example to a gros invoice?
A simple invoice with 19% VAT, no tax exemption.
Otherwise its very ha…
-
i am getting this issue when i go for integration of zatca
{"validationResults":{"infoMessages":[],"warningMessages":[{"type":"WARNING","code":"certificate-issuer-name","category":"CERTIFICATE_ERRO…