@apptimate/core-lib 3.7.0 → 3.8.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.8.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' },