invoiceninja / invoiceninja

A source-available invoice, quote, project and time-tracking app built with Laravel
https://invoiceninja.com
Other
8.13k stars 2.26k forks source link

Additional information in invoice according to VAT #8883

Closed clainguf closed 11 months ago

clainguf commented 11 months ago

What version of Invoice Ninja are you running? ie v4.5 / v5 v5

What environment are you running? Shared Hosting

Have you searched existing issues/requests? Yes, contacted hillel

Additional context Hello,

In certain countries in the EU we need to mention certain information on our invoices according to the type of vat we add.

For example: We have 21% vat, 6% vat, co-contractor and intra-community supply.

So with 21% nothing needs to be added, but when we choose 6% we need to mention on the invoice: VAT rate: In the absence of a written objection within one month from the receipt of the invoice, the customer is deemed to acknowledge that (1) the works are performed on a dwelling whose initial occupancy occurred in a calendar year at least ten years prior to the date of the first invoice related to those works, (2) the dwelling, after the execution of those works, is used exclusively or predominantly as a private residence, and (3) the works are provided and invoiced to an end consumer. If at least one of these conditions is not met, the standard VAT rate of 21% will apply, and the purchaser is liable for the payment of the applicable tax, interest, and penalties regarding these conditions.

For co-contractor we need to add: Transfer of tax liability: In the absence of a written objection within one month after receiving the invoice, the purchaser is deemed to acknowledge that they are a taxable person obligated to submit periodic returns. If this condition is not fulfilled, the purchaser is liable for the payment of the applicable tax, interest, and penalties regarding this condition.

In case of intra-community supply: Invoice exempt from VAT pursuant to Article 39bis of the VAT Code.

At this moment I can add my invoice terms (Settings > Company > Default > Invoice terms) , but they are always the same on every invoice. Nothing wrong with that. But the additional information above had to be added to the invoice according to the vat type I select.

Is there a way to do this that I overlooked? Or a solution that might help?

It would be very much appreciated.

turbo124 commented 11 months ago

Looks similar to this: #8540

We have a variable that can be placed in the terms/public notes section

$tax_info

This will inject the legal text for a given tax type.

It looks like your descriptions area bit different to the standard references that I have seen.

clainguf commented 11 months ago

Hello turbo124

Yes, it has changed this year in Belgium.

I only can not find the place where i can adapt these predefined terms, if you have a hint for me that would be great :-) thx. Can't really find anything on google as well when i search for that variable.