mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
feat: Added ledger for Botswana VAT (#37212)
feat: Added ledger for Botswana VAT (#37212)
This commit is contained in:
@@ -157,9 +157,14 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"Botswana": {
|
"Botswana": {
|
||||||
"Botswana Tax": {
|
"Botswana Tax 14%": {
|
||||||
"account_name": "VAT",
|
"account_name": "VAT",
|
||||||
"tax_rate": 12.00
|
"tax_rate": 14.00
|
||||||
|
}
|
||||||
|
"Botswana Tax 12%": {
|
||||||
|
"account_name": "VAT",
|
||||||
|
"tax_rate": 12.00,
|
||||||
|
"default": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user