added back Trend Analyzer report to home pages

This commit is contained in:
Anand Doshi 2013-01-11 19:06:57 +05:30
parent ae1b0cee1b
commit 4d79bfb225
3 changed files with 15 additions and 0 deletions

View File

@ -146,6 +146,11 @@ wn.module_page["Accounts"] = [
"label":wn._("Financial Analytics"),
page: "financial-analytics"
},
{
"label":wn._("Trend Analyzer"),
route: "Report/Profile/Trend Analyzer",
doctype: "Sales Invoice"
},
]
},
{

View File

@ -97,6 +97,11 @@ wn.module_page["Buying"] = [
"label":wn._("Purchase Analytics"),
page: "purchase-analytics"
},
{
"label":wn._("Trend Analyzer"),
route: "Report/Profile/Trend Analyzer",
doctype: "Purchase Order"
},
]
},
]

View File

@ -143,6 +143,11 @@ wn.module_page["Selling"] = [
"label":wn._("Sales Analytics"),
page: "sales-analytics"
},
{
"label":wn._("Trend Analyzer"),
route: "Report/Profile/Trend Analyzer",
doctype: "Sales Order"
},
]
},
{