mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
[enhancement] heatmaps on item and notifications for item
This commit is contained in:
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user