diff --git a/src/config/sidebarMenu.js b/src/config/sidebarMenu.js
index ca9dcd895..e3b11386b 100644
--- a/src/config/sidebarMenu.js
+++ b/src/config/sidebarMenu.js
@@ -70,6 +70,11 @@ export const SidebarMenu = [
ability: InventoryAdjustmentAction.View,
},
},
+ {
+ text: ,
+ href: '/warehouses-transfers',
+ type: ISidebarMenuItemType.Link,
+ },
{
text: ,
href: '/items/categories',
@@ -81,6 +86,47 @@ export const SidebarMenu = [
},
],
},
+ {
+ text: ,
+ type: ISidebarMenuItemType.Group,
+ children: [
+ {
+ text: ,
+ href: '/items/new',
+ type: ISidebarMenuItemType.Link,
+ permission: {
+ subject: AbilitySubject.Item,
+ ability: ItemAction.Create,
+ },
+ },
+ {
+ text: (
+
+ ),
+ href: '/warehouses-transfers/new',
+ type: ISidebarMenuItemType.Link,
+ },
+ {
+ text: ,
+ href: '/items/new',
+ type: ISidebarMenuItemType.Link,
+ permission: {
+ subject: AbilitySubject.Item,
+ ability: ItemAction.Create,
+ },
+ },
+ {
+ text: ,
+ href: '/items/categories/new',
+ type: ISidebarMenuItemType.Dialog,
+ dialogName: 'item-category-form',
+ permission: {
+ subject: AbilitySubject.Item,
+ ability: ItemAction.Create,
+ },
+ },
+ ],
+ },
],
},
],