mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 19:49:18 +00:00
Merge pull request #32740 from frappe/mergify/bp/version-14-hotfix/pr-32738
fix: Added Material Request Reference in Purchase Recipt Dashboard for Tracking (backport #32738)
This commit is contained in:
@@ -12,13 +12,17 @@ def get_data():
|
|||||||
"Purchase Receipt": "return_against",
|
"Purchase Receipt": "return_against",
|
||||||
},
|
},
|
||||||
"internal_links": {
|
"internal_links": {
|
||||||
|
"Material Request": ["items", "material_request"],
|
||||||
"Purchase Order": ["items", "purchase_order"],
|
"Purchase Order": ["items", "purchase_order"],
|
||||||
"Project": ["items", "project"],
|
"Project": ["items", "project"],
|
||||||
"Quality Inspection": ["items", "quality_inspection"],
|
"Quality Inspection": ["items", "quality_inspection"],
|
||||||
},
|
},
|
||||||
"transactions": [
|
"transactions": [
|
||||||
{"label": _("Related"), "items": ["Purchase Invoice", "Landed Cost Voucher", "Asset"]},
|
{"label": _("Related"), "items": ["Purchase Invoice", "Landed Cost Voucher", "Asset"]},
|
||||||
{"label": _("Reference"), "items": ["Purchase Order", "Quality Inspection", "Project"]},
|
{
|
||||||
|
"label": _("Reference"),
|
||||||
|
"items": ["Material Request", "Purchase Order", "Quality Inspection", "Project"],
|
||||||
|
},
|
||||||
{"label": _("Returns"), "items": ["Purchase Receipt"]},
|
{"label": _("Returns"), "items": ["Purchase Receipt"]},
|
||||||
{"label": _("Subscription"), "items": ["Auto Repeat"]},
|
{"label": _("Subscription"), "items": ["Auto Repeat"]},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user