Skip to content

Commit

Permalink
Germany reduced vat has gone back to 7% VAT (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Iandenh authored Mar 16, 2021
1 parent e625c57 commit 1be5014
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion resources/tax_type/de_vat.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
Expand Down

0 comments on commit 1be5014

Please sign in to comment.