diff --git a/accounts/page/accounts_home/accounts_home.js b/accounts/page/accounts_home/accounts_home.js index 7e04ca970e..237b51fd8d 100644 --- a/accounts/page/accounts_home/accounts_home.js +++ b/accounts/page/accounts_home/accounts_home.js @@ -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" + }, ] }, { diff --git a/buying/page/buying_home/buying_home.js b/buying/page/buying_home/buying_home.js index e46a77c583..0924ba3e46 100644 --- a/buying/page/buying_home/buying_home.js +++ b/buying/page/buying_home/buying_home.js @@ -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" + }, ] }, ] diff --git a/selling/page/selling_home/selling_home.js b/selling/page/selling_home/selling_home.js index e3aa2003d5..1ee4695d69 100644 --- a/selling/page/selling_home/selling_home.js +++ b/selling/page/selling_home/selling_home.js @@ -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" + }, ] }, {