- 🇮🇱Israel jsacksick
I think the year is wrong: See https://marosavat.com/estonia-increase-vat-rate-2025/#:~:text=Estonia%20.....
- 🇨🇭Switzerland luksak
Also the 9% reduced rate is still in place: https://www.emta.ee/en/business-client/taxes-and-payment/value-added-tax...
- 🇨🇭Switzerland luksak
Here is more detailed information about the tax rates. But I couldn't find a list of the current tax rates.
- Merge request !403Issue #3475954: Wrong reduced tax info in commerce tax for Estonia → (Closed) created by luksak
- 🇨🇭Switzerland luksak
Ok, I applied the changes that I could find. Since I couldn't find an official list of current tax rates, I hope I got it right... Please double-check that when reviewing.
- Status changed to Needs review
about 2 months ago 9:17am 4 July 2025 - 🇮🇱Israel jsacksick
There is no "super reduced" rate it seems, however the 5% rate (now 9%) applies to press publications. So perhaps we should do:
'rates' => [ [ 'id' => 'standard', 'label' => $labels['standard'], 'percentages' => [ ['number' => '0.20', 'start_date' => '2009-07-01', 'end_date' => '2023-12-31'], ['number' => '0.22', 'start_date' => '2024-01-01', 'end_date' => '2025-06-30'], ['number' => '0.24', 'start_date' => '2025-07-01'], ], 'default' => TRUE, ], [ 'id' => 'reduced', 'label' => $labels['reduced'], 'percentages' => [ ['number' => '0.09', 'start_date' => '2009-01-01', 'end_date' => '2024-12-31'], ['number' => '0.13', 'start_date' => '2025-01-01'], ], ], [ 'id' => 'super_reduced', 'label' => $labels['super_reduced'], 'percentages' => [ ['number' => '0.05', 'start_date' => '2022-08-01', 'end_date' => '2024-12-31'], ['number' => '0.09', 'start_date' => '2025-01-01'], ], ], ],
Instead? Even though again there is not really a super reduced rate, but I think this still works. Will commit this to 3.x since 8.x-2.x is no longer maintained.
-
jsacksick →
committed 16b4fd88 on 3.x
Issue #3475954 by luksak, jsacksick, hanneshh: Update the VAT rates for...
-
jsacksick →
committed 16b4fd88 on 3.x
Automatically closed - issue fixed for 2 weeks with no activity.