Replies: 1 comment
-
I think the best place to add it would be the addresses entity. Two fields would be needed: vatid as an editable non mandatory string and vat_check as a boolean. Of course, this will have quite an impact on the invoice pdf generation (the trait would have to be modified) but also the companySettings table fields holding the addresses format for customers and company. In case of I have a VAT Branch in my fork. Todo: integrate the vat_check function using https://github.com/dannyvankooten/laravel-vat. As vat is not mandatory, getting a false VAT id may be damageable, that is why it has to be checked against EC's VATCHECK service. And that should be a totally independent function. Once check, the vat_check boolean can be switched to 1. |
Beta Was this translation helpful? Give feedback.
-
In the company settings and for client as well. The vat Id presence on invoices is mandatory in Europe.
Beta Was this translation helpful? Give feedback.
All reactions