[report] sales personwise transaction summary

This commit is contained in:
Nabin Hait
2013-05-03 14:24:24 +05:30
parent c4b0e19b47
commit fdd919a1d3
5 changed files with 161 additions and 0 deletions

View File

@@ -157,6 +157,10 @@ wn.module_page["Selling"] = [
"label":wn._("Sales Orders Pending to be Delivered"),
route: "query-report/Sales Orders Pending To Be Delivered"
},
{
"label":wn._("Sales Person-wise Transaction Summary"),
route: "query-report/Sales Person-wise Transaction Summary",
},
]
}
]