mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 23:49:19 +00:00
Added Tax Rule under ERPNext > Accounts > Setup
This commit is contained in:
committed by
Saurabh
parent
09f9c96c53
commit
ef511b160e
@@ -106,6 +106,11 @@ def get_data():
|
||||
"name": "Accounts Settings",
|
||||
"description": _("Default settings for accounting transactions.")
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Tax Rule",
|
||||
"description": _("Tax Rule for transactions.")
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Sales Taxes and Charges Template",
|
||||
|
||||
Reference in New Issue
Block a user