feat: item & inventory.

This commit is contained in:
elforjani13
2021-11-23 16:51:40 +02:00
parent afee2e90e0
commit e5d02043ad
11 changed files with 177 additions and 106 deletions

View File

@@ -0,0 +1,17 @@
export const AbilitySubject = {
Item: 'Item',
InventoryAdjustment: 'InventoryAdjustment',
};
export const ItemAbility = {
View: 'view',
Create: 'create',
Edit: 'edit',
Delete: 'delete',
};
export const InventoryAdjustment = {
View: 'view',
Create: 'create',
Delete: 'delete',
};