Commit Graph

2288 Commits

Author SHA1 Message Date
Marshal
3e2299960a add script to seed freight contracts across flow variants 2026-07-05 18:06:24 +00:00
Marshal
57a504867b add contract reference to bookings list and enhance search functionality 2026-07-05 16:41:11 +00:00
Marshal
3447394e32 add bookings management and settings 2026-07-05 10:22:58 +00:00
Marshal
dfdf7a025d fix(freight): guard booking-desk hours against overnight ranges
Review follow-ups on the window-close-hour feature:

- Reject windowCloseHour < windowOpenHour when saving global rules. The
  reopen engine (nextCycleOpensAt) assumes the daily desk runs within one
  EAT day; an overnight range would misroute a ready-time inside the span
  to the next morning. openHour === closeHour stays valid (24-hour desk).
- Derive the board projection's runaway cap from the real first-open →
  departure span over the minimum per-cycle advance, so a legitimate
  long-lead config is never silently truncated (was a flat 200).
- Document the open <= close precondition on nextCycleOpensAt and clarify
  the ready-before-open comment.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-05 09:07:21 +00:00
Marshal
93b8b69464 Add window close hour to booking desk configuration 2026-07-05 08:53:27 +00:00
Marshal
9105e77439 changes 2026-07-04 09:21:16 +00:00
marshal
ef2e8b6461 Merge pull request #460 from Tria-plc/freight_feature/usermanagement
Freight feature/usermanagement
2026-07-04 12:04:03 +03:00
Marshal
e6328fc897 changes 2026-07-04 09:03:24 +00:00
Marshal
c4a92c6482 changes 2026-07-04 08:23:08 +00:00
Hagernesh Tadesse
d6e4aa188f Merge pull request #459 from Tria-plc/CutomerTruckAssign
Cutomer truck assign

Fields: Truck Plate Number, Driver Name, Truck Type, Container Number to Load (now the Select I just wired) → Verify & Submit Assignment.
2026-07-04 10:59:48 +03:00
Hagernesh
8916182a62 Truck assign containers 2026-07-04 07:56:23 +00:00
marshal
4f31794abd Merge pull request #458 from Tria-plc/freight_feature/usermanagement
refactor: remove gate pass granting logic from clearance services and UI
2026-07-04 10:45:22 +03:00
Marshal
145240d3bd refactor: remove gate pass granting logic from clearance services and UI
- Removed the gate pass granting functionality from the BookingClearanceService and ContractClearanceService, replacing it with a new method to retrieve gate pass status from train schedules.
- Updated the ContractsController to eliminate endpoints related to gate pass granting.
- Refactored the UI components (ExportClearanceStepper and PhasedClearanceActionPanel) to reflect the new gate pass securing process, linking to the train scheduling interface instead.
- Cleaned up related constants and query hooks, removing unused code and references to the gate pass functionality.
- Adjusted types in the contracts to accommodate changes in the gate pass handling logic.
2026-07-04 07:43:03 +00:00
Hagernesh
e8e3e01f31 release order document fix 2026-07-04 07:36:53 +00:00
marshal
78b32fa605 Merge pull request #457 from Tria-plc/freight_feature/usermanagement
chages
2026-07-04 10:31:47 +03:00
Marshal
74118165c6 chages 2026-07-04 07:16:23 +00:00
Abubeker Yasin
2c98e672c1 Merge pull request #456 from Tria-plc/alpha
feat: ( iam ) OTP-gate registration via IAM signup + set-password
2026-07-04 10:12:56 +03:00
Abubeker Yasin
1c625cfb82 feat: ( iam ) OTP-gate registration via IAM signup + set-password 2026-07-04 10:10:26 +03:00
Hagernesh Tadesse
493af38ba2 Merge pull request #455 from Tria-plc/naming_convention
Handover customer sign
2026-07-04 10:04:23 +03:00
Hagernesh
18f47481d7 Handover customer sign 2026-07-04 06:31:23 +00:00
marshal
8fbff3b91b Merge pull request #454 from Tria-plc/freight_feature/usermanagement
changes
2026-07-04 09:22:58 +03:00
Marshal
7058922987 changes 2026-07-04 06:19:35 +00:00
marshal
8084b411ca Merge pull request #453 from Tria-plc/freight_feature/usermanagement
Freight feature/usermanagement
2026-07-04 08:00:26 +03:00
Marshal
f37078d51d update joins in repository services to use entity classes and enhance booking form with hazardous/reefer toggles 2026-07-04 04:59:51 +00:00
Marshal
c650a2dcbd update joins in repository services to use entity classes and enhance booking form with hazardous/reefer toggles 2026-07-04 04:26:14 +00:00
marshal
32e1b5a10d Merge pull request #452 from Tria-plc/freight_feature/usermanagement
Freight feature/usermanagement
2026-07-04 07:25:38 +03:00
Marshal
2c0e115c14 update joins in repository services to use entity classes and enhance booking form with hazardous/reefer toggles 2026-07-04 04:23:10 +00:00
Marshal
3e94aa08f1 update joins in repository services to use entity classes and enhance booking form with hazardous/reefer toggles 2026-07-04 04:22:03 +00:00
yaschalew10
bf3e4a0d63 Merge pull request #451 from Tria-plc/freight/feature/first_mile_invoice
Freight/feature/first mile invoice
2026-07-04 06:50:11 +03:00
natib21
e13720a32d Merge branch 'dev' of github.com:Tria-plc/edr-platform into freight/feature/first_mile_invoice 2026-07-04 03:48:15 +00:00
natib21
9d3efe7f15 fix 2026-07-04 03:47:36 +00:00
yaschalew10
b1cef307f6 Merge pull request #450 from Tria-plc/freight/feature/first_mile_invoice
Freight/feature/first mile invoice
2026-07-04 06:04:07 +03:00
natib21
7706de82d4 Merge branch 'dev' of github.com:Tria-plc/edr-platform into freight/feature/first_mile_invoice 2026-07-04 03:03:28 +00:00
natib21
0288c2b1c2 fix 2026-07-04 03:02:17 +00:00
yaschalew10
e2d78a6e6b Merge pull request #449 from Tria-plc/freight/feature/first_mile_invoice
fix
2026-07-04 05:45:54 +03:00
natib21
8b20924ba8 fix 2026-07-04 02:45:10 +00:00
yaschalew10
58a60bb520 Merge pull request #448 from Tria-plc/freight/feature/first_mile_invoice
fix
2026-07-04 05:27:33 +03:00
natib21
2e31fd12e1 fix 2026-07-04 02:26:19 +00:00
yaschalew10
069c5e5767 Merge pull request #447 from Tria-plc/freight/feature/first_mile_invoice
Freight/feature/first mile invoice
2026-07-04 05:08:57 +03:00
natib21
5cda247711 Merge branch 'dev' of github.com:Tria-plc/edr-platform into freight/feature/first_mile_invoice 2026-07-04 02:08:22 +00:00
natib21
cac6e4eaa1 fix 2026-07-04 02:07:31 +00:00
yaschalew10
02cf36e459 Merge pull request #446 from Tria-plc/freight/feature/first_mile_invoice
fix
2026-07-04 04:59:55 +03:00
natib21
00d4b729a2 fix 2026-07-04 01:59:16 +00:00
yaschalew10
cbb3d3c315 Merge pull request #445 from Tria-plc/freight/feature/first_mile_invoice
Freight/feature/first mile invoice
2026-07-04 04:50:31 +03:00
natib21
27876932e3 Merge branch 'dev' of github.com:Tria-plc/edr-platform into freight/feature/first_mile_invoice 2026-07-04 01:47:51 +00:00
natib21
bd88424167 fix 2026-07-04 01:47:28 +00:00
yaschalew10
aa100fc9f5 Merge pull request #444 from Tria-plc/freight/feature/first_mile_invoice
fix
2026-07-04 04:33:06 +03:00
natib21
58c49d34b2 fix 2026-07-04 01:31:08 +00:00
yaschalew10
6cf50cd736 Merge pull request #443 from Tria-plc/freight/feature/first_mile_invoice
Freight/feature/first mile invoice
2026-07-04 04:15:48 +03:00
natib21
92eabfc94b Merge branch 'dev' of github.com:Tria-plc/edr-platform into freight/feature/first_mile_invoice 2026-07-04 01:15:08 +00:00