added back Trend Analyzer report to home pages
diff --git a/accounts/page/accounts_home/accounts_home.js b/accounts/page/accounts_home/accounts_home.js
index 7e04ca9..237b51f 100644
--- a/accounts/page/accounts_home/accounts_home.js
+++ b/accounts/page/accounts_home/accounts_home.js
@@ -146,6 +146,11 @@
"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 e46a77c..0924ba3 100644
--- a/buying/page/buying_home/buying_home.js
+++ b/buying/page/buying_home/buying_home.js
@@ -97,6 +97,11 @@
"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 e3aa200..1ee4695 100644
--- a/selling/page/selling_home/selling_home.js
+++ b/selling/page/selling_home/selling_home.js
@@ -143,6 +143,11 @@
"label":wn._("Sales Analytics"),
page: "sales-analytics"
},
+ {
+ "label":wn._("Trend Analyzer"),
+ route: "Report/Profile/Trend Analyzer",
+ doctype: "Sales Order"
+ },
]
},
{