jett.admin.npmpackage 1.0.27 → 1.0.28

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/dist/index.js CHANGED
@@ -517,15 +517,15 @@ var navItemsConstant = [
517
517
  }
518
518
  },
519
519
  {
520
- label: "Ledger",
520
+ label: "Booking History",
521
521
  onClick: () => {
522
- window.location.href = "/finance/ledger/";
522
+ window.location.href = "/finance/bookingHistory/";
523
523
  }
524
524
  },
525
525
  {
526
- label: "Payments",
526
+ label: "Payments Ledger",
527
527
  onClick: () => {
528
- window.location.href = "/finance/payment/";
528
+ window.location.href = "/finance/paymentsLedger/";
529
529
  }
530
530
  }
531
531
  ]
package/dist/index.mjs CHANGED
@@ -469,15 +469,15 @@ var navItemsConstant = [
469
469
  }
470
470
  },
471
471
  {
472
- label: "Ledger",
472
+ label: "Booking History",
473
473
  onClick: () => {
474
- window.location.href = "/finance/ledger/";
474
+ window.location.href = "/finance/bookingHistory/";
475
475
  }
476
476
  },
477
477
  {
478
- label: "Payments",
478
+ label: "Payments Ledger",
479
479
  onClick: () => {
480
- window.location.href = "/finance/payment/";
480
+ window.location.href = "/finance/paymentsLedger/";
481
481
  }
482
482
  }
483
483
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jett.admin.npmpackage",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "exports": {