mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
fix: rename supplier wise stock analytics report
This commit is contained in:
@@ -345,9 +345,9 @@
|
||||
"dependencies": "",
|
||||
"hidden": 0,
|
||||
"is_query_report": 1,
|
||||
"label": "Supplier-Wise Sales Analytics",
|
||||
"label": "Item Wise Consumption",
|
||||
"link_count": 0,
|
||||
"link_to": "Supplier-Wise Sales Analytics",
|
||||
"link_to": "Item Wise Consumption",
|
||||
"link_type": "Report",
|
||||
"onboard": 1,
|
||||
"type": "Link"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
|
||||
// License: GNU General Public License v3. See license.txt
|
||||
|
||||
frappe.query_reports["Supplier-Wise Sales Analytics"] = {
|
||||
frappe.query_reports["Item Wise Consumption"] = {
|
||||
filters: [
|
||||
{
|
||||
fieldname: "supplier",
|
||||
@@ -10,10 +10,10 @@
|
||||
"modified": "2017-02-24 20:13:38.914651",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Stock",
|
||||
"name": "Supplier-Wise Sales Analytics",
|
||||
"name": "Item Wise Consumption",
|
||||
"owner": "Administrator",
|
||||
"ref_doctype": "Stock Ledger Entry",
|
||||
"report_name": "Supplier-Wise Sales Analytics",
|
||||
"report_name": "Item Wise Consumption",
|
||||
"report_type": "Script Report",
|
||||
"roles": [
|
||||
{
|
||||
@@ -63,7 +63,7 @@ REPORT_FILTER_TEST_CASES: list[tuple[ReportName, ReportFilters]] = [
|
||||
("Incorrect Stock Value Report", {"company": "_Test Company with perpetual inventory"}),
|
||||
("Incorrect Serial No Valuation", {}),
|
||||
("Incorrect Balance Qty After Transaction", {}),
|
||||
("Supplier-Wise Sales Analytics", {}),
|
||||
("Item Wise Consumption", {}),
|
||||
("Item Prices", {"items": "Enabled Items only"}),
|
||||
("Delayed Item Report", {"based_on": "Sales Invoice"}),
|
||||
("Delayed Item Report", {"based_on": "Delivery Note"}),
|
||||
|
||||
@@ -328,8 +328,8 @@
|
||||
"collapsible": 1,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Supplier-Wise Sales Analytics",
|
||||
"link_to": "Supplier-Wise Sales Analytics",
|
||||
"label": "Item Wise Consumption",
|
||||
"link_to": "Item Wise Consumption",
|
||||
"link_type": "Report",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
|
||||
Reference in New Issue
Block a user