[minor] fix notification for material request, splash icon, cleanup project form layout

This commit is contained in:
Rushabh Mehta
2016-02-27 16:24:34 +05:30
parent f34e63123f
commit 4403853828
4 changed files with 91 additions and 179 deletions

View File

@@ -27,7 +27,10 @@ def get_notification_config():
"Purchase Receipt": {"docstatus": 0},
"Delivery Note": {"docstatus": 0},
"Stock Entry": {"docstatus": 0},
"Material Request": {"docstatus": 0},
"Material Request": {
"status": ("not in", ("Stopped",)),
"per_ordered": ("<", 100)
},
"Purchase Order": {
"status": ("not in", ("Completed", "Closed")),
"docstatus": ("<", 2)