@apptimate/core-lib 3.7.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apptimate/core-lib",
3
- "version": "3.7.0",
3
+ "version": "3.9.0",
4
4
  "main": "src/index.ts",
5
5
  "types": "src/index.ts",
6
6
  "publishConfig": {
@@ -125,7 +125,7 @@ export const MENU_ITEM_REGISTRY: RegistryItem[] = [
125
125
  { key: 'finance__payment_modes', label: 'Payment Modes', path: '/finance/payment-modes', module: 'Finance', defaultGroup: 'Settings', permission: 'finance.payment_mode.view' },
126
126
  { key: 'finance__bank_accounts', label: 'Bank Accounts', path: '/finance/bank-accounts', module: 'Finance', defaultGroup: 'Settings', permission: 'finance.bank_account.view' },
127
127
  { key: 'finance__cheque_books', label: 'Cheque Books', path: '/finance/cheque-books', module: 'Finance', defaultGroup: 'Settings', permission: 'finance.cheque_book.view' },
128
- { key: 'finance__cheque_registry', label: 'Cheque Registry', path: '/finance/cheque-registry', module: 'Finance', defaultGroup: 'Transactions', permission: 'finance.cheque_book.view' },
128
+ { key: 'finance__cheque_registry', label: 'Cheque Registry', path: '/finance/cheque-registry', module: 'Finance', defaultGroup: 'Transactions', permission: 'finance.cheque_registry.view' },
129
129
  { key: 'finance__account_mappings', label: 'Account Mappings', path: '/finance/account-mappings', module: 'Finance', defaultGroup: 'Settings', permission: 'finance.mapping.view' },
130
130
  { key: 'finance__opening_balances', label: 'Opening Balances', path: '/finance/opening-balances', module: 'Finance', defaultGroup: 'Settings', permission: 'finance.opening_balance.view' },
131
131
  { key: 'finance__transaction_ledger', label: 'Transaction Ledger', path: '/finance/transactions', module: 'Finance', defaultGroup: 'Transactions', permission: 'finance.transaction.view' },
@@ -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',