chore: Added Reports to Stock Module Desk

This commit is contained in:
marination
2019-12-27 17:18:27 +05:30
parent a791170f29
commit 2faa8f92be

View File

@@ -332,6 +332,18 @@ def get_data():
"is_query_report": True,
"name": "Item Variant Details",
"doctype": "Item"
},
{
"type": "report",
"is_query_report": True,
"name": "Subcontracted Raw Materials To Be Transferred",
"doctype": "Purchase Order"
},
{
"type": "report",
"is_query_report": True,
"name": "Subcontracted Item To Be Received",
"doctype": "Purchase Order"
}
]
},