mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 12:19:12 +00:00
feat(Customer): add Dunning to dashboard
This commit is contained in:
@@ -18,7 +18,7 @@ def get_data():
|
|||||||
"transactions": [
|
"transactions": [
|
||||||
{"label": _("Pre Sales"), "items": ["Opportunity", "Quotation"]},
|
{"label": _("Pre Sales"), "items": ["Opportunity", "Quotation"]},
|
||||||
{"label": _("Orders"), "items": ["Sales Order", "Delivery Note", "Sales Invoice"]},
|
{"label": _("Orders"), "items": ["Sales Order", "Delivery Note", "Sales Invoice"]},
|
||||||
{"label": _("Payments"), "items": ["Payment Entry", "Bank Account"]},
|
{"label": _("Payments"), "items": ["Payment Entry", "Bank Account", "Dunning"]},
|
||||||
{
|
{
|
||||||
"label": _("Support"),
|
"label": _("Support"),
|
||||||
"items": ["Issue", "Maintenance Visit", "Installation Note", "Warranty Claim"],
|
"items": ["Issue", "Maintenance Visit", "Installation Note", "Warranty Claim"],
|
||||||
|
|||||||
Reference in New Issue
Block a user