From e625c575571f2c007e9e0ba6ec3d21ab14d94c89 Mon Sep 17 00:00:00 2001 From: Magnus Udbjorg Date: Fri, 8 Jan 2021 14:45:35 +0100 Subject: [PATCH] Germany has gone back to 19% VAT (#81) --- 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 24a383c..41c9033 100644 --- a/resources/tax_type/de_vat.json +++ b/resources/tax_type/de_vat.json @@ -19,7 +19,13 @@ { "id": "de_vat_standard_2020", "amount": 0.16, - "start_date": "2020-07-01" + "start_date": "2020-07-01", + "end_date": "2020-12-31" + }, + { + "id": "de_vat_standard_2021", + "amount": 0.19, + "start_date": "2021-01-01" } ] },