This commit is contained in:
Rushabh Mehta
2013-06-24 15:47:02 +05:30
28 changed files with 289 additions and 252 deletions

View File

@@ -137,11 +137,6 @@ wn.module_page["Selling"] = [
"label":wn._("Sales Analytics"),
page: "sales-analytics"
},
{
"label":wn._("Trend Analyzer"),
route: "Report/Profile/Trend Analyzer",
doctype: "Sales Order"
},
]
},
{
@@ -190,6 +185,10 @@ wn.module_page["Selling"] = [
route: "query-report/Sales Order Trends",
doctype: "Sales Order"
},
{
"label":wn._("Pending SO Items For Purchase Request"),
route: "query-report/Pending SO Items For Purchase Request"
},
]
}
]