From 1be5014e02f55a84a9d8aaad0521504e318f678c Mon Sep 17 00:00:00 2001 From: Ian den Hartog Date: Tue, 16 Mar 2021 18:00:40 +0100 Subject: [PATCH] Germany reduced vat has gone back to 7% VAT (#82) --- resources/tax_type/de_vat.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/tax_type/de_vat.json b/resources/tax_type/de_vat.json index 41c9033..fec0139 100644 --- a/resources/tax_type/de_vat.json +++ b/resources/tax_type/de_vat.json @@ -42,7 +42,13 @@ { "id": "de_vat_reduced_2020", "amount": 0.05, - "start_date": "2020-07-01" + "start_date": "2020-07-01", + "end_date": "2020-12-31" + }, + { + "id": "de_vat_reduced_2021", + "amount": 0.07, + "start_date": "2021-01-01" } ] }