Skip to content

Commit

Permalink
feat: add german sales tax template (#34823)
Browse files Browse the repository at this point in the history
feat: add german sales tax template (#34823)

Nullsteuersatz nach § 12 Abs. 3 UStG

(cherry picked from commit 59f6b77)

Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
  • Loading branch information
mergify[bot] and barredterra committed Apr 14, 2023
1 parent c11aeba commit 3738ea5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions erpnext/setup/setup_wizard/data/country_wise_tax.json
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,11 @@
"title": "Bauleistungen nach § 13b UStG",
"is_default": 0,
"taxes": []
},
{
"title": "Nullsteuersatz nach § 12 Abs. 3 UStG",
"is_default": 0,
"taxes": []
}
],
"purchase_tax_templates": [
Expand Down Expand Up @@ -1339,6 +1344,11 @@
"title": "Bauleistungen nach § 13b UStG",
"is_default": 0,
"taxes": []
},
{
"title": "Nullsteuersatz nach § 12 Abs. 3 UStG",
"is_default": 0,
"taxes": []
}
],
"purchase_tax_templates": [
Expand Down Expand Up @@ -2097,6 +2107,11 @@
"title": "Bauleistungen nach § 13b UStG",
"is_default": 0,
"taxes": []
},
{
"title": "Nullsteuersatz nach § 12 Abs. 3 UStG",
"is_default": 0,
"taxes": []
}
],
"purchase_tax_templates": [
Expand Down Expand Up @@ -2849,6 +2864,11 @@
"title": "Bauleistungen nach § 13b UStG",
"is_default": 0,
"taxes": []
},
{
"title": "Nullsteuersatz nach § 12 Abs. 3 UStG",
"is_default": 0,
"taxes": []
}
],
"purchase_tax_templates": [
Expand Down

0 comments on commit 3738ea5

Please sign in to comment.