@apptimate/core-lib 3.8.0 → 3.9.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
|
@@ -152,6 +152,7 @@ export const MENU_ITEM_REGISTRY: RegistryItem[] = [
|
|
|
152
152
|
{ key: 'jewelry__stock_movements', label: 'Stock Movements', path: '/jewelry/stock/movements', module: 'Jewelry', defaultGroup: 'Stock', permission: 'jewelry.stock_movements.view' },
|
|
153
153
|
{ key: 'jewelry__stock_transfers', label: 'Transfers', path: '/jewelry/stock-transfers', module: 'Jewelry', defaultGroup: 'Stock', permission: 'jewelry.stock_transfers.view' },
|
|
154
154
|
{ key: 'jewelry__party_transactions', label: 'Party Transactions', path: '/jewelry/party-transactions', module: 'Jewelry', defaultGroup: 'Karigar', permission: 'jewelry.karigar_transactions.view' },
|
|
155
|
+
{ key: 'jewelry__karigar_orders', label: 'Karigar Orders', path: '/jewelry/karigar-orders', module: 'Jewelry', defaultGroup: 'Karigar', permission: 'jewelry.karigar_orders.view' },
|
|
155
156
|
|
|
156
157
|
{ key: 'jewelry__karigar_making_charges', label: 'Making Charges', path: '/jewelry/karigar-making-charges', module: 'Jewelry', defaultGroup: 'Karigar', permission: 'jewelry.karigar_making_charges.view' },
|
|
157
158
|
{ key: 'jewelry__party_metal_balances', label: 'Party Metal Balances', path: '/jewelry/party-metal-balances', module: 'Jewelry', defaultGroup: 'Karigar', permission: 'jewelry.party_metal_balances.view' },
|
|
@@ -362,6 +363,7 @@ export const MENU_PRESETS: MenuPreset[] = [
|
|
|
362
363
|
'jewelry__sales', 'jewelry__sales_returns',
|
|
363
364
|
'jewelry__stock_balances', 'jewelry__stock_movements', 'jewelry__stock_transfers',
|
|
364
365
|
'jewelry__party_transactions',
|
|
366
|
+
'jewelry__karigar_orders',
|
|
365
367
|
|
|
366
368
|
'jewelry__karigar_making_charges',
|
|
367
369
|
'jewelry__party_metal_balances',
|