mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-28 06:08:25 +00:00
[docs]
This commit is contained in:
@@ -586,26 +586,22 @@
|
||||
"India": {
|
||||
"In State GST": {
|
||||
"account_name": ["SGST", "CGST"],
|
||||
"tax_rate": [18.00, 9.00],
|
||||
"tax_rate": [9.00, 9.00],
|
||||
"default": 1
|
||||
},
|
||||
"Out State GST": {
|
||||
"Out of State GST": {
|
||||
"account_name": "IGST",
|
||||
"tax_rate": 19.00
|
||||
"tax_rate": 18.00
|
||||
},
|
||||
"SGST": {
|
||||
"account_name": "IGST",
|
||||
"tax_rate": 9.00
|
||||
},
|
||||
"India VAT 5%": {
|
||||
"VAT 5%": {
|
||||
"account_name": "VAT 5%",
|
||||
"tax_rate": 5.00
|
||||
},
|
||||
"India VAT 4%": {
|
||||
"VAT 4%": {
|
||||
"account_name": "VAT 4%",
|
||||
"tax_rate": 4.00
|
||||
},
|
||||
"India VAT 14%": {
|
||||
"VAT 14%": {
|
||||
"account_name": "VAT 14%",
|
||||
"tax_rate": 14.00
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user