mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
chore: Added Reports to Stock Module Desk
This commit is contained in:
@@ -332,6 +332,18 @@ def get_data():
|
|||||||
"is_query_report": True,
|
"is_query_report": True,
|
||||||
"name": "Item Variant Details",
|
"name": "Item Variant Details",
|
||||||
"doctype": "Item"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user