feat: crud endpoints for user-permissions

This commit is contained in:
Sathishkumar Krishnan
2021-12-23 22:25:26 +05:30
parent 7727dd56bc
commit 8f4cc159b4
6 changed files with 143 additions and 26 deletions

View File

@@ -12,6 +12,8 @@ const UserActions = [
"Receive",
];
const InventoryScopes = ["Inventory", "Material", "Item"];
const WarehouseScopes = [
"Warehouse",
"Zone",
@@ -40,6 +42,7 @@ const CustomAttributeTypes = [
module.exports = {
UserActions,
InventoryScopes,
WarehouseScopes,
InventoryTypes,
CustomAttributeTypes,