mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
feat: show Stock Reconciliation links on item dashboard
This commit is contained in:
committed by
Ankush Menat
parent
26abfd4d7c
commit
2f1e98d1e8
@@ -31,7 +31,7 @@ def get_data():
|
|||||||
},
|
},
|
||||||
{"label": _("Manufacture"), "items": ["Production Plan", "Work Order", "Item Manufacturer"]},
|
{"label": _("Manufacture"), "items": ["Production Plan", "Work Order", "Item Manufacturer"]},
|
||||||
{"label": _("Traceability"), "items": ["Serial No", "Batch"]},
|
{"label": _("Traceability"), "items": ["Serial No", "Batch"]},
|
||||||
{"label": _("Move"), "items": ["Stock Entry"]},
|
{"label": _("Stock Movement"), "items": ["Stock Entry", "Stock Reconciliation"]},
|
||||||
{"label": _("E-commerce"), "items": ["Website Item"]},
|
{"label": _("E-commerce"), "items": ["Website Item"]},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user