feat: item categories events.

This commit is contained in:
a.bouhuolia
2021-01-02 11:07:42 +02:00
parent 871ca5a569
commit 717747981e
3 changed files with 266 additions and 87 deletions

View File

@@ -175,6 +175,16 @@ export default {
onBulkDeleted: 'onItemBulkDeleted',
},
/**
* Item category service.
*/
itemCategory: {
onCreated: 'onItemCategoryCreated',
onEdited: 'onItemCategoryEdited',
onDeleted: 'onItemCategoryDeleted',
onBulkDeleted: 'onItemCategoryBulkDeleted',
},
/**
* Inventory service.
*/