@apptimate/core-lib 5.9.0 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/constants/menus.ts +2 -0
package/package.json
CHANGED
package/src/constants/menus.ts
CHANGED
|
@@ -106,6 +106,7 @@ export const MENU_ITEM_REGISTRY: RegistryItem[] = [
|
|
|
106
106
|
{ key: 'inventory__adjustments', label: 'Adjustments', path: '/inventory/adjustments', module: 'Inventory', defaultGroup: 'Operations', permission: null },
|
|
107
107
|
{ key: 'inventory__transfers', label: 'Transfers', path: '/inventory/transfers', module: 'Inventory', defaultGroup: 'Operations', permission: null },
|
|
108
108
|
{ key: 'inventory__serials', label: 'Serial Numbers', path: '/inventory/serials', module: 'Inventory', defaultGroup: 'Stock', permission: null },
|
|
109
|
+
{ key: 'inventory__settings', label: 'Settings', path: '/inventory/settings', module: 'Inventory', defaultGroup: 'Settings', permission: 'inventory_setting.view' },
|
|
109
110
|
|
|
110
111
|
// ── Sales Module ──
|
|
111
112
|
{ key: 'sales__price_lists', label: 'Price Lists', path: '/sales/price-lists', module: 'Sales', defaultGroup: 'Master Data', permission: null },
|
|
@@ -398,6 +399,7 @@ export const MENU_PRESETS: MenuPreset[] = [
|
|
|
398
399
|
'inventory__items', 'inventory__categories', 'inventory__brands', 'inventory__uom',
|
|
399
400
|
'inventory__stock', 'inventory__ledger',
|
|
400
401
|
'inventory__opening_stock', 'inventory__adjustments', 'inventory__transfers', 'inventory__serials',
|
|
402
|
+
'inventory__settings'
|
|
401
403
|
],
|
|
402
404
|
},
|
|
403
405
|
{
|