feat(warehouseTransfer): add warehouseTransfer.

This commit is contained in:
elforjani13
2022-01-23 14:07:23 +02:00
parent a958c6088a
commit 13da985864
43 changed files with 1787 additions and 10 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',