add tax withholding & loyalty program in explore view (#15074)
This commit is contained in:
parent
59e4c32e9f
commit
2cadb1e12e
@ -38,6 +38,18 @@ def get_data():
|
|||||||
"label": _("Auto Repeat"),
|
"label": _("Auto Repeat"),
|
||||||
"description": _("To make recurring documents")
|
"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",
|
"type": "report",
|
||||||
"name": "Accounts Receivable",
|
"name": "Accounts Receivable",
|
||||||
@ -188,6 +200,11 @@ def get_data():
|
|||||||
"name": "Tax Rule",
|
"name": "Tax Rule",
|
||||||
"description": _("Tax Rule for transactions.")
|
"description": _("Tax Rule for transactions.")
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Tax Withholding Category",
|
||||||
|
"description": _("Tax Withholding rates to be applied on transactions.")
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "report",
|
"type": "report",
|
||||||
"name": "Sales Register",
|
"name": "Sales Register",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user