driesvints / vat-calculator

Handle all the hard stuff related to EU MOSS tax/vat regulations, the way it should be.
MIT License
1.2k stars 88 forks source link

Polish VAT - how to set 5% #144

Closed core45 closed 2 years ago

core45 commented 2 years ago

In Poland we have basic VAT rate 23% but we also have 8%, 5%, 0% and free of charge. The rate depends of the goods classification (eg. food in general is 5%). How Can I set the 5% VAT rate for food?

driesvints commented 2 years ago

Right now, this package only supports digital services and not physical goods. We currently have no plans to add support for this, sorry.

core45 commented 2 years ago

Digital goods can have other VAT rates too. But honestly I can see no reason why not support every VAT rate.

driesvints commented 2 years ago

Digital goods can have other VAT rates too.

You could build them in like: https://github.com/driesvints/vat-calculator/blob/4c4713d7675b78e8038bb2b428279878a4594e0f/src/VatCalculator.php#L165-L168

But honestly I can see no reason why not support every VAT rate.

Right now, I don't want to take on the maintenance burden of that.

core45 commented 2 years ago

This is a good solution I think.