feat(warehouseTransfer): add warehouseTransfer.

This commit is contained in:
elforjani13
2022-01-23 14:07:23 +02:00
committed by a.bouhuolia
parent 7109f301d8
commit de2a71433b
43 changed files with 1786 additions and 7 deletions

View File

@@ -78,6 +78,10 @@ export default [
ability: InventoryAdjustmentAction.View,
},
},
{
text: <T id={'sidebar_warehouse_transfer'} />,
href: '/warehouse-transfers',
},
{
text: <T id={'category_list'} />,
href: '/items/categories',
@@ -113,6 +117,10 @@ export default [
ability: ItemAction.Create,
},
},
{
text: <T id={'warehouse_transfer.label.new_warehouse_transfer'} />,
href: '/warehouse-transfers/new',
},
{
text: <T id={'New service'} />,
href: '/items/new',