fix: renamed manufacturing dashboards to manufacturing (#21776)

This commit is contained in:
rohitwaghchaure
2020-05-19 15:54:24 +05:30
committed by GitHub
parent 19ecde2197
commit 65c90959d1
2 changed files with 4 additions and 4 deletions

View File

@@ -26,8 +26,8 @@ def get_data():
def get_dashboards():
return [{
"name": "Accounts Dashboard",
"dashboard_name": "Accounts Dashboard",
"name": "Accounts",
"dashboard_name": "Accounts",
"doctype": "Dashboard",
"charts": [
{ "chart": "Profit and Loss" , "width": "Full"},

View File

@@ -15,8 +15,8 @@ def get_data():
def get_dashboards():
return [{
"name": "Manufacturing Dashboard",
"dashboard_name": "Manufacturing Dashboard",
"name": "Manufacturing",
"dashboard_name": "Manufacturing",
"charts": [
{ "chart": "Produced Quantity", "width": "Half" },
{ "chart": "Completed Operation", "width": "Half" },