Added Tax Rule under ERPNext > Accounts > Setup

This commit is contained in:
Neil Trini Lasrado
2015-08-26 15:01:20 +05:30
committed by Saurabh
parent 09f9c96c53
commit ef511b160e
7 changed files with 323 additions and 4 deletions

View File

@@ -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",