This commit is contained in:
2021-08-02 22:28:30 +00:00
parent f46bab42e3
commit b51680fcfd
2 changed files with 9 additions and 1 deletions

View File

@@ -510,7 +510,14 @@ todo:2 many biz objects are not using new PUT methodology
########################################################################################################################
CURRENTLY DOING:
CURRENTLY DOING: notification outstanding issues:
RENAME notification model and table and objects to inappnotification
implement notifydeliverylog
implement system to consult notifydelivery log and prevent excessive deliveries
implement front end UI to view notifydeliverylog
test excess delivery prevention circuit breaker
get back to the PM insufficient inventory check notification
Add new notification when pm reaches stop generating date??
PMStopGeneratingDateReached = 22,

View File

@@ -437,6 +437,7 @@ export default {
switch (this.obj.eventType) {
case 27: //General notification
case 20: //backup status
case 28: //server ops problem
case 31: //workordercreatedforcustomer customer notification, no tags
case 32: //pm generation failure, like ops notice sb on any item
return false;