jett.admin.npmpackage 1.0.26 → 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.css +0 -1
- package/dist/index.js +5 -5
- package/dist/index.mjs +5 -5
- package/package.json +1 -1
package/dist/index.css
CHANGED
package/dist/index.js
CHANGED
|
@@ -513,19 +513,19 @@ var navItemsConstant = [
|
|
|
513
513
|
{
|
|
514
514
|
label: "Invoices",
|
|
515
515
|
onClick: () => {
|
|
516
|
-
window.location.href = "/invoices/";
|
|
516
|
+
window.location.href = "/finance/invoices/";
|
|
517
517
|
}
|
|
518
518
|
},
|
|
519
519
|
{
|
|
520
|
-
label: "
|
|
520
|
+
label: "Booking History",
|
|
521
521
|
onClick: () => {
|
|
522
|
-
window.location.href = "/
|
|
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 = "/
|
|
528
|
+
window.location.href = "/finance/paymentsLedger/";
|
|
529
529
|
}
|
|
530
530
|
}
|
|
531
531
|
]
|
package/dist/index.mjs
CHANGED
|
@@ -465,19 +465,19 @@ var navItemsConstant = [
|
|
|
465
465
|
{
|
|
466
466
|
label: "Invoices",
|
|
467
467
|
onClick: () => {
|
|
468
|
-
window.location.href = "/invoices/";
|
|
468
|
+
window.location.href = "/finance/invoices/";
|
|
469
469
|
}
|
|
470
470
|
},
|
|
471
471
|
{
|
|
472
|
-
label: "
|
|
472
|
+
label: "Booking History",
|
|
473
473
|
onClick: () => {
|
|
474
|
-
window.location.href = "/
|
|
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 = "/
|
|
480
|
+
window.location.href = "/finance/paymentsLedger/";
|
|
481
481
|
}
|
|
482
482
|
}
|
|
483
483
|
]
|