mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +00:00
[manufacturing] Added New Reports
This commit is contained in:
@@ -64,11 +64,26 @@ wn.module_page["Manufacturing"] = [
|
||||
right: true,
|
||||
icon: "icon-list",
|
||||
items: [
|
||||
{
|
||||
"label":wn._("Open Production Orders"),
|
||||
route: "query-report/Open Production Orders",
|
||||
doctype:"Production Order"
|
||||
},
|
||||
{
|
||||
"label":wn._("Production Orders in Progress"),
|
||||
route: "query-report/Production Orders in Progress",
|
||||
doctype:"Production Order"
|
||||
},
|
||||
{
|
||||
"label":wn._("Issued Items Against Production Order"),
|
||||
route: "query-report/Issued Items Against Production Order",
|
||||
doctype:"Production Order"
|
||||
},
|
||||
{
|
||||
"label":wn._("Completed Production Orders"),
|
||||
route: "query-report/Completed Production Orders",
|
||||
doctype:"Production Order"
|
||||
},
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user