Fixed patch and deprecated grid reports

This commit is contained in:
deepeshgarg007
2018-11-30 18:01:22 +05:30
parent ec5bbe351c
commit 4c79274054
16 changed files with 4 additions and 757 deletions

View File

@@ -1 +0,0 @@
Trends of Items quantities and values.

View File

@@ -1 +0,0 @@
from __future__ import unicode_literals

View File

@@ -1,16 +0,0 @@
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
frappe.pages['stock-analytics'].on_page_load = function(wrapper) {
frappe.ui.make_app_page({
parent: wrapper,
title: __('Stock Analytics'),
single_column: true
});
frappe.require(["assets/erpnext/js/stock_grid_report.js",
"assets/erpnext/js/stock_analytics.js"], function() {
new erpnext.StockAnalytics(wrapper);
frappe.breadcrumbs.add("Stock")
});
};

View File

@@ -1,23 +0,0 @@
{
"creation": "2012-09-21 20:15:14.000000",
"docstatus": 0,
"doctype": "Page",
"icon": "fa fa-bar-chart",
"idx": 1,
"modified": "2013-07-11 14:44:10.000000",
"modified_by": "Administrator",
"module": "Stock",
"name": "stock-analytics",
"owner": "Administrator",
"page_name": "stock-analytics",
"roles": [
{
"role": "Analytics"
},
{
"role": "Material Manager"
}
],
"standard": "Yes",
"title": "Stock Analytics"
}