[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:
Doridel Cahanap
2017-10-04 18:24:44 +08:00
committed by Nabin Hait
parent 3d0d4b2157
commit 32456b0f14
2 changed files with 33 additions and 0 deletions

View File

@@ -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"
}
]
},