feat: added Report Summary Chart as fixture
This commit is contained in:
parent
1607891a3c
commit
813bc49868
@ -31,7 +31,14 @@ def get_default_dashboards():
|
|||||||
{ "chart": "Income" },
|
{ "chart": "Income" },
|
||||||
{ "chart": "Expenses" }
|
{ "chart": "Expenses" }
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"doctype": "Dashboard",
|
||||||
|
"dashboard_name": "Project",
|
||||||
|
"charts": [
|
||||||
|
{ "chart": "Report Summary", "width": "Full" }
|
||||||
|
]
|
||||||
|
},
|
||||||
],
|
],
|
||||||
"Charts": [
|
"Charts": [
|
||||||
{
|
{
|
||||||
@ -107,7 +114,18 @@ def get_default_dashboards():
|
|||||||
"document_type": "Sales Invoice",
|
"document_type": "Sales Invoice",
|
||||||
"type": "Bar",
|
"type": "Bar",
|
||||||
"width": "Half"
|
"width": "Half"
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
'doctype': 'Dashboard Chart',
|
||||||
|
'name': 'Project Summary',
|
||||||
|
'chart_name': 'Project Summary',
|
||||||
|
'chart_type': 'Report',
|
||||||
|
'report_name': 'Project Summary',
|
||||||
|
'is_public': 1,
|
||||||
|
'filters_json': json.dumps({"company": company.name, "status": "Open"}),
|
||||||
|
'type': 'Bar',
|
||||||
|
'custom_options': '{"type": "bar", "colors": ["#7679fc", "#98d85b", "#fc4f51"], "axisOptions": {"shortenYAxisNumbers": 1}, "tooltipOptions": {}}',
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user