mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
chore: Added Dynamic Charts to DN and PR Trends Reports
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -27,7 +27,10 @@ erpnext.get_sales_trends_filters = function() {
|
||||
{ "value": "Territory", "label": __("Territory") },
|
||||
{ "value": "Project", "label": __("Project") }
|
||||
],
|
||||
"default": "Item"
|
||||
"default": "Item",
|
||||
"dashboard_config": {
|
||||
"read_only": 1,
|
||||
}
|
||||
},
|
||||
{
|
||||
"fieldname":"group_by",
|
||||
|
||||
Reference in New Issue
Block a user