mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 03:01:22 +00:00
[report] item-wise consumption in buying module
This commit is contained in:
@@ -155,6 +155,11 @@ wn.module_page["Buying"] = [
|
||||
route: "query-report/Supplier Addresses and Contacts",
|
||||
doctype: "Supplier"
|
||||
},
|
||||
{
|
||||
"label":wn._("Item-Wise Consumption"),
|
||||
route: "query-report/Item-wise Consumption",
|
||||
doctype: "Stock Ledger Entry"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user