mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
fix: renamed manufacturing dashboards to manufacturing (#21776)
This commit is contained in:
@@ -26,8 +26,8 @@ def get_data():
|
|||||||
|
|
||||||
def get_dashboards():
|
def get_dashboards():
|
||||||
return [{
|
return [{
|
||||||
"name": "Accounts Dashboard",
|
"name": "Accounts",
|
||||||
"dashboard_name": "Accounts Dashboard",
|
"dashboard_name": "Accounts",
|
||||||
"doctype": "Dashboard",
|
"doctype": "Dashboard",
|
||||||
"charts": [
|
"charts": [
|
||||||
{ "chart": "Profit and Loss" , "width": "Full"},
|
{ "chart": "Profit and Loss" , "width": "Full"},
|
||||||
|
|||||||
@@ -15,8 +15,8 @@ def get_data():
|
|||||||
|
|
||||||
def get_dashboards():
|
def get_dashboards():
|
||||||
return [{
|
return [{
|
||||||
"name": "Manufacturing Dashboard",
|
"name": "Manufacturing",
|
||||||
"dashboard_name": "Manufacturing Dashboard",
|
"dashboard_name": "Manufacturing",
|
||||||
"charts": [
|
"charts": [
|
||||||
{ "chart": "Produced Quantity", "width": "Half" },
|
{ "chart": "Produced Quantity", "width": "Half" },
|
||||||
{ "chart": "Completed Operation", "width": "Half" },
|
{ "chart": "Completed Operation", "width": "Half" },
|
||||||
|
|||||||
Reference in New Issue
Block a user