regional(setup): add 0% and 6% VAT rates for Belgium (backport #54719) (#55583)

Co-authored-by: Antoine Maas <antoine.maas@okte.io>
This commit is contained in:
mergify[bot]
2026-06-03 14:20:44 +05:30
committed by GitHub
parent 5d7e69d8cf
commit a563d01425

View File

@@ -262,7 +262,15 @@
},
"Belgium VAT 12%": {
"account_name": "VAT 12%",
"tax_rate": 12
"tax_rate": 12.00
},
"Belgium VAT 6%": {
"account_name": "VAT 6%",
"tax_rate": 6.00
},
"Belgium VAT 0%": {
"account_name": "VAT 0%",
"tax_rate": 0.00
}
},