mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 12:00:59 +00:00
add contract clearance detail page and enhance contract requests filtering and ui fix
This commit is contained in:
@@ -256,6 +256,11 @@ export const PHASED_CUSTOMS_CONTRACT_QUEUE_STATUSES = [
|
||||
'FULLY_EXECUTED',
|
||||
'CONTRACT_ACTIVE',
|
||||
'CONTRACT_CLOSED',
|
||||
// Terminal contracts stay on the list — the clearance hub is GL's history of
|
||||
// everything that passed through, not just the live work queue.
|
||||
'EXPIRED',
|
||||
'CANCELLED',
|
||||
'REJECTED',
|
||||
] as const;
|
||||
|
||||
/** Whether a customs clearance item belongs on the persistent GL Ethiopia list. */
|
||||
@@ -275,12 +280,22 @@ export const PHASED_CUSTOMS_BOOKING_QUEUE_STATUSES = [
|
||||
'OPERATION_REQUEST_PENDING',
|
||||
'OPERATION_CHANGES_REQUESTED',
|
||||
'ROAD_DISPATCH_PENDING',
|
||||
// Payment phase — the booking is selected/awaiting the customer's payment.
|
||||
'SELECTED_FOR_BATCH',
|
||||
'PNR_GENERATED',
|
||||
'AWAITING_PAYMENT',
|
||||
'PAYMENT_VERIFICATION_IN_PROGRESS',
|
||||
'IN_TRANSIT',
|
||||
'ARRIVED',
|
||||
'PAID',
|
||||
'COMPLETED',
|
||||
'CONTRACT_ACTIVE',
|
||||
'CONTRACT_CLOSED',
|
||||
// Terminal bookings stay on the list — EXPIRED especially: GL rebooks it
|
||||
// from here, and the hub doubles as clearance history.
|
||||
'EXPIRED',
|
||||
'CANCELLED',
|
||||
'REJECTED',
|
||||
] as const;
|
||||
|
||||
/** Booking statuses that may appear on the GL Djibouti clearance list (includes post-clearance). */
|
||||
|
||||
Reference in New Issue
Block a user