made changes in the dashboards, renamed number cards
diff --git a/erpnext/manufacturing/dashboard_fixtures.py b/erpnext/manufacturing/dashboard_fixtures.py
index de3775f..3029f48 100644
--- a/erpnext/manufacturing/dashboard_fixtures.py
+++ b/erpnext/manufacturing/dashboard_fixtures.py
@@ -45,6 +45,7 @@
"time_interval": "Yearly",
"chart_type": "Sum",
"chart_name": "Produced Quantity",
+ "name": "Produced Quantity",
"document_type": "Work Order",
"filters_json": json.dumps({}),
"group_by_type": "Count",
@@ -61,6 +62,7 @@
"time_interval": "Yearly",
"chart_type": "Sum",
"chart_name": "Completed Operation",
+ "name": "Completed Operation",
"document_type": "Work Order Operation",
"filters_json": json.dumps({}),
"group_by_type": "Count",
@@ -76,6 +78,7 @@
"time_interval": "Yearly",
"chart_type": "Report",
"chart_name": "Work Order Analysis",
+ "name": "Work Order Analysis",
"timespan": "Last Year",
"report_name": "Work Order Summary",
"owner": "Administrator",
@@ -94,6 +97,7 @@
"time_interval": "Yearly",
"chart_type": "Report",
"chart_name": "Quality Inspection Analysis",
+ "name": "Quality Inspection Analysis",
"timespan": "Last Year",
"report_name": "Quality Inspection Summary",
"owner": "Administrator",
@@ -112,6 +116,7 @@
"time_interval": "Yearly",
"chart_type": "Report",
"chart_name": "Pending Work Order",
+ "name": "Pending Work Order",
"timespan": "Last Year",
"report_name": "Work Order Summary",
"filters_json": json.dumps({"company": company, "charts_based_on": "Age"}),
@@ -130,6 +135,7 @@
"time_interval": "Yearly",
"chart_type": "Report",
"chart_name": "Last Month Downtime Analysis",
+ "name": "Last Month Downtime Analysis",
"timespan": "Last Year",
"filters_json": json.dumps({}),
"report_name": "Downtime Analysis",
@@ -142,6 +148,7 @@
"time_interval": "Yearly",
"chart_type": "Report",
"chart_name": _("Work Order Qty Analysis"),
+ "name": _("Work Order Qty Analysis"),
"timespan": "Last Year",
"report_name": "Work Order Summary",
"filters_json": json.dumps({"company": company, "charts_based_on": "Quantity"}),
@@ -157,6 +164,7 @@
"time_interval": "Yearly",
"chart_type": "Report",
"chart_name": "Job Card Analysis",
+ "name": "Job Card Analysis",
"timespan": "Last Year",
"report_name": "Job Card Summary",
"owner": "Administrator",
diff --git a/erpnext/manufacturing/desk_page/manufacturing/manufacturing.json b/erpnext/manufacturing/desk_page/manufacturing/manufacturing.json
index f6bbf3d..6288169 100644
--- a/erpnext/manufacturing/desk_page/manufacturing/manufacturing.json
+++ b/erpnext/manufacturing/desk_page/manufacturing/manufacturing.json
@@ -32,7 +32,11 @@
}
],
"category": "Domains",
- "charts": [],
+ "charts": [
+ {
+ "chart_name": "Produced Quantity"
+ }
+ ],
"creation": "2020-03-02 17:11:37.032604",
"developer_mode_only": 0,
"disable_user_customization": 0,
@@ -42,7 +46,7 @@
"idx": 0,
"is_standard": 1,
"label": "Manufacturing",
- "modified": "2020-05-14 15:06:45.963942",
+ "modified": "2020-05-14 18:57:26.810652",
"modified_by": "Administrator",
"module": "Manufacturing",
"name": "Manufacturing",
diff --git a/erpnext/manufacturing/module_onboarding/manufacturing/manufacturing.json b/erpnext/manufacturing/module_onboarding/manufacturing/manufacturing.json
new file mode 100644
index 0000000..4092e9d
--- /dev/null
+++ b/erpnext/manufacturing/module_onboarding/manufacturing/manufacturing.json
@@ -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
+}
\ No newline at end of file
diff --git a/erpnext/manufacturing/onboarding_step/create_bom/create_bom.json b/erpnext/manufacturing/onboarding_step/create_bom/create_bom.json
index 969c2fa..866b871 100644
--- a/erpnext/manufacturing/onboarding_step/create_bom/create_bom.json
+++ b/erpnext/manufacturing/onboarding_step/create_bom/create_bom.json
@@ -6,11 +6,14 @@
"idx": 0,
"is_complete": 0,
"is_mandatory": 1,
+ "is_single": 0,
"is_skipped": 0,
- "modified": "2020-05-05 16:41:20.239696",
+ "modified": "2020-05-14 19:11:57.153679",
"modified_by": "Administrator",
"name": "Create BOM",
"owner": "Administrator",
"reference_document": "BOM",
- "title": "Create BOM"
+ "show_full_form": 1,
+ "title": "Create BOM (Bill of Material)",
+ "validate_action": 1
}
\ No newline at end of file
diff --git a/erpnext/manufacturing/onboarding_step/create_product/create_product.json b/erpnext/manufacturing/onboarding_step/create_product/create_product.json
index 082f31e..dd2fcb4 100644
--- a/erpnext/manufacturing/onboarding_step/create_product/create_product.json
+++ b/erpnext/manufacturing/onboarding_step/create_product/create_product.json
@@ -6,11 +6,14 @@
"idx": 0,
"is_complete": 0,
"is_mandatory": 1,
+ "is_single": 0,
"is_skipped": 0,
- "modified": "2020-05-05 16:42:31.476275",
+ "modified": "2020-05-14 19:10:39.974370",
"modified_by": "Administrator",
"name": "Create Product",
"owner": "Administrator",
"reference_document": "Item",
- "title": "Create Product"
+ "show_full_form": 0,
+ "title": "Create Product (Raw Materials / Finished Good)",
+ "validate_action": 1
}
\ No newline at end of file
diff --git a/erpnext/manufacturing/onboarding_step/introduction_to_manufacturing/introduction_to_manufacturing.json b/erpnext/manufacturing/onboarding_step/introduction_to_manufacturing/introduction_to_manufacturing.json
index 6e5c3a9..eb7ab3a 100644
--- a/erpnext/manufacturing/onboarding_step/introduction_to_manufacturing/introduction_to_manufacturing.json
+++ b/erpnext/manufacturing/onboarding_step/introduction_to_manufacturing/introduction_to_manufacturing.json
@@ -6,12 +6,15 @@
"idx": 0,
"is_complete": 0,
"is_mandatory": 0,
+ "is_single": 0,
"is_skipped": 0,
- "modified": "2020-05-05 16:40:23.676406",
+ "modified": "2020-05-14 19:11:57.152883",
"modified_by": "Administrator",
"name": "Introduction to Manufacturing",
"owner": "Administrator",
"reference_document": "Manufacturing Settings",
+ "show_full_form": 0,
"title": "Manufacturing Settings",
+ "validate_action": 1,
"video_url": "https://www.youtube.com/watch?v=UVGfzwOOZC4"
}
\ No newline at end of file
diff --git a/erpnext/manufacturing/onboarding_step/operation/operation.json b/erpnext/manufacturing/onboarding_step/operation/operation.json
index 6f84db1..86e62e7 100644
--- a/erpnext/manufacturing/onboarding_step/operation/operation.json
+++ b/erpnext/manufacturing/onboarding_step/operation/operation.json
@@ -6,10 +6,14 @@
"idx": 0,
"is_complete": 0,
"is_mandatory": 0,
+ "is_single": 0,
"is_skipped": 0,
- "modified": "2020-05-12 16:17:06.943067",
+ "modified": "2020-05-14 19:10:27.258157",
"modified_by": "Administrator",
"name": "Operation",
"owner": "Administrator",
- "title": "Create Operation"
+ "reference_document": "Operation",
+ "show_full_form": 0,
+ "title": "Create Operation",
+ "validate_action": 1
}
\ No newline at end of file
diff --git a/erpnext/manufacturing/onboarding_step/warehouse/warehouse.json b/erpnext/manufacturing/onboarding_step/warehouse/warehouse.json
index 36f5204..f187f57 100644
--- a/erpnext/manufacturing/onboarding_step/warehouse/warehouse.json
+++ b/erpnext/manufacturing/onboarding_step/warehouse/warehouse.json
@@ -6,10 +6,14 @@
"idx": 0,
"is_complete": 0,
"is_mandatory": 0,
+ "is_single": 0,
"is_skipped": 0,
- "modified": "2020-05-12 16:16:48.345846",
+ "modified": "2020-05-14 19:10:07.439037",
"modified_by": "Administrator",
"name": "Warehouse",
"owner": "Administrator",
- "title": "Create Warehouse"
+ "reference_document": "Warehouse",
+ "show_full_form": 0,
+ "title": "Create Warehouse",
+ "validate_action": 1
}
\ No newline at end of file
diff --git a/erpnext/manufacturing/onboarding_step/work_order/work_order.json b/erpnext/manufacturing/onboarding_step/work_order/work_order.json
index 57e4e7b..e757c23 100644
--- a/erpnext/manufacturing/onboarding_step/work_order/work_order.json
+++ b/erpnext/manufacturing/onboarding_step/work_order/work_order.json
@@ -6,10 +6,14 @@
"idx": 0,
"is_complete": 0,
"is_mandatory": 0,
+ "is_single": 0,
"is_skipped": 0,
- "modified": "2020-05-12 16:17:33.675304",
+ "modified": "2020-05-14 19:11:57.145924",
"modified_by": "Administrator",
"name": "Work Order",
"owner": "Administrator",
- "title": "Create Work Order"
+ "reference_document": "Work Order",
+ "show_full_form": 1,
+ "title": "Create Work Order",
+ "validate_action": 1
}
\ No newline at end of file
diff --git a/erpnext/manufacturing/onboarding_step/workstation/workstation.json b/erpnext/manufacturing/onboarding_step/workstation/workstation.json
index 6c1a069..b786443 100644
--- a/erpnext/manufacturing/onboarding_step/workstation/workstation.json
+++ b/erpnext/manufacturing/onboarding_step/workstation/workstation.json
@@ -6,10 +6,14 @@
"idx": 0,
"is_complete": 0,
"is_mandatory": 0,
+ "is_single": 0,
"is_skipped": 0,
- "modified": "2020-05-12 16:16:58.808906",
+ "modified": "2020-05-14 19:10:20.930139",
"modified_by": "Administrator",
"name": "Workstation",
"owner": "Administrator",
- "title": "Create Workstation"
+ "reference_document": "Workstation",
+ "show_full_form": 0,
+ "title": "Create Workstation / Machine",
+ "validate_action": 1
}
\ No newline at end of file