Add and Modified DocTypes for Item Tax Template

This commit is contained in:
Saif Ur Rehman
2018-11-25 00:53:54 +05:00
parent a509d4855b
commit 8ac261750b
30 changed files with 2662 additions and 1047 deletions

View File

@@ -163,6 +163,11 @@ def get_data():
{
"label": _("Taxes"),
"items": [
{
"type": "doctype",
"name": "Tax Category",
"description": _("Tax Category for overriding tax rates.")
},
{
"type": "doctype",
"name": "Sales Taxes and Charges Template",
@@ -173,6 +178,11 @@ def get_data():
"name": "Purchase Taxes and Charges Template",
"description": _("Tax template for buying transactions.")
},
{
"type": "doctype",
"name": "Item Tax Template",
"description": _("Tax template for item tax rates.")
},
{
"type": "doctype",
"name": "Tax Rule",