[report] item-wise consumption renamed to supplier-wise sales analytics

This commit is contained in:
Akhilesh Darjee
2013-11-29 16:08:26 +05:30
parent 4fb848d3c4
commit b1269b4a07
5 changed files with 32 additions and 26 deletions

View File

@@ -156,8 +156,8 @@ wn.module_page["Buying"] = [
doctype: "Supplier"
},
{
"label":wn._("Item-Wise Consumption"),
route: "query-report/Item-wise Consumption",
"label":wn._("Supplier-Wise Sales Analytics"),
route: "query-report/Supplier-Wise Sales Analytics",
doctype: "Stock Ledger Entry"
}
]