This commit is contained in:
2020-07-16 21:06:17 +00:00
parent 19b6670cde
commit 2af355223a
3 changed files with 13 additions and 7 deletions

View File

@@ -80,7 +80,11 @@ namespace AyaNova.Biz
continue;
//AgeValue
switch(ev.EventType){
case NotifyEventType.ObjectAge:
case NotifyEventType.WorkorderStatusAge:
case NotifyEventType.quote
}
//Here we know the sub matches so create the NotifyEvent here

View File

@@ -37,7 +37,8 @@ namespace AyaNova.Biz
UnitWarrantyExpiry = 25,
UnitMeterReadingMultipleExceeded = 26,
DefaultNotification = 27,//old quick notification, refers now to any direct text notification internal or user to user used for system notifications
ServerOperationsProblem = 28//and serious issue with server operations requiring intervention
ServerOperationsProblem = 28,//and serious issue with server operations requiring intervention,
QuoteStatusAge = 29//quote stuck in same status too long
//NEW ITEMS REQUIRE translation KEYS