[Query Report] Item-wise Sales History

This commit is contained in:
Nabin Hait
2013-05-03 14:50:12 +05:30
parent fdd919a1d3
commit 9c7eb486ed
3 changed files with 27 additions and 0 deletions

View File

@@ -161,6 +161,10 @@ wn.module_page["Selling"] = [
"label":wn._("Sales Person-wise Transaction Summary"),
route: "query-report/Sales Person-wise Transaction Summary",
},
{
"label":wn._("Item-wise Sales History"),
route: "query-report/Item-wise Sales History",
},
]
}
]