brotherton-erpnext/erpnext/manufacturing/dashboard_chart/produced_quantity/produced_quantity.json
Prssanna Desai f098221550
feat: Exported manufacturing dashboard (#22626)
* feat: exported Manufacturing Dashboard

* fix: update use_report_chart fieldname

* fix: add dynamic filter for company in Produced Quantity chart
2020-07-22 16:58:17 +05:30

30 lines
893 B
JSON

{
"based_on": "modified",
"chart_name": "Produced Quantity",
"chart_type": "Sum",
"creation": "2020-07-08 22:40:22.416285",
"custom_options": "",
"docstatus": 0,
"doctype": "Dashboard Chart",
"document_type": "Work Order",
"dynamic_filters_json": "[[\"Work Order\",\"company\",\"=\",\"frappe.defaults.get_user_default(\\\"Company\\\")\"]]",
"filters_json": "[[\"Work Order\",\"docstatus\",\"=\",\"1\",false]]",
"group_by_type": "Count",
"idx": 0,
"is_public": 1,
"is_standard": 1,
"last_synced_on": "2020-07-21 17:46:34.058882",
"modified": "2020-07-21 17:54:11.233531",
"modified_by": "Administrator",
"module": "Manufacturing",
"name": "Produced Quantity",
"number_of_groups": 0,
"owner": "Administrator",
"time_interval": "Monthly",
"timeseries": 1,
"timespan": "Last Year",
"type": "Line",
"use_report_chart": 0,
"value_based_on": "produced_qty",
"y_axis": []
}