Update report with Valuation rate, stock values, move to Main report

This commit is contained in:
ankitjavalkarwork
2014-09-11 16:47:19 +05:30
parent 8e39ee79b0
commit 2e07305616
2 changed files with 36 additions and 15 deletions

View File

@@ -171,6 +171,12 @@ def get_data():
"label": _("Stock Analytics"),
"icon": "icon-bar-chart"
},
{
"type": "report",
"is_query_report": True,
"name": "Warehouse-Wise Stock Balance",
"doctype": "Warehouse"
},
]
},
{
@@ -222,12 +228,6 @@ def get_data():
"name": "Batch-Wise Balance History",
"doctype": "Batch"
},
{
"type": "report",
"is_query_report": True,
"name": "Warehouse-Wise Stock Balance",
"doctype": "Warehouse"
},
{
"type": "report",
"is_query_report": True,