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