This commit is contained in:
@@ -241,6 +241,22 @@ namespace AyaNova.Biz
|
||||
Select = AuthorizationRoles.All
|
||||
});
|
||||
|
||||
/////////////////////////////////////////////////////////////////
|
||||
//PartInventoryDataList
|
||||
// same as PO
|
||||
//
|
||||
roles.Add(AyaType.PartInventoryDataList, new BizRoleSet()
|
||||
{
|
||||
Change = AuthorizationRoles.Inventory
|
||||
| AuthorizationRoles.BizAdmin
|
||||
| AuthorizationRoles.Accounting,
|
||||
ReadFullRecord = AuthorizationRoles.Service
|
||||
| AuthorizationRoles.InventoryRestricted
|
||||
| AuthorizationRoles.BizAdminRestricted
|
||||
| AuthorizationRoles.ServiceRestricted,
|
||||
Select = AuthorizationRoles.All
|
||||
});
|
||||
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user