mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
[minor edits] BOM Stock Report (#11012)
* HTML for BOM Stock Report to show filters in PDF * Added BOM Stock Report in Manufacturing Config under Report
This commit is contained in:
committed by
Nabin Hait
parent
3d0d4b2157
commit
32456b0f14
@@ -123,6 +123,12 @@ def get_data():
|
||||
"is_query_report": True,
|
||||
"name": "BOM Search",
|
||||
"doctype": "BOM"
|
||||
},
|
||||
{
|
||||
"type": "report",
|
||||
"is_query_report": True,
|
||||
"name": "BOM Stock Report",
|
||||
"doctype": "BOM"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user