add tax withholding & loyalty program in explore view (#15074)

This commit is contained in:
Zarrar 2018-08-06 14:46:16 +05:30 committed by Nabin Hait
parent 59e4c32e9f
commit 2cadb1e12e

View File

@ -38,6 +38,18 @@ def get_data():
"label": _("Auto Repeat"),
"description": _("To make recurring documents")
},
{
"type": "doctype",
"name": "Loyalty Program",
"label": _("Loyalty Program"),
"description": _("To make Customer based incentive schemes.")
},
{
"type": "doctype",
"name": "Loyalty Point Entry",
"label": _("Loyalty Point Entry"),
"description": _("To view logs of Loyalty Points assigned to a Customer.")
},
{
"type": "report",
"name": "Accounts Receivable",
@ -188,6 +200,11 @@ def get_data():
"name": "Tax Rule",
"description": _("Tax Rule for transactions.")
},
{
"type": "doctype",
"name": "Tax Withholding Category",
"description": _("Tax Withholding rates to be applied on transactions.")
},
{
"type": "report",
"name": "Sales Register",