Skip to content

Commit

Permalink
Germany has gone back to 19% VAT (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
magudb authored Jan 8, 2021
1 parent c035240 commit e625c57
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 @@ -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"
}
]
},
Expand Down

0 comments on commit e625c57

Please sign in to comment.