Marshal
421e0266bc
feat(train-scheduling): implement day-level booking pool
...
- Added `unplaced` method in `BookingNotifierService` to log warnings for bookings that cannot be placed on any train.
- Introduced `getAvailableDays` method in `TrainSchedulingService` to retrieve distinct days with open departures for a given route.
- Created `AvailableDaysQueryDto` for querying available days based on origin and destination yards.
- Updated `TrainSchedulingController` to expose an endpoint for available days.
- Modified frontend components to support day-level booking, allowing customers to select only a day without pinning to a specific train.
- Removed references to train schedules in booking forms and review steps, emphasizing day selection.
- Added a database migration to create an index for efficient querying of bookings by route and day.
2026-06-18 14:12:46 +00:00
Marshal
7eb6228d31
feat: add shipment tracking feature with live updates
...
- Implemented tracking functionality for bookings, allowing users to track their shipments in real-time.
- Added new API endpoints for fetching tracking data.
- Created a ShipmentTrackingModal component to display tracking information, including current status, checkpoints, and estimated arrival times.
- Enhanced the booking detail view to include tracking options for eligible bookings.
- Updated the train scheduling service to include scheduled departure and arrival times in the response.
- Introduced utility functions for managing tracking stages and statuses.
2026-06-17 13:23:40 +00:00
marshal
6d8eb65a36
Add TypeScript type annotations to Vite config and dedupe Mantine dependencies
2026-06-16 23:26:03 +03:00
marshal
9329e6ca57
Refactor payment type exports to separate types from enums in index
2026-06-16 23:08:27 +03:00
Nathnael Wondisha
b82e4ac46e
Merge branch 'dev' into freight/develop
2026-06-16 16:22:38 +03:00
ghost2023
b6ece994fc
Merge branch 'freight/feat/booking-schedule' into freight/develop
2026-06-16 12:39:56 +03:00
Nathnael
7044dcfb43
payment ui for booking
2026-06-16 09:20:31 +00:00
Nathnael
adba481f23
feat: setted up the schedule in the booking
2026-06-16 07:18:59 +00:00
marshal
0aed9824ae
cac payemnt integration and cbe rate exchange webscrabing
2026-06-15 14:54:20 +03:00
ghost2023
3e2e07bb5f
feat(bookings): Implement data-driven service type selection and configuration
2026-06-15 09:57:00 +03:00
ghost2023
9aecbb6508
feat(booking): Implement train schedule selection and update booking data structures
2026-06-15 09:56:59 +03:00
ghost2023
6058b870a1
feat(train-scheduling): implement API and types for bookable schedules
2026-06-15 09:52:17 +03:00
Eyob T.
39e32f4e0a
Merge pull request #154 from Tria-plc/alpha
...
Merge request for lock file and lint issues resolution
2026-06-14 15:36:39 +03:00
Stephanos A
9c7f42982f
Lockfile and lint issues resolution
2026-06-14 15:29:37 +03:00
marshal
c03d0ef3ab
Merge branch 'feat/payment-microservice' of github.com:Tria-plc/edr-platform into freight_feature/payments
2026-06-14 02:38:19 +03:00
Abubeker Yasin
c35b5089ce
refactor: ( payment ) use rabbitmq for webhooks event
2026-06-13 20:19:23 +03:00
Abubeker Yasin
ef7b85c8cb
feat: ( payment ) integrate the passenger to payment microservice
2026-06-12 11:47:11 +03:00
marshal
ef0abf1c41
auto allocation and batch managemnt, tracking the train
2026-06-12 11:42:46 +03:00
Marshal
cde3e462ba
automate the schedule
2026-06-11 19:42:23 +00:00
Abubeker Yasin
2b430f8e76
feat: ( payment ) create payment microservice
2026-06-11 15:25:24 +03:00
Marshal
f85c13ce8c
Merge branch 'freight_feature/schedule' of github.com:Tria-plc/edr-platform into freight_feature/schedule
2026-06-11 11:15:29 +00:00
marshal
10b011de8f
merge conflict
2026-06-10 16:45:45 +03:00
Abubeker Yasin
3f1a673356
Merge branch 'alpha' into feat/telebirr-integration
2026-06-10 13:22:47 +03:00
Marshal
088295d81f
schedule logic
2026-06-10 09:22:57 +00:00
Abubeker Yasin
66b45ce22c
feat(payment-providers): implement Waafi in provider package
2026-06-10 09:14:18 +03:00
marshal
5774d7db9d
booking operations and trains scheduling also allocations
2026-06-10 00:48:32 +03:00
Eyosiyas Girma
7c5e7408b0
Merge branch 'freight/develop' into freight/feature/telebirr-integration
2026-06-08 16:35:18 +03:00
Eyosiyas
3a66242f8b
working on dmoney
2026-06-08 16:29:20 +03:00
Eyosiyas
a1940c4901
telebirr out in the payment
2026-06-08 11:49:50 +03:00
marshal
675975bc08
Merge branch 'freight/develop' of github.com:Tria-plc/edr-platform into freight_feature/change_to_mantine
2026-06-08 10:05:48 +03:00
marshal
88df20be6b
change price logic on the ,rule engine ui, auto generate the contrat
2026-06-08 10:04:23 +03:00
ghost2023
e152e7e986
fix: the request approaval pricing ui
2026-06-06 11:45:53 +03:00
Abubeker Yasin
1d11cbda4d
feat: ( payment ) create payment microservice
2026-06-05 21:29:55 +03:00
ghost2023
2760e715c7
feat: add more statuses to the booking deailt page and added handling of request approval
2026-06-05 11:40:44 +03:00
ghost2023
f77dd54390
feat: setup the recent booking endpoint and ui fixes
2026-06-05 11:36:13 +03:00
marshal
8fea963ddb
dynamic contract templates and companyId on bookings
2026-06-04 16:53:14 +03:00
marshal
125ee18308
implement booking flow
2026-06-04 15:16:27 +03:00
ghost2023
a267526be5
refactor(bookings): Migrate new booking API payload to use reference data IDs
2026-06-01 16:39:11 +03:00
ghost2023
ff3cbed747
feat(freight): Introduce booking reference data endpoint & schemas
2026-06-01 16:39:11 +03:00
ghost2023
bf51ead32d
feat(portal): Add Profile page, refactor booking details, and remove documents module
2026-05-29 17:37:02 +03:00
yaschalew10
bd08fb2351
Merge pull request #54 from Tria-plc/freight/feature/ui-sync
...
onboarding and bookin ui page
2026-05-29 16:40:26 +03:00
ghost2023
b58e2ee2be
refactor(bookings): Consolidate and remove steps for streamlined booking flow
2026-05-29 13:08:27 +03:00
yaschalew10
22e701b96f
Merge pull request #52 from Tria-plc/freight_feature/booking/minio
...
implement rule engine module with dynamic booking evaluation
2026-05-29 11:36:06 +03:00
marshal
800f036005
implement rule engine module with dynamic booking evaluation, 7 entities, and Postman endpoints
2026-05-29 10:00:45 +03:00
ghost2023
6457b692b8
chore: update create customer dto
2026-05-28 15:54:40 +03:00
ghost2023
67d9d13591
chore: sync Ibooking
2026-05-28 15:54:26 +03:00
ghost2023
dc41da3731
feat: wire up the create booking form
2026-05-23 11:54:13 +03:00
ghost2023
8a5652d7d9
feat(booking): Introduce comprehensive booking DTO, refine form validation, and enhance API docs
2026-05-23 11:21:17 +03:00
yaschalew
c7347b88d7
customer registration api integration
2026-05-21 02:21:32 +03:00
yaschalew
51d6df42bb
file upload settings
2026-05-20 08:15:29 +03:00