@apptimate/core-lib 2.2.0 → 2.4.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": "2.2.0",
3
+ "version": "2.4.0",
4
4
  "main": "src/index.ts",
5
5
  "types": "src/index.ts",
6
6
  "publishConfig": {
@@ -120,7 +120,7 @@ export const MENU_ITEM_REGISTRY: RegistryItem[] = [
120
120
  { key: 'finance__bank_accounts', label: 'Bank Accounts', path: '/finance/bank-accounts', module: 'Finance', defaultGroup: 'Settings' },
121
121
  { key: 'finance__account_mappings', label: 'Account Mappings', path: '/finance/account-mappings', module: 'Finance', defaultGroup: 'Settings' },
122
122
  { key: 'finance__transaction_ledger', label: 'Transaction Ledger', path: '/finance/transactions', module: 'Finance', defaultGroup: 'Transactions' },
123
- { key: 'finance__bank_statements', label: 'Bank Statements', path: '/finance/bank-statements', module: 'Finance', defaultGroup: 'Banking' },
123
+ { key: 'finance__bank_statements', label: 'Bank Statements', path: '/finance/bank-statements', module: 'Finance', defaultGroup: 'Reports' },
124
124
 
125
125
  // ── Jewelry Module ──
126
126
  { key: 'jewelry__items', label: 'Jewelry Items', path: '/jewelry/items', module: 'Jewelry', defaultGroup: 'Catalog' },
@@ -146,6 +146,7 @@ export const MENU_ITEM_REGISTRY: RegistryItem[] = [
146
146
  { key: 'jewelry__party_metal_balances', label: 'Party Metal Balances', path: '/jewelry/party-metal-balances', module: 'Jewelry', defaultGroup: 'Karigar' },
147
147
  { key: 'jewelry__metal_settlements', label: 'Metal Settlements', path: '/jewelry/metal-settlements', module: 'Jewelry', defaultGroup: 'Karigar' },
148
148
  { key: 'jewelry__settings', label: 'Settings', path: '/jewelry/settings', module: 'Jewelry', defaultGroup: 'Configuration' },
149
+ { key: 'jewelry__billing_templates', label: 'Billing Templates', path: '/jewelry/billing-templates', module: 'Jewelry', defaultGroup: 'Configuration' },
149
150
  { key: 'jewelry__reports', label: 'Reports & Dashboards', path: '/reports/jewelry', module: 'Jewelry', defaultGroup: 'Analytics' },
150
151
 
151
152
  // ── HR Module ──
@@ -335,6 +336,7 @@ export const MENU_PRESETS: MenuPreset[] = [
335
336
  'jewelry__metal_settlements',
336
337
  'jewelry__reports',
337
338
  'jewelry__settings',
339
+ 'jewelry__billing_templates',
338
340
  ],
339
341
  },
340
342
  {
@@ -576,6 +578,7 @@ export const APP_MENUS: MainMenuItem[] = [
576
578
  { id: "balance_sheet", label: "Balance Sheet", path: "/finance/reports/balance-sheet" },
577
579
  { id: "account_ledger", label: "Account Ledger", path: "/finance/reports/account-ledger" },
578
580
  { id: "party_statement", label: "Party Statement", path: "/finance/reports/party-statement" },
581
+ { id: "bank_statements", label: "Bank Statements", path: "/finance/bank-statements" },
579
582
  ],
580
583
  },
581
584
  {
@@ -584,7 +587,6 @@ export const APP_MENUS: MainMenuItem[] = [
584
587
  items: [
585
588
  { id: "payment_modes", label: "Payment Modes", path: "/finance/payment-modes" },
586
589
  { id: "bank_accounts", label: "Bank Accounts", path: "/finance/bank-accounts" },
587
- { id: "bank_statements", label: "Bank Statements", path: "/finance/bank-statements" },
588
590
  { id: "account_mappings", label: "Account Mappings", path: "/finance/account-mappings" },
589
591
  ],
590
592
  },
@@ -730,6 +732,7 @@ export const APP_MENUS: MainMenuItem[] = [
730
732
  label: "Configuration",
731
733
  items: [
732
734
  { id: "jewelry_settings", label: "Settings", path: "/jewelry/settings" },
735
+ { id: "jewelry_billing_templates", label: "Billing Templates", path: "/jewelry/billing-templates" },
733
736
  ],
734
737
  },
735
738
  ],