From 4ca393d14c6eccc7f5e8d6fe4cb79640495cbc9a Mon Sep 17 00:00:00 2001 From: Anurag Mishra <32095923+Anurag810@users.noreply.github.com> Date: Thu, 6 Jun 2019 18:05:08 +0530 Subject: [PATCH] fix: renamed report BOM item scraps into BOM Explorer (#17869) --- .../{bom_items_and_scraps => bom_explorer}/__init__.py | 0 .../bom_explorer.js} | 2 +- .../bom_explorer.json} | 8 ++++---- .../bom_explorer.py} | 0 4 files changed, 5 insertions(+), 5 deletions(-) rename erpnext/manufacturing/report/{bom_items_and_scraps => bom_explorer}/__init__.py (100%) rename erpnext/manufacturing/report/{bom_items_and_scraps/bom_items_and_scraps.js => bom_explorer/bom_explorer.js} (84%) rename erpnext/manufacturing/report/{bom_items_and_scraps/bom_items_and_scraps.json => bom_explorer/bom_explorer.json} (71%) rename erpnext/manufacturing/report/{bom_items_and_scraps/bom_items_and_scraps.py => bom_explorer/bom_explorer.py} (100%) 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