[report] item-wise consumption in buying module

This commit is contained in:
Akhilesh Darjee
2013-11-29 15:15:34 +05:30
parent dacdc8d855
commit 4fb848d3c4
5 changed files with 136 additions and 0 deletions

View File

@@ -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"
}
]
}
]