This commit is contained in:
2020-12-02 18:46:46 +00:00
parent 4b9f303f86
commit 9b6f8293ff
4 changed files with 353 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ namespace AyaNova.Biz
////////////////////////////////////////////////////////////
//CUSTOMER
//
// (any change copy to customer notes, head office)
roles.Add(AyaType.Customer, new BizRoleSet()
{
Change = AuthorizationRoles.BizAdminFull | AuthorizationRoles.DispatchFull | AuthorizationRoles.SalesFull | AuthorizationRoles.TechFull | AuthorizationRoles.AccountingFull,
@@ -70,7 +70,7 @@ namespace AyaNova.Biz
});
////////////////////////////////////////////////////////////
//HeadOffice
//HeadOffice (duplicate of customer)
//
roles.Add(AyaType.HeadOffice, new BizRoleSet()
{

View File

@@ -154,7 +154,8 @@ namespace AyaNova.Biz
#region Created processing
//------------------------------
// AyaType Specific created related subscriptions
//
// Note: these are for specific things only in this block
// generally being created notifications are further down below
switch (newObject.AyaType)
{
//AyaTypes with their own special notification related events