mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 15:55:48 +00:00
feat: add stock log permission
This commit is contained in:
@@ -197,6 +197,7 @@ export const MAIN_DRAWER_LINKS: SidebarMenuItem[] = [
|
|||||||
icon: 'heroicons-outline:folder',
|
icon: 'heroicons-outline:folder',
|
||||||
permission: [
|
permission: [
|
||||||
'lti.inventory.product_stock.list',
|
'lti.inventory.product_stock.list',
|
||||||
|
'lti.inventory.stock_log.list',
|
||||||
'lti.inventory.product_warehouses.list',
|
'lti.inventory.product_warehouses.list',
|
||||||
'lti.inventory.transfer.list',
|
'lti.inventory.transfer.list',
|
||||||
],
|
],
|
||||||
@@ -204,7 +205,10 @@ export const MAIN_DRAWER_LINKS: SidebarMenuItem[] = [
|
|||||||
{
|
{
|
||||||
text: 'Stok Produk',
|
text: 'Stok Produk',
|
||||||
link: '/inventory/product',
|
link: '/inventory/product',
|
||||||
permission: ['lti.inventory.product_stock.list'],
|
permission: [
|
||||||
|
'lti.inventory.product_stock.list',
|
||||||
|
'lti.inventory.stock_log.list',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Penyesuaian Stok',
|
text: 'Penyesuaian Stok',
|
||||||
|
|||||||
Reference in New Issue
Block a user