Files
edr-platform/apps/edr-freight-api/src/modules
Hagernesh 3a640de45a feat(container-returns): show booking ref, company and return time
The returns table renders one list holding both booking-linked and standalone
empty returns, but a booking-linked row showed the literal string Associated
in place of its reference, and nothing showed the owning company.

listEmptyReturns becomes a raw projection joining freight.bookings and
freight.companies, so each row carries bookingReference and a companyName that
falls back to the booking's company when none was typed on the return itself.

Return date was collected as a bare date input, storing every return at 00:00.
All three entry points — booking-linked, standalone and the bulk default — now
use datetime-local seeded from local time rather than UTC, and the column
renders date and time.
2026-08-28 12:25:25 +00:00
..
2026-08-27 20:58:44 +00:00
2026-08-12 07:12:04 +00:00
2026-08-20 10:29:58 +00:00
fix
2026-07-03 15:21:23 +00:00
2026-07-16 00:33:31 +00:00
2026-08-13 18:56:52 +00:00
2026-08-15 08:10:47 +00:00
2026-08-15 08:10:47 +00:00
2026-07-16 00:33:31 +00:00
2026-08-24 12:24:23 +00:00
2026-08-02 20:29:09 +00:00
2026-08-09 13:27:05 +00:00
2026-07-16 00:33:31 +00:00
2026-08-28 10:34:02 +00:00
2026-07-25 06:05:20 +00:00