@apptimate/core-lib 1.3.0 → 1.5.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": "1.3.0",
3
+ "version": "1.5.0",
4
4
  "main": "src/index.ts",
5
5
  "types": "src/index.ts",
6
6
  "publishConfig": {
@@ -116,6 +116,8 @@ export const MENU_ITEM_REGISTRY: RegistryItem[] = [
116
116
  { key: 'finance__payment_modes', label: 'Payment Modes', path: '/finance/payment-modes', module: 'Finance', defaultGroup: 'Settings' },
117
117
  { key: 'finance__bank_accounts', label: 'Bank Accounts', path: '/finance/bank-accounts', module: 'Finance', defaultGroup: 'Settings' },
118
118
  { key: 'finance__account_mappings', label: 'Account Mappings', path: '/finance/account-mappings', module: 'Finance', defaultGroup: 'Settings' },
119
+ { key: 'finance__transaction_ledger', label: 'Transaction Ledger', path: '/finance/transactions', module: 'Finance', defaultGroup: 'Transactions' },
120
+ { key: 'finance__bank_statements', label: 'Bank Statements', path: '/finance/bank-statements', module: 'Finance', defaultGroup: 'Banking' },
119
121
 
120
122
  // ── Jewelry Module ──
121
123
  { key: 'jewelry__items', label: 'Jewelry Items', path: '/jewelry/items', module: 'Jewelry', defaultGroup: 'Catalog' },
@@ -130,12 +132,14 @@ export const MENU_ITEM_REGISTRY: RegistryItem[] = [
130
132
  { key: 'jewelry__transformations', label: 'Transformations', path: '/jewelry/procurement/transformations', module: 'Jewelry', defaultGroup: 'Procurement' },
131
133
  { key: 'jewelry__old_gold_purchases', label: 'Old Material Purchases', path: '/jewelry/old-gold-purchases', module: 'Jewelry', defaultGroup: 'Buying' },
132
134
  { key: 'jewelry__sales', label: 'Sales', path: '/jewelry/sales', module: 'Jewelry', defaultGroup: 'Sales' },
135
+ { key: 'jewelry__sales_returns', label: 'Sales Returns', path: '/jewelry/sales-returns', module: 'Jewelry', defaultGroup: 'Sales' },
133
136
  { key: 'jewelry__sales_orders', label: 'Sales Orders', path: '/jewelry/sales/orders', module: 'Jewelry', defaultGroup: 'Sales' },
134
137
  { key: 'jewelry__stock_balances', label: 'Stock Balances', path: '/jewelry/stock/balances', module: 'Jewelry', defaultGroup: 'Stock' },
135
138
  { key: 'jewelry__stock_movements', label: 'Stock Movements', path: '/jewelry/stock/movements', module: 'Jewelry', defaultGroup: 'Stock' },
136
139
  { key: 'jewelry__stock_transfers', label: 'Transfers', path: '/jewelry/stock-transfers', module: 'Jewelry', defaultGroup: 'Stock' },
137
140
  { key: 'jewelry__party_transactions', label: 'Party Transactions', path: '/jewelry/party-transactions', module: 'Jewelry', defaultGroup: 'Karigar' },
138
141
  { key: 'jewelry__karigar_scrap_returns', label: 'Karigar Dust Returns', path: '/jewelry/karigar-scrap-returns', module: 'Jewelry', defaultGroup: 'Karigar' },
142
+ { key: 'jewelry__karigar_making_charges', label: 'Making Charges', path: '/jewelry/karigar-making-charges', module: 'Jewelry', defaultGroup: 'Karigar' },
139
143
  { key: 'jewelry__settings', label: 'Settings', path: '/jewelry/settings', module: 'Jewelry', defaultGroup: 'Configuration' },
140
144
  { key: 'jewelry__reports', label: 'Reports & Dashboards', path: '/reports/jewelry', module: 'Jewelry', defaultGroup: 'Analytics' },
141
145
  ];
@@ -259,10 +263,10 @@ export const MENU_PRESETS: MenuPreset[] = [
259
263
  label: 'Finance',
260
264
  iconName: 'Wallet',
261
265
  secondaryItems: [
262
- 'finance__invoices', 'finance__payments',
266
+ 'finance__invoices', 'finance__payments', 'finance__transaction_ledger',
263
267
  'finance__chart_of_accounts', 'finance__journal_entries', 'finance__fiscal_years',
264
268
  'finance__trial_balance', 'finance__profit_loss', 'finance__balance_sheet', 'finance__account_ledger',
265
- 'finance__payment_modes', 'finance__bank_accounts', 'finance__account_mappings',
269
+ 'finance__payment_modes', 'finance__bank_accounts', 'finance__bank_statements', 'finance__account_mappings',
266
270
  ],
267
271
  },
268
272
  {
@@ -274,10 +278,11 @@ export const MENU_PRESETS: MenuPreset[] = [
274
278
  'jewelry__material_types', 'jewelry__purities', 'jewelry__metal_rates',
275
279
  'jewelry__purchase_orders', 'jewelry__grn', 'jewelry__custom_orders', 'jewelry__transformations',
276
280
  'jewelry__old_gold_purchases',
277
- 'jewelry__sales', 'jewelry__sales_orders',
281
+ 'jewelry__sales', 'jewelry__sales_returns',
278
282
  'jewelry__stock_balances', 'jewelry__stock_movements', 'jewelry__stock_transfers',
279
283
  'jewelry__party_transactions',
280
284
  'jewelry__karigar_scrap_returns',
285
+ 'jewelry__karigar_making_charges',
281
286
  'jewelry__reports',
282
287
  'jewelry__settings',
283
288
  ],
@@ -461,6 +466,7 @@ export const APP_MENUS: MainMenuItem[] = [
461
466
  items: [
462
467
  { id: "invoices", label: "Invoices", path: "/finance/invoices" },
463
468
  { id: "payments", label: "Payments", path: "/finance/payments" },
469
+ { id: "transaction_ledger", label: "Transaction Ledger", path: "/finance/transactions" },
464
470
  ],
465
471
  },
466
472
  {
@@ -488,6 +494,7 @@ export const APP_MENUS: MainMenuItem[] = [
488
494
  items: [
489
495
  { id: "payment_modes", label: "Payment Modes", path: "/finance/payment-modes" },
490
496
  { id: "bank_accounts", label: "Bank Accounts", path: "/finance/bank-accounts" },
497
+ { id: "bank_statements", label: "Bank Statements", path: "/finance/bank-statements" },
491
498
  { id: "account_mappings", label: "Account Mappings", path: "/finance/account-mappings" },
492
499
  ],
493
500
  },
@@ -538,7 +545,7 @@ export const APP_MENUS: MainMenuItem[] = [
538
545
  label: "Sales",
539
546
  items: [
540
547
  { id: "jewelry_sales_main", label: "Sales", path: "/jewelry/sales" },
541
- { id: "sales_orders", label: "Sales Orders", path: "/jewelry/sales/orders" },
548
+ { id: "jewelry_sales_returns", label: "Sales Returns", path: "/jewelry/sales-returns" },
542
549
  ],
543
550
  },
544
551
  {
@@ -556,6 +563,7 @@ export const APP_MENUS: MainMenuItem[] = [
556
563
  items: [
557
564
  { id: "party_transactions", label: "Party Transactions", path: "/jewelry/party-transactions" },
558
565
  { id: "karigar_scrap_returns", label: "Karigar Dust Returns", path: "/jewelry/karigar-scrap-returns" },
566
+ { id: "karigar_making_charges", label: "Making Charges", path: "/jewelry/karigar-making-charges" },
559
567
  ],
560
568
  },
561
569
  {