mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
Production Analytics
This commit is contained in:
@@ -278,7 +278,7 @@ data_map = {
|
||||
},
|
||||
"Purchase Receipt Item[Purchase Analytics]": {
|
||||
"columns": ["name", "parent", "item_code", "qty", "base_net_amount"],
|
||||
"conditions": ["docstatus=1", "ifnull(parent, '')!=''"],
|
||||
"conditions": ["docstatus=1", "ifnull(parent, '')!=''"],
|
||||
"order_by": "parent",
|
||||
"links": {
|
||||
"parent": ["Purchase Receipt", "name"],
|
||||
@@ -290,6 +290,12 @@ data_map = {
|
||||
"columns": ["name","status","creation","resolution_date","first_responded_on"],
|
||||
"conditions": ["docstatus < 2"],
|
||||
"order_by": "creation"
|
||||
}
|
||||
},
|
||||
|
||||
# Manufacturing
|
||||
"Production Order": {
|
||||
"columns": ["name","status","creation","planned_start_date","status","actual_start_date"],
|
||||
"conditions": ["docstatus = 1"],
|
||||
"order_by": "creation"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user