-
Notifications
You must be signed in to change notification settings - Fork 1
/
fie.dhall
28 lines (28 loc) · 926 Bytes
/
fie.dhall
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{ StatusMapONE =
{ ` at Port of Discharging` = "UV"
, ` at Port of Loading` = "AE"
, `Arrival at Port of Discharging` = "VA"
, `Arrival at Port of Transshipment` = "APOT"
, `Departure from Port of Loading` = "VD"
, `Departure from Port of Transshipment` = "DPOT"
, `Empty Container Release` = "EE"
, `Empty Container Returned` = "RD"
, `Feeder Arrival` = "FA"
, `Feeder Departure` = "FD"
, `Feeder Loading` = "FL"
, `Feeder Unloading` = "FUL"
, `Gate In to Outbound` = "I"
, `Gate Out from Inbound` = "OA"
, `Loaded at Port of Transshipment` = "LPOT"
, `Loaded on rail` = "AL"
, `POD Berthing` = "PODB"
, `Rail Arrival` = "AR"
, `Rail Departure` = "RL"
, `T/S Berthing` = "TB"
, `Truck Terminal Arrival` = "TTA"
, `Truck Terminal Departure` = "TTD"
, `Unloaded at Port of Transshipment` = "UNPOT"
, `Unloaded from rail` = "UR"
, `Water POL Unloading Destination` = "WD"
}
}