feat: Added ledger for Botswana VAT (#37212)

feat: Added ledger for Botswana VAT (#37212)
This commit is contained in:
Abraham Kalungi 2023-09-26 05:27:50 +02:00 committed by GitHub
parent a444906093
commit 0f6b530032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,9 +157,14 @@
},
"Botswana": {
"Botswana Tax": {
"Botswana Tax 14%": {
"account_name": "VAT",
"tax_rate": 12.00
"tax_rate": 14.00
}
"Botswana Tax 12%": {
"account_name": "VAT",
"tax_rate": 12.00,
"default": 1
}
},