feat: Added ledger for Botswana VAT (#37212)
feat: Added ledger for Botswana VAT (#37212)
diff --git a/erpnext/setup/setup_wizard/data/country_wise_tax.json b/erpnext/setup/setup_wizard/data/country_wise_tax.json
index 3532d6b..b59e219 100644
--- a/erpnext/setup/setup_wizard/data/country_wise_tax.json
+++ b/erpnext/setup/setup_wizard/data/country_wise_tax.json
@@ -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
}
},