OOCL 300

From UG

(Difference between revisions)
Jump to: navigation, search
(Cargo)
(Data Elements)
Line 2: Line 2:
== Data Elements ==
== Data Elements ==
 +
 +
Below is a list of all data elements to be sent through EDI.
 +
 +
By default these fields are read only on '''Message Template'''.
=== Misc ===
=== Misc ===
Line 7: Line 11:
==== Traffic Mode ====  
==== Traffic Mode ====  
-
Constant = ''"FCL/FCL"''  
+
Constant = ''"FCL/FCL"''.
 +
 
 +
==== Booking Number ====
 +
 
 +
Available only for Bookings that were confirmed/rejected by carrier.
=== Rate/Reference Information ===
=== Rate/Reference Information ===
Line 20: Line 28:
Name and Address for [[Master#Master_Shipper]].
Name and Address for [[Master#Master_Shipper]].
 +
Send separately:
Send separately:
* [[Address#Company Name]]
* [[Address#Company Name]]
Line 33: Line 42:
Name and Address for Jaguar Office to which operator who creates message belongs.
Name and Address for Jaguar Office to which operator who creates message belongs.
 +
Send separately:
Send separately:
* [[Address#Company Name]]
* [[Address#Company Name]]
Line 49: Line 59:
  There is a problem.
  There is a problem.
  Office addr is stored in one field tblOffice.Address
  Office addr is stored in one field tblOffice.Address
-
  Need to re-factor DB to add separate fields that hold Zip, City, etc
+
  Need to re-factor DB table to add separate fields that hold Zip, City, etc
  and trigger to support existing field. Or other solution.  
  and trigger to support existing field. Or other solution.  
Line 55: Line 65:
Name and Address for [[Master#Master_Consignee]].
Name and Address for [[Master#Master_Consignee]].
 +
Send separately:
Send separately:
* [[Address#Company Name]]
* [[Address#Company Name]]

Revision as of 21:46, 12 November 2013


Contents

Data Elements

Below is a list of all data elements to be sent through EDI.

By default these fields are read only on Message Template.

Misc

Traffic Mode

Constant = "FCL/FCL".

Booking Number

Available only for Bookings that were confirmed/rejected by carrier.

Rate/Reference Information

Contract Number

New field, see #Contract Number NEW

Parties

Shipper

Name and Address for Master#Master_Shipper.

Send separately:

Forwarder

Name and Address for Jaguar Office to which operator who creates message belongs.

Send separately:

See also Offices.

Tech Note
----------
There is a problem.
Office addr is stored in one field tblOffice.Address
Need to re-factor DB table to add separate fields that hold Zip, City, etc
and trigger to support existing field. Or other solution. 

Consignee

Name and Address for Master#Master_Consignee.

Send separately:

Cargo

Outbound Traffic Mode

constant = FCL

Inbound Traffic Mode

constant = FCL

Cargo Nature

Cargo Descriptions

Routing

  • Intended Date Range
    • sailing within X weeks from Date Y, details TBD

Container

For each size type:

  • Quantity
    • calculate from Master containers table

Trucking and Haulage

  • Door Pickup
    • options: all 4 combinations of cy and door
    • map to Move Type/MBL (Master Details tab. 2)
      • cy = port

? do we need to add Appointment interface or always use "To be Advised"?

  • Empty Container Pickup Request
    • O
    • do we need this?

Special Requirements

  • Document Upload
    • O
    • no need?

Booking Remarks

  • #Booking Remarks
    • OOCL Example: If an item is over one ton, enter the Gross Weight per package

New Fields

Export Declaration

  • options:
    • No Export Declaration

Special Stowage

  • options:
    • Stow below Deck
    • Stow on Deck
    • No Special Stowage

Booking Remarks

  • required: N (used in some cases)
  • AN // size TBD
  • UI: textarea

RF Temperature

  • RF Temperature // Format: 9999.99 // Temperature Requirement for RF containers.
    • UI: add to container profile; textfield; default = TBD
  • RF Temperature Unit // C (Celsius) or F(Farenheit) // Unit of measurement
    • UI: add to container profile; dropdown ; default = TBD;

Above needs to be presented/validated only for RF type of containers - use #Reefer Indicator to distinguish.

Editable in container table in M only or in CT as well when CTs are under Master.

Reefer Indicator

Add "Reefer Indicator" attribute to container types. Values: "Y" or "No"


Contract Number NEW

Contract number for contract between Jaguar and Steamshipline.

UI: Add to Admin > Carriers > Steamshiplines

  • OOCL
    • Format: AN, 8 chars
    • example: MT136710

AMS SCAC Code

  • AMS SCAC Code - SCAC/ACI Code. For USA trade, this is a code with normally 4 digits for AMS filing, we need this code to submit AMS filing and Jaguar is registered. Our AMS SCAC code is JAFR.

Container Size Type ISO Code

  • map: see below
  • required: Y
  • EDI:
  • Notes: cover all containers in the loop


Related to http://wiki.jaguarfreight.com/wiki/SI_EDI#SOW_18_Fix_Container_info

In Admin > Transportation > Container Size/Type

  • add field "ISO code", same format/validation
  • add Long Description field (100 char string)
NOTE:
D2L codes are based on ISO but not identical.
For example, open top type.
In ISO it is tagged as "UT" or U0, U1 or .... or U5.
In D2L classification it is "OT"
References:
ISO: http://en.wikipedia.org/wiki/ISO_6346
D2L: http://wiki.jaguarfreight.com/wiki/File:Container_Codes.xls

Est GW

  • "Est GW" checkbox
    • NOTE: "Use Estimated Weight for Booking Request instead of actual?"
    • above master container table

Add Weight per container

  • add extra column "GW" to cont table
    • with dropdown with unit (kg/lb) in the header of column
  • if Est GW is checked then show show textfield in each line (float, format same as GW in commod table) else show calculated read only from CTs
    • if CTs have mixed kg/lb then recalculate in unit above table
Personal tools