[enhancement] heatmaps on item and notifications for item

This commit is contained in:
Rushabh Mehta
2016-04-14 17:30:40 +05:30
parent 6fb803e181
commit 15a7f215b9
14 changed files with 149 additions and 13 deletions

View File

@@ -10,6 +10,7 @@ def get_notification_config():
"Warranty Claim": {"status": "Open"},
"Task": {"status": "Overdue"},
"Project": {"status": "Open"},
"Item": {"total_projected_qty": ("<", 0)},
"Customer": {"status": "Open"},
"Supplier": {"status": "Open"},
"Lead": {"status": "Open"},
@@ -40,7 +41,7 @@ def get_notification_config():
"docstatus": ("<", 2)
},
"Purchase Receipt": {"docstatus": 0},
"Production Order": { "status": "In Process" },
"Production Order": { "status": ("in", ("Draft", "Not Started", "In Process")) },
"BOM": {"docstatus": 0},
"Timesheet": {"docstatus": 0},
"Time Log": {"status": "Draft"},