mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 15:00:27 +00:00
added support analytics and some other minor updates
This commit is contained in:
@@ -215,6 +215,13 @@ data_map = {
|
||||
"parent": ["Purchase Invoice", "name"],
|
||||
"item_code": ["Item", "name"]
|
||||
}
|
||||
},
|
||||
|
||||
# Support
|
||||
"Support Ticket": {
|
||||
"columns": ["name","status","creation","modified"],
|
||||
"conditions": ["docstatus < 2"],
|
||||
"order_by": "creation"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user