added support analytics and some other minor updates

This commit is contained in:
Rushabh Mehta
2013-01-04 16:42:33 +05:30
parent 363e177e0a
commit 607a221f41
6 changed files with 145 additions and 0 deletions

View File

@@ -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"
}
}