mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat: item & inventory.
This commit is contained in:
17
src/common/abilityOption.js
Normal file
17
src/common/abilityOption.js
Normal 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',
|
||||
};
|
||||
Reference in New Issue
Block a user