Merge pull request #20125 from marination/stock-module-desk

chore: Added Reports to Stock Module Desk
This commit is contained in:
Deepesh Garg 2019-12-28 17:45:06 +05:30 committed by GitHub
commit 4f1fcdd4a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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