made changes in the dashboards, renamed number cards
This commit is contained in:
parent
366bce678f
commit
1c9210b303
@ -45,6 +45,7 @@ def get_charts():
|
|||||||
"time_interval": "Yearly",
|
"time_interval": "Yearly",
|
||||||
"chart_type": "Sum",
|
"chart_type": "Sum",
|
||||||
"chart_name": "Produced Quantity",
|
"chart_name": "Produced Quantity",
|
||||||
|
"name": "Produced Quantity",
|
||||||
"document_type": "Work Order",
|
"document_type": "Work Order",
|
||||||
"filters_json": json.dumps({}),
|
"filters_json": json.dumps({}),
|
||||||
"group_by_type": "Count",
|
"group_by_type": "Count",
|
||||||
@ -61,6 +62,7 @@ def get_charts():
|
|||||||
"time_interval": "Yearly",
|
"time_interval": "Yearly",
|
||||||
"chart_type": "Sum",
|
"chart_type": "Sum",
|
||||||
"chart_name": "Completed Operation",
|
"chart_name": "Completed Operation",
|
||||||
|
"name": "Completed Operation",
|
||||||
"document_type": "Work Order Operation",
|
"document_type": "Work Order Operation",
|
||||||
"filters_json": json.dumps({}),
|
"filters_json": json.dumps({}),
|
||||||
"group_by_type": "Count",
|
"group_by_type": "Count",
|
||||||
@ -76,6 +78,7 @@ def get_charts():
|
|||||||
"time_interval": "Yearly",
|
"time_interval": "Yearly",
|
||||||
"chart_type": "Report",
|
"chart_type": "Report",
|
||||||
"chart_name": "Work Order Analysis",
|
"chart_name": "Work Order Analysis",
|
||||||
|
"name": "Work Order Analysis",
|
||||||
"timespan": "Last Year",
|
"timespan": "Last Year",
|
||||||
"report_name": "Work Order Summary",
|
"report_name": "Work Order Summary",
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
@ -94,6 +97,7 @@ def get_charts():
|
|||||||
"time_interval": "Yearly",
|
"time_interval": "Yearly",
|
||||||
"chart_type": "Report",
|
"chart_type": "Report",
|
||||||
"chart_name": "Quality Inspection Analysis",
|
"chart_name": "Quality Inspection Analysis",
|
||||||
|
"name": "Quality Inspection Analysis",
|
||||||
"timespan": "Last Year",
|
"timespan": "Last Year",
|
||||||
"report_name": "Quality Inspection Summary",
|
"report_name": "Quality Inspection Summary",
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
@ -112,6 +116,7 @@ def get_charts():
|
|||||||
"time_interval": "Yearly",
|
"time_interval": "Yearly",
|
||||||
"chart_type": "Report",
|
"chart_type": "Report",
|
||||||
"chart_name": "Pending Work Order",
|
"chart_name": "Pending Work Order",
|
||||||
|
"name": "Pending Work Order",
|
||||||
"timespan": "Last Year",
|
"timespan": "Last Year",
|
||||||
"report_name": "Work Order Summary",
|
"report_name": "Work Order Summary",
|
||||||
"filters_json": json.dumps({"company": company, "charts_based_on": "Age"}),
|
"filters_json": json.dumps({"company": company, "charts_based_on": "Age"}),
|
||||||
@ -130,6 +135,7 @@ def get_charts():
|
|||||||
"time_interval": "Yearly",
|
"time_interval": "Yearly",
|
||||||
"chart_type": "Report",
|
"chart_type": "Report",
|
||||||
"chart_name": "Last Month Downtime Analysis",
|
"chart_name": "Last Month Downtime Analysis",
|
||||||
|
"name": "Last Month Downtime Analysis",
|
||||||
"timespan": "Last Year",
|
"timespan": "Last Year",
|
||||||
"filters_json": json.dumps({}),
|
"filters_json": json.dumps({}),
|
||||||
"report_name": "Downtime Analysis",
|
"report_name": "Downtime Analysis",
|
||||||
@ -142,6 +148,7 @@ def get_charts():
|
|||||||
"time_interval": "Yearly",
|
"time_interval": "Yearly",
|
||||||
"chart_type": "Report",
|
"chart_type": "Report",
|
||||||
"chart_name": _("Work Order Qty Analysis"),
|
"chart_name": _("Work Order Qty Analysis"),
|
||||||
|
"name": _("Work Order Qty Analysis"),
|
||||||
"timespan": "Last Year",
|
"timespan": "Last Year",
|
||||||
"report_name": "Work Order Summary",
|
"report_name": "Work Order Summary",
|
||||||
"filters_json": json.dumps({"company": company, "charts_based_on": "Quantity"}),
|
"filters_json": json.dumps({"company": company, "charts_based_on": "Quantity"}),
|
||||||
@ -157,6 +164,7 @@ def get_charts():
|
|||||||
"time_interval": "Yearly",
|
"time_interval": "Yearly",
|
||||||
"chart_type": "Report",
|
"chart_type": "Report",
|
||||||
"chart_name": "Job Card Analysis",
|
"chart_name": "Job Card Analysis",
|
||||||
|
"name": "Job Card Analysis",
|
||||||
"timespan": "Last Year",
|
"timespan": "Last Year",
|
||||||
"report_name": "Job Card Summary",
|
"report_name": "Job Card Summary",
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
|
|||||||
@ -32,7 +32,11 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"category": "Domains",
|
"category": "Domains",
|
||||||
"charts": [],
|
"charts": [
|
||||||
|
{
|
||||||
|
"chart_name": "Produced Quantity"
|
||||||
|
}
|
||||||
|
],
|
||||||
"creation": "2020-03-02 17:11:37.032604",
|
"creation": "2020-03-02 17:11:37.032604",
|
||||||
"developer_mode_only": 0,
|
"developer_mode_only": 0,
|
||||||
"disable_user_customization": 0,
|
"disable_user_customization": 0,
|
||||||
@ -42,7 +46,7 @@
|
|||||||
"idx": 0,
|
"idx": 0,
|
||||||
"is_standard": 1,
|
"is_standard": 1,
|
||||||
"label": "Manufacturing",
|
"label": "Manufacturing",
|
||||||
"modified": "2020-05-14 15:06:45.963942",
|
"modified": "2020-05-14 18:57:26.810652",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Manufacturing",
|
"module": "Manufacturing",
|
||||||
"name": "Manufacturing",
|
"name": "Manufacturing",
|
||||||
|
|||||||
@ -0,0 +1,54 @@
|
|||||||
|
{
|
||||||
|
"allow_roles": [
|
||||||
|
{
|
||||||
|
"role": "Manufacturing User"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"role": "Manufacturing Manager"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"role": "Item Manager"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"role": "Stock User"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"creation": "2020-05-05 16:37:08.238935",
|
||||||
|
"docstatus": 0,
|
||||||
|
"doctype": "Module Onboarding",
|
||||||
|
"documentation_url": "https://docs.erpnext.com/docs/user/manual/en/manufacturing",
|
||||||
|
"idx": 0,
|
||||||
|
"is_complete": 0,
|
||||||
|
"modified": "2020-05-14 19:12:17.289867",
|
||||||
|
"modified_by": "Administrator",
|
||||||
|
"module": "Manufacturing",
|
||||||
|
"name": "Manufacturing",
|
||||||
|
"owner": "Administrator",
|
||||||
|
"steps": [
|
||||||
|
{
|
||||||
|
"step": "Warehouse"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"step": "Workstation"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"step": "Operation"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"step": "Create Product"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"step": "Create BOM"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"step": "Work Order"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"step": "Introduction to Manufacturing"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"subtitle": "Products, Raw Materials, BOM, Work Order and more.",
|
||||||
|
"success_message": "Manufacturing module is all setup!",
|
||||||
|
"title": "Let's Setup Manufacturing Module",
|
||||||
|
"user_can_dismiss": 1
|
||||||
|
}
|
||||||
@ -6,11 +6,14 @@
|
|||||||
"idx": 0,
|
"idx": 0,
|
||||||
"is_complete": 0,
|
"is_complete": 0,
|
||||||
"is_mandatory": 1,
|
"is_mandatory": 1,
|
||||||
|
"is_single": 0,
|
||||||
"is_skipped": 0,
|
"is_skipped": 0,
|
||||||
"modified": "2020-05-05 16:41:20.239696",
|
"modified": "2020-05-14 19:11:57.153679",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"name": "Create BOM",
|
"name": "Create BOM",
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
"reference_document": "BOM",
|
"reference_document": "BOM",
|
||||||
"title": "Create BOM"
|
"show_full_form": 1,
|
||||||
|
"title": "Create BOM (Bill of Material)",
|
||||||
|
"validate_action": 1
|
||||||
}
|
}
|
||||||
@ -6,11 +6,14 @@
|
|||||||
"idx": 0,
|
"idx": 0,
|
||||||
"is_complete": 0,
|
"is_complete": 0,
|
||||||
"is_mandatory": 1,
|
"is_mandatory": 1,
|
||||||
|
"is_single": 0,
|
||||||
"is_skipped": 0,
|
"is_skipped": 0,
|
||||||
"modified": "2020-05-05 16:42:31.476275",
|
"modified": "2020-05-14 19:10:39.974370",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"name": "Create Product",
|
"name": "Create Product",
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
"reference_document": "Item",
|
"reference_document": "Item",
|
||||||
"title": "Create Product"
|
"show_full_form": 0,
|
||||||
|
"title": "Create Product (Raw Materials / Finished Good)",
|
||||||
|
"validate_action": 1
|
||||||
}
|
}
|
||||||
@ -6,12 +6,15 @@
|
|||||||
"idx": 0,
|
"idx": 0,
|
||||||
"is_complete": 0,
|
"is_complete": 0,
|
||||||
"is_mandatory": 0,
|
"is_mandatory": 0,
|
||||||
|
"is_single": 0,
|
||||||
"is_skipped": 0,
|
"is_skipped": 0,
|
||||||
"modified": "2020-05-05 16:40:23.676406",
|
"modified": "2020-05-14 19:11:57.152883",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"name": "Introduction to Manufacturing",
|
"name": "Introduction to Manufacturing",
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
"reference_document": "Manufacturing Settings",
|
"reference_document": "Manufacturing Settings",
|
||||||
|
"show_full_form": 0,
|
||||||
"title": "Manufacturing Settings",
|
"title": "Manufacturing Settings",
|
||||||
|
"validate_action": 1,
|
||||||
"video_url": "https://www.youtube.com/watch?v=UVGfzwOOZC4"
|
"video_url": "https://www.youtube.com/watch?v=UVGfzwOOZC4"
|
||||||
}
|
}
|
||||||
@ -6,10 +6,14 @@
|
|||||||
"idx": 0,
|
"idx": 0,
|
||||||
"is_complete": 0,
|
"is_complete": 0,
|
||||||
"is_mandatory": 0,
|
"is_mandatory": 0,
|
||||||
|
"is_single": 0,
|
||||||
"is_skipped": 0,
|
"is_skipped": 0,
|
||||||
"modified": "2020-05-12 16:17:06.943067",
|
"modified": "2020-05-14 19:10:27.258157",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"name": "Operation",
|
"name": "Operation",
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
"title": "Create Operation"
|
"reference_document": "Operation",
|
||||||
|
"show_full_form": 0,
|
||||||
|
"title": "Create Operation",
|
||||||
|
"validate_action": 1
|
||||||
}
|
}
|
||||||
@ -6,10 +6,14 @@
|
|||||||
"idx": 0,
|
"idx": 0,
|
||||||
"is_complete": 0,
|
"is_complete": 0,
|
||||||
"is_mandatory": 0,
|
"is_mandatory": 0,
|
||||||
|
"is_single": 0,
|
||||||
"is_skipped": 0,
|
"is_skipped": 0,
|
||||||
"modified": "2020-05-12 16:16:48.345846",
|
"modified": "2020-05-14 19:10:07.439037",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"name": "Warehouse",
|
"name": "Warehouse",
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
"title": "Create Warehouse"
|
"reference_document": "Warehouse",
|
||||||
|
"show_full_form": 0,
|
||||||
|
"title": "Create Warehouse",
|
||||||
|
"validate_action": 1
|
||||||
}
|
}
|
||||||
@ -6,10 +6,14 @@
|
|||||||
"idx": 0,
|
"idx": 0,
|
||||||
"is_complete": 0,
|
"is_complete": 0,
|
||||||
"is_mandatory": 0,
|
"is_mandatory": 0,
|
||||||
|
"is_single": 0,
|
||||||
"is_skipped": 0,
|
"is_skipped": 0,
|
||||||
"modified": "2020-05-12 16:17:33.675304",
|
"modified": "2020-05-14 19:11:57.145924",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"name": "Work Order",
|
"name": "Work Order",
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
"title": "Create Work Order"
|
"reference_document": "Work Order",
|
||||||
|
"show_full_form": 1,
|
||||||
|
"title": "Create Work Order",
|
||||||
|
"validate_action": 1
|
||||||
}
|
}
|
||||||
@ -6,10 +6,14 @@
|
|||||||
"idx": 0,
|
"idx": 0,
|
||||||
"is_complete": 0,
|
"is_complete": 0,
|
||||||
"is_mandatory": 0,
|
"is_mandatory": 0,
|
||||||
|
"is_single": 0,
|
||||||
"is_skipped": 0,
|
"is_skipped": 0,
|
||||||
"modified": "2020-05-12 16:16:58.808906",
|
"modified": "2020-05-14 19:10:20.930139",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"name": "Workstation",
|
"name": "Workstation",
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
"title": "Create Workstation"
|
"reference_document": "Workstation",
|
||||||
|
"show_full_form": 0,
|
||||||
|
"title": "Create Workstation / Machine",
|
||||||
|
"validate_action": 1
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user