diff --git a/erpnext/manufacturing/report/bom_items_and_scraps/__init__.py b/erpnext/manufacturing/report/bom_explorer/__init__.py similarity index 100% rename from erpnext/manufacturing/report/bom_items_and_scraps/__init__.py rename to erpnext/manufacturing/report/bom_explorer/__init__.py diff --git a/erpnext/manufacturing/report/bom_items_and_scraps/bom_items_and_scraps.js b/erpnext/manufacturing/report/bom_explorer/bom_explorer.js similarity index 84% rename from erpnext/manufacturing/report/bom_items_and_scraps/bom_items_and_scraps.js rename to erpnext/manufacturing/report/bom_explorer/bom_explorer.js index ebff39f3ea..b94d3f3770 100644 --- a/erpnext/manufacturing/report/bom_items_and_scraps/bom_items_and_scraps.js +++ b/erpnext/manufacturing/report/bom_explorer/bom_explorer.js @@ -2,7 +2,7 @@ // For license information, please see license.txt /* eslint-disable */ -frappe.query_reports["BOM Items and Scraps"] = { +frappe.query_reports["BOM Explorer"] = { "filters": [ { fieldname: "bom", diff --git a/erpnext/manufacturing/report/bom_items_and_scraps/bom_items_and_scraps.json b/erpnext/manufacturing/report/bom_explorer/bom_explorer.json similarity index 71% rename from erpnext/manufacturing/report/bom_items_and_scraps/bom_items_and_scraps.json rename to erpnext/manufacturing/report/bom_explorer/bom_explorer.json index bebe85d2b6..93cba17adc 100644 --- a/erpnext/manufacturing/report/bom_items_and_scraps/bom_items_and_scraps.json +++ b/erpnext/manufacturing/report/bom_explorer/bom_explorer.json @@ -1,20 +1,20 @@ { "add_total_row": 0, - "creation": "2019-05-14 12:06:14.998746", + "creation": "2019-06-06 15:42:53.021714", "disable_prepared_report": 0, "disabled": 0, "docstatus": 0, "doctype": "Report", "idx": 0, "is_standard": "Yes", - "modified": "2019-05-14 12:06:14.998746", + "modified": "2019-06-06 15:42:53.021714", "modified_by": "Administrator", "module": "Manufacturing", - "name": "BOM Items and Scraps", + "name": "BOM Explorer", "owner": "Administrator", "prepared_report": 0, "ref_doctype": "BOM", - "report_name": "BOM Items and Scraps ", + "report_name": "BOM Explorer", "report_type": "Script Report", "roles": [ { diff --git a/erpnext/manufacturing/report/bom_items_and_scraps/bom_items_and_scraps.py b/erpnext/manufacturing/report/bom_explorer/bom_explorer.py similarity index 100% rename from erpnext/manufacturing/report/bom_items_and_scraps/bom_items_and_scraps.py rename to erpnext/manufacturing/report/bom_explorer/bom_explorer.py