fix: Fixed Dashboard Charts, modified fixtures and minor changes

This commit is contained in:
marination
2020-05-15 23:37:48 +05:30
parent e46916be56
commit a74d433cd8
8 changed files with 198 additions and 98 deletions

View File

@@ -51,7 +51,10 @@ erpnext.get_purchase_trends_filters = function() {
{ "value": "Supplier Group", "label": __("Supplier Group") },
{ "value": "Project", "label": __("Project") }
],
"default": "Item"
"default": "Item",
"dashboard_config": {
"read_only": 1
}
},
{
"fieldname":"group_by",