[query report] item-wise purchase history

This commit is contained in:
Nabin Hait
2013-05-03 15:08:12 +05:30
parent 9c7eb486ed
commit 317f0273e7
4 changed files with 34 additions and 0 deletions

View File

@@ -98,6 +98,17 @@ wn.module_page["Buying"] = [
},
]
},
{
title: wn._("Reports"),
right: true,
icon: "icon-list",
items: [
{
"label":wn._("Item-wise Purchase History"),
route: "query-report/Item-wise Purchase History",
},
]
}
]
pscript['onload_buying-home'] = function(wrapper) {