Stock balance grid report deprecated and moved to server side

This commit is contained in:
Nabin Hait
2014-10-10 20:54:57 +05:30
parent 7c6f990cf9
commit 4f0e5db216
5 changed files with 5 additions and 227 deletions

View File

@@ -142,10 +142,10 @@ def get_data():
"doctype": "Item",
},
{
"type": "page",
"name": "stock-balance",
"label": _("Stock Balance"),
"icon": "icon-table",
"type": "report",
"is_query_report": True,
"name": "Stock Balance",
"doctype": "Warehouse"
},
{
"type": "report",
@@ -170,13 +170,7 @@ def get_data():
"name": "stock-analytics",
"label": _("Stock Analytics"),
"icon": "icon-bar-chart"
},
{
"type": "report",
"is_query_report": True,
"name": "Warehouse-Wise Stock Balance",
"doctype": "Warehouse"
},
}
]
},
{