This commit is contained in:
@@ -77,12 +77,13 @@ namespace AyaNova.Models
|
||||
public List<string> CustomerAllowNotifyWOCreatedInTags { get; set; } = new List<string>();
|
||||
public List<string> CustomerAllowNotifyWOCreatedOutTags { get; set; } = new List<string>();
|
||||
|
||||
public bool CustomerAllowNotifyWOCompleted { get; set; }
|
||||
public bool CustomerAllowNotifyWOCompleted { get; set; }
|
||||
public List<string> CustomerAllowNotifyWOCompletedInTags { get; set; } = new List<string>();
|
||||
public List<string> CustomerAllowNotifyWOCompletedOutTags { get; set; } = new List<string>();
|
||||
|
||||
|
||||
|
||||
public string SignatureTitle { get; set; }
|
||||
public string SignatureHeader { get; set; }
|
||||
public string SignatureFooter { get; set; }
|
||||
|
||||
|
||||
public GlobalBizSettings()
|
||||
@@ -90,11 +91,10 @@ namespace AyaNova.Models
|
||||
Id = 1;//always 1
|
||||
SearchCaseSensitiveOnly = false;
|
||||
UseInventory = true;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
//Used internally and at client end as extended rights atop roles system in relation only to Contact (customer type users)
|
||||
//Used internally and at client end as extended rights atop roles system in relation only to Contact (customer type users)
|
||||
public record CustomerRightsRecord(bool CSR, bool WO, bool WOWIKI, bool UserSettings, bool NotifyServiceImminent, bool NotifyCSRAccepted, bool NotifyCSRRejected, bool NotifyWOCreated, bool NotifyWOCompleted);
|
||||
}
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user