EDI 300

From UG

(Difference between revisions)
Jump to: navigation, search
(Booking Menu)
(CY Cutoff Date)
 
(123 intermediate revisions not shown)
Line 2: Line 2:
== Intro ==
== Intro ==
 +
 +
=== 300 ===
EDI 300 is a '''Booking Request''' message.
EDI 300 is a '''Booking Request''' message.
Line 9: Line 11:
The shipper or forwarder can use this transaction set to reserve cargo space.
The shipper or forwarder can use this transaction set to reserve cargo space.
-
Types of 300 message:
+
=== 301 ===
-
* '''Initial Booking'''
+
EDI 301 is a '''Booking Confirmation''' message.
-
* '''Jaguar Booking Update''' - booking amendment, initiated by the customer. You can only send amendments on confirmed, conditionally accepted or pending bookings. For rejected bookings a new initial booking needs to be sent
+
This is '''incoming''' message sent by Carrier to Jaguar.
-
+
-
* '''Jaguar Booking Cancellation''' -  initiated by the customer. You can only send cancellations on confirmed, conditionally accepted or pending bookings.
+
-
* '''Carrier Booking Update''' - booking amendment, initiated by the carrier. Supported by some carriers.
+
This message is used to confirm/reject/update the Booking Request.
-
+
-
* '''Carrier Booking Cancellation''' -  initiated by the carrier.  
+
=== Message Flow ===
=== Message Flow ===
-
Below covers most scenarious except updates from carriers.
+
Below is a typical flow. See also [[#Actions]].
[[File:300 and 301 exchange.png|700px]]
[[File:300 and 301 exchange.png|700px]]
 +
 +
=== Limitations ===
 +
 +
We impose this limitation:
 +
 +
At any moment in time there could be only one Booking Request/Update 300
 +
and related Booking Response 301
 +
 +
Theoretically we could send multiple alternative booking requests to:
 +
 +
* different steamshiplines (to maximize chance of any booking)
 +
* same steamshipline (say different dates)
 +
 +
but we are not going to support this now.
== Business Process ==
== Business Process ==
-
=== Full Master BP ===
+
Below is defined for New Booking.
 +
 
 +
=== Actual Master BP ===
 +
 
 +
When Master contains '''actual''' data.
* 1/ Combine CTs into GRPs and then into Master (currently not all operators are doing this at the moment of booking)
* 1/ Combine CTs into GRPs and then into Master (currently not all operators are doing this at the moment of booking)
* 2/  
* 2/  
-
** Enter all required booking information such as containers, Vessel, Voyage, etc.
+
** Enter all missing booking related information (if any)
-
** Pass all [[#Validations]].
+
** Pass all validations.
-
* 3/ Send booking request by pressing a button in '''Master Context Menu'''. See [[#Master UI 1]].
+
* 3/ Send booking request from [[#EDI tab]]. Most data will come from Master fields.
-
=== Empty Master BP ===
+
=== Estimated Master BP ===
 +
 
 +
When Master contains '''estimated''' data.
* 1/ create empty master from Master template
* 1/ create empty master from Master template
-
* 2/ steps 2,3 from [[#Regular BP]]
+
* 2/ steps 2,3 from [[#Actual Master BP]]
 +
** some data will be estimated and some of it entered on EDI template (example: weight per container)
'''Note''': User will wrap CTs inside the master with one or more groups later on (before [[EDI 301]] is transmitted)
'''Note''': User will wrap CTs inside the master with one or more groups later on (before [[EDI 301]] is transmitted)
-
== Validations ==
+
== EDI tab ==
-
EDI transmission assumes strict validations.
+
This tab is active only if:
-
All required fields mast be marked as "required". See [[#Master UI 1]].
+
[[Master#Steamshipline]] in given Master is on the list of
 +
active carriers in OS Admin (see [[OS#Steamshiplines]])
 +
'''AND'''
 +
[[Master#Master Mode of Transport]] = Full Container Load (AW) OR
 +
                                      Full Container Load (MLB)
-
On "Transmit" system should:  
+
NOTE:
-
* validate all fields and present user with all required fields. See [[#Required fields]]
+
-----
-
* validate that all contents are assigned to containers in all CTs under Master
+
When Master MOT is set as FCL (AW or MLB) then CT/GRP could have MOT set as:
 +
FCL (AW) or
 +
FCL(MLB) or
 +
Client Consol
-
== Booking Menu ==
+
See mock up below.
-
Add Buttons to initiate 300 messages:
+
[[File:EDI tab.JPG|700 px]]
-
* New Booking
+
-
* Update Booking
+
-
* Cancel Booking
+
-
This menu is active only if:
+
=== Booking Request and Confirmation ===
-
* [[Master#Steamshipline]] in given Master is on the list of active carriers in OS Admin (see [[OS#Steamshiplines]]) AND
+
-
* MOT = FCL or Client Consol (hardcoded for now, in ph2 is a part of Admin)
+
-
See mock up below.
+
'''Columns''':
-
[[File:Book menu.png |400 px]]
+
* '''ANSI# ''' - 300 or 301 or 997
-
=== New Booking ===
+
* '''Message type''' - Booking or Confirmation or Acknowledgement
-
Once button is pressed system should:
+
* '''Date''' - date/time of update
-
* validate required fields
+
-
* show '''Booking Preview Screen'''  
+
-
** on "Transmit" send 300 message
+
-
==== Booking Preview Screen ====
+
* '''Event''' - see [[#Events]]
-
It presents:
+
* '''By''' - Jag user name (First Name + Last Name) or CT2 or Carrier
-
* all information that will be sent to carrier
+
* '''View Message''' - Link to human readable copy of a saved message
-
* missing required fields info (if any)
+
-
* "Transmit" button (disabled if not all required fields are present)
+
-
* "Go Back..." button
+
-
On "Transmit":
+
* '''XML''' - XML version of a message
-
* Confirmation pop-up will be shown. It will say: "Booking Confirmation has been scheduled."
+
-
* Messages will be scheduled as defined in [[OS#Frequency]]
+
-
On "Go Back...":
 
-
* user will be returned to Master Editor, General tab to fix required fields.
 
-
=== Update Booking ===
+
'''Rows''':
-
Present [[#Booking Preview Screen]].
+
Each row corresponds to one update by operator or CT2 system or VAN/Carrier.
-
=== Cancel Booking ===
+
'''Actions''':
 +
 
 +
* '''create''' - see [[#300 Create]]
 +
* '''update''' - see [[#300 Update]]
 +
* '''cancel''' - see [[#300 Cancel]]
 +
 
 +
=== Shipping Instructions ===
 +
 
 +
See [[EDI 304]]
 +
 
 +
=== Status Updates ===
 +
 
 +
See [[EDI 315]]
 +
 
 +
=== Events ===
 +
 
 +
Each '''event''' relates to 300 message and leads to a new '''status''' with the same name.
 +
 
 +
'''300''':
 +
* '''created''' (new) - 300 was initiated by Jag user, XML created by CT2 and waiting scheduled time to be transmitted to VAN/Carrier
 +
* '''transmitted''' - 300 was posted into VAN/Carriers FTP folder, waiting to be read
 +
* '''updated''' - Jag user initiates updates to existing 300
 +
* '''cancelled''' - Jag user cancels existing 300
 +
 
 +
'''997''':
 +
* '''acknowledged''' - 300 has no errors (corresponds to 997 accepted) // set by VAN or carrier
 +
* '''error''' - significant errors found in 300 (syntax, structure, validations, etc)(corresponds to 997 rejected) // set by VAN or carrier
 +
 
 +
'''301''':
 +
* '''conditionally accepted''' - (300 was set as conditionally accepted by carrier)
 +
* '''pending''' - (300 was set as pending by carrier)
 +
* '''rejected''' (300 was rejected by carrier)
 +
* '''confirmed''' (300 was confirmed by carrier)
 +
* '''updated''' (300 was updated by carrier)
 +
* '''canceled''' (300 was canceled by carrier)
 +
 
 +
=== Message 300 ===
 +
 
 +
==== Actions ====
 +
 
 +
See actions available for each state:
 +
 
 +
[[File:Transition diagramm for 300 301.jpg| 700px]]
 +
 
 +
General Rule
 +
------------
 +
You can only send cancellations on confirmed,
 +
conditionally accepted or pending bookings.
 +
 
 +
==== 300 Create ====
 +
 
 +
Template to create new 300 request.
 +
 
 +
See [[#300 Message Form]]
 +
 
 +
Action Type displayed as Create.
 +
 
 +
==== 300 Update ====
 +
 
 +
Template to update 300 request.
 +
 
 +
Action Type displayed as Update.
 +
 
 +
See [[#300 Message Form]]
 +
 
 +
NOTE:
 +
-----
 +
System is not pulling data from last saved state of 300.
 +
System pulls from Master/other entities as if it is a new 300.
 +
 
 +
==== 300 Cancel ====
Present Confirmation pop-up:
Present Confirmation pop-up:
Line 105: Line 186:
  [OK]  [Cancel]
  [OK]  [Cancel]
-
On '''OK''' send schedule cancellation message.
+
On '''OK''':
 +
schedule cancellation message
 +
* send e-mail to user who submitted with details of submission 
On '''Cancel''' return user to Master Editor.
On '''Cancel''' return user to Master Editor.
-
== Data to Send ==
+
==== 300 Message Form ====
-
* '''Traffic Mode'''
+
Opens in pop-up.
-
** always = ''"FCL/FCL"''
+
-
=== Rate/Reference Information ===
+
Fields are defined in [[OOCL 300#300 Data Elements]].
-
* see [[#Contract Number]]
+
All fields are read-only and are pulled from Master entity or other entities.
-
=== Parties ===
+
See mock up below.
-
* '''Shipper'''
+
[[File:300 template new general.JPG]]
-
** [[Master#Master_Shipper]]
+
-
* '''Forwarder'''
+
==== Actions and Validations ====
-
** [[Offices]] based on users login
+
-
* '''Consignee'''
+
If all required fields are present then show these buttons:
-
** [[Master#Master_Consignee]]
+
-
=== Cargo ===
+
* '''Submit''' - submit message
 +
* '''Cancel''' - return to Est Tab
-
* '''Outbound Traffic Mode'''
+
If not all required fields are present then indicate what fields needs to be filed in and show this button:
-
** constant ''FCL: Full Container Load'' for FCL/FCL
+
-
* '''Inbound Traffic Mode'''
+
* '''OK''' - return to Est Tab
-
** constant ''FCL: Full Container Load'' for FCL/FCL
+
-
* '''Cargo Nature'''
+
==== Reefer ====
-
** ''General / Reefer / Dangerous''
+
-
** use [[Master#Hazardous]], details TBD
+
 +
If Cargo Nature = Reefer then "Reefer info section will be added".
-
* '''Cargo Descriptions'''
+
TBD
-
** [[#Commodity]]
+
-
=== Routing ===
+
==== 300 Message View ====
-
* '''Origin City'''
+
Is a read only version of [[#300 Message Form]] - without any action buttons.
-
** for door/* moves: [[Master#Origin_Terminal]]
+
-
** for door/* moves: [[Master#Master_Pick-up]]
+
-
* '''Destination City'''
+
=== Message 301 ===
-
** for */port moves: [[Master#Destination_Terminal]]
+
-
** for */port moves: [[Master#Master_Delivery_Address]]
+
-
* '''Vessel Name'''
+
Once message is received appropriate fields in CT2 will be updated - see [[OOCL 300#301 Data Elements]].
-
** [[Master#Vessel_Name]]
+
-
* '''Voyage Number'''
+
==== 301 Message View ====
-
** [[Master#Voyage_Num]]
+
-
* '''Intended Date Range'''
+
Is a read only version of 301 Message sent by carriers.
-
** sailing within X weeks from Date Y, details TBD
+
-
=== Container ===
+
Opens in pop-up.
-
For each size type:
+
Fields are defined in [[OOCL 300#301 Data Elements]].
-
* '''Quantity'''
+
System will compare value of each field as received and as stored in Master and display appropriate field status for a user:
-
** calculate from Master containers table
+
-
* '''Size Type'''
+
* confirmed
-
** see [[#Container Type ISO Code]]
+
* new
 +
* changed
-
* '''Cargo Weight''' 
+
See mock up below.
-
** see [[OS#Add Weight per container]]
+
-
* '''Cargo Weight Unit''' (kg / lb)
+
[[File:301 example.JPG|500px]]
-
** see [[OS#Add Weight per container]]
+
-
=== Trucking and Haulage ===
+
== Reporting and Notifications ==
-
* '''Door Pickup'''
+
=== Master Comments Tab ===
-
** options:  all 4 combinations of '''cy''' and '''door'''
+
-
** map to [[Master#Move_Type.2FMBL | Move Type/MBL ]] ''(Master Details tab. 2)''
+
-
*** cy = port
+
-
? do we need to add Appointment interface or always use "To be Advised"?
+
Suggest not to duplicate here since we have log on EDI tab.
-
* '''Empty Container Pickup Request'''
+
=== Email Notifications ===
-
** O
+
-
** do we need this?
+
-
=== Special Requirements ===
+
Email all [[#Events]] to [[EDI 300#Export Operator]].
-
* '''Export Declaration'''
+
==== Email Template ====
-
** see [[#Export Declaration]]
+
-
* '''Special Stowage'''
+
<pre>
-
** see [[#Special Stowage]]
+
-
* '''Document Upload'''
+
'''From''': cybertrax@jaguarfreight.com [cybertrax@jaguarfreight.com]
-
** O
+
'''Sent''': <date>
-
** no need?
+
'''To''': <user name>
 +
'''Subject''': Rejected: <protocol number> <Event> <By> for <master number>
-
=== Booking Remarks ===
+
Dear <user name>,
-
* [[#Booking Remarks]]
+
Status has changed for <master number>:
-
** OOCL Example: If an item is over one ton, enter the Gross Weight per package
+
-
== New Fields ==
+
<protocol number> was <Event>
-
=== Export Declaration ===
+
Updated by: <By>
-
* options:
+
This is automated message generated by Cybertrax 2 System.
-
** No Export Declaration
+
-
=== Special Stowage ===
+
</pre>
-
* options:
+
<Event> and <By> as defined in [[#Booking Request and Confirmation]].
-
** Stow below Deck
+
-
** Stow on Deck
+
-
** No Special Stowage
+
-
=== Booking Remarks ===
+
=== Reports ===
-
* required: N (used in some cases)
+
==== Updated List Masters Report ====
-
* AN // size TBD
+
-
* UI: textarea
+
-
=== RF Temperature ===
+
At the core we need a report that lists Masters in the system.
-
* '''RF Temperature''' // Format: 9999.99 // Temperature Requirement for RF containers.
+
Increment existing List Masters report to enable operator to look at EDI activity for desired group of Masters singled out by applying certain filters such as Steamshipline and Export Operator.
-
** UI: add to container profile; textfield; default = TBD
+
-
* '''RF Temperature Unit''' //  C (Celsius) or F(Farenheit) // Unit of measurement
+
Add these filters to List Masters:
-
** 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.
+
* [[MOT]]
 +
* [[Master#Steamshipline]]
 +
* [[EDI 300#Created On Date]]
 +
* [[EDI 300#Export Operator]]
-
Editable in container table in M only or in CT as well when CTs are under Master.
+
Add these output fields:
-
==== Reefer Indicator ====
+
* EDI Status
 +
** map to[[EDI 300#Events]]
-
Add "Reefer Indicator" attribute to container types. Values: "Y" or "No"
+
See mock up below.
 +
[[File:List Masters.JPG | 700px]]
-
=== Contract Number ===
+
==== Rejected Booking Dashboard ====
 +
 
 +
More details TBD once concept is approved.
 +
 
 +
Based on [[#List Masters Report]]
 +
 
 +
Level 1.
 +
 
 +
[[File:Rejected booking dashboard.JPG | 700px]]
 +
 
 +
Level 2.
 +
 
 +
[[File:List Masters BC status rejected.JPG | 700px]]
 +
 
 +
==== Impending Events Dashboard ====
 +
 
 +
* Impending cargo cut off report/dashboard.
 +
* Impending documents cut off report/dashboard
 +
 
 +
See mock up below.
 +
 
 +
More details TBD once concept is approved.
 +
 
 +
[[File:Impending db.JPG | 700px]]
 +
 
 +
=== Log ===
 +
 
 +
Log all [[#Events]].
 +
 
 +
== Misc ==
 +
 
 +
=== Move type ===
 +
 
 +
Need to change [[Master#Move Type/MBL]] list in Admin:
 +
 
 +
* archive "port to port" item
 +
* will have 4 items:
 +
** "door to port" rename into "door to cy"
 +
** "port to door" rename into "cy to door"
 +
** "door to door" leave as is
 +
** "cy/cy" rename into "cy to cy"
 +
 
 +
NOTE:
 +
-----
 +
Alex: I feel we need to remove this from Admin and hard code
 +
as we say did with MOT.
 +
Marc: make this area very secure instead.
 +
Kostya: TBD
 +
 
 +
=== Jaguar 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.
 +
 
 +
=== Changes to Carriers Admin ===
 +
 
 +
==== Contract Number ====
Contract number for contract between Jaguar and Steamshipline.
Contract number for contract between Jaguar and Steamshipline.
Line 257: Line 374:
** example: MT136710
** 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
 
 +
=== Changes to Container Size Type Admin ===
-
Related to http://wiki.jaguarfreight.com/wiki/SI_EDI#SOW_18_Fix_Container_info
+
==== Container Size Type ISO Code ====
In Admin > Transportation > Container Size/Type
In Admin > Transportation > Container Size/Type
-
* add field "ISO code", same format/validation
+
* add field "ISO code", same format/validation as D2L codes
* add Long Description field (100 char string)
* add Long Description field (100 char string)
Line 283: Line 391:
  References:
  References:
  ISO: http://en.wikipedia.org/wiki/ISO_6346
  ISO: http://en.wikipedia.org/wiki/ISO_6346
-
  D2L: http://wiki.jaguarfreight.com/wiki/File:Container_Codes.xls
+
  D2L: [[File:Container_Codes.xls]]
 +
[[SI_EDI#SOW_18_Fix_Container_info]]
-
=== Est GW ===
+
==== Reefer Indicator ====
-
* "Est GW" checkbox
+
Add "Reefer Indicator" attribute to container types. Values: "Y" or "No"
-
** NOTE: "Use Estimated Weight for Booking Request instead of actual?"  
+
-
** above master container table
+
-
=== Add Weight per container ===
+
=== Changes to Master Container Table ===
-
* add extra column "GW" to cont table
+
==== Container Weight ====
-
** 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
+
For every container table add columns/fields:
-
** if CTs have mixed kg/lb then recalculate in '''unit''' above table
+
-
== Misc ==
+
* '''weight'''
 +
* '''unit'''
-
=== Grouping inside Master ===
+
Also add selector to choose one of the following:
-
Add ability to group/ungroup selected CTs inside the Master.
+
* '''actual weight'''
 +
** calculated weight based on commodity assignments to containers
 +
** weight field will be read-only
-
=== Extend Master Templates ===
+
* '''estimated weight'''
 +
** in this case system will offer place to enter estimated weight required for EDI 300
 +
** this is for the case when no actual is available yet
 +
** store this into DB
-
Following additional fields must be copied at the moment of creating a template from Master Clone.
+
* '''auto-populate max'''
 +
** in this case system will populate max weight for this type size of container
 +
** weight field will be read-only
 +
** default value
-
Add column / filter of user who created them.
+
[[File:Container table.JPG| 700px]]
-
== Reporting and Notifications ==
+
==== Container Weight Unit ====
-
=== Booking Status Line ===
+
Options:
-
See [[Booking UI1]].
+
* kg
 +
* lb
-
Shows latest status/event related to the Booking.
+
==== Reefer Info ====
-
Until 301 has been received I suggest to show 300 statuses:
+
If at least one contained is reefer - see [[#Reefer Indicator]] - then present additional form.
-
:''new, transmitted, accepted, rejected''
+
-
After 301 is received I suggest to show 301 message statuses: :''confirmed, rejected, conditionally accepted, pending''
+
Fields below are not per container - they are per container table / per Master.
-
It is possible to post more info here, for example BOOKING UPDATED
+
===== Generator Set =====
-
but it would be more complex and not sure if needed
+
-
=== Master Comments Tab ===
+
One value from the list.
-
Post all events/updates related to all messages here:
+
Options: Not Required, Clip On, Underslung
-
* Add record every time message was sent or received
+
-
* Record content of the message, operator who initiated.
+
-
TBC: Marc had idea here - need to ask again
+
UI: single select
-
=== Email Notifications ===
+
===== RF Temperature =====
-
997?
+
* UI: textbox;
 +
* cannot be greater than 25 degrees Celsius or 77 degrees Fahrenheit and cannot be less than -30 degrees Celsius or -22 degrees Fahrenheit.
-
==== Email Template ====
+
===== RF Temperature Unit =====
-
<pre>
+
* options: C (Celsius) or F(Farenheit) // Unit of measurement
 +
* UI: dropdown ; default = F;
-
'''From''': cybertrax@jaguarfreight.com [cybertrax@jaguarfreight.com]
+
===== Ventilation =====
-
'''Sent''': <date>
+
-
'''To''': <user name>
+
-
'''Subject''': Rejected: <protocol number><message type><related master numbers>
+
-
Dear <user name>,
+
* Numerical
 +
* min/max = 1/3 digits
-
The following transmission was rejected:
+
===== Ventilation Unit =====
-
<protocol number><message type><related master numbers>
+
* options: Cubic Feet per minute, Cubic meter per hour, Degrees // Unit of measurement
 +
* UI: dropdown ; default = F;
-
This is automated message generated by Cybertrax 2 System.
+
===== Sensitive Cargo =====
-
</pre>
+
* options: Not Sensitive, Blood Plazma, Ice Cream, USDA Requirement
 +
* UI: dropdown ; default = F;
-
* <protocol number>: 300, 301, etc
+
===== CO2 =====
-
* <protocol name>: Booking Request, etc
+
-
* <related master numbers>: Master numbers related to thi transmission. Example: M1234, M12414
+
-
=== Reports ===
+
* Percentage of this gas.
 +
* numeric, 0 < x < 100
-
==== 997 Reporting ====
+
===== O2 =====
-
Optional for 300 (since we have 301 as a response).
+
* Percentage of this gas.  
 +
* numeric, 0 < x < 100
-
Required for 304.
+
===== Container Atmosphere =====
-
Dashboard similar to 997 dashboard in [[SI EDI]] (Data2Log).
+
One value from the list.
-
Provides counter of Rejected messages.
+
Options:
 +
* AFAM,
 +
* CA,
 +
* MA,
 +
* Magnum,
 +
* No Preference
-
Must be based off of [[#List Masters]].
+
UI: single select
-
=== Log ===
+
=== New Master Controls for 300 ===
-
Log all related events:
+
==== Hazardous ====
-
* when Process started
+
[[Master#Hazardous]] is calculated from CTs that belong to Master.
-
* when Process ended
+
-
* 300 sent
+
-
* 301 received
+
-
* 304 sent
+
-
* 315 received
+
-
* any 997 received
+
-
Additional info to include into log event description:
+
In there are no CTs in Master it would be set to No.
-
* related list of Master numbers
+
 
-
* status for incoming messages (such as accepted/rejected)
+
We need to add option to set estimated hazardous:
 +
* checkbox "use estimated"
 +
** when use estimated is activated then show two options Y/N
 +
 
 +
==== Special Stowage ====
 +
 
 +
Add new Master field.
 +
 
 +
Possible values:
 +
 
 +
* Stow below Deck
 +
* Stow on Deck
 +
* No Special Stowage
 +
 
 +
UI: radio group
 +
 
 +
Add to Master details bottom right - see mock up below.
 +
 
 +
==== Booking Remarks ====
 +
 
 +
* AN // size 1000 chars
 +
* UI: textarea
 +
 
 +
UI: Master Det tab, See mock up below.
 +
 
 +
[[File:Special stowage.JPG|700px]]
 +
 
 +
=== New fields for 301 ===
 +
 
 +
==== CY Cutoff Date ====
 +
 
 +
* // Date+Time // Last possible date cargo may be delivered to CY
 +
* Editable
 +
* M Det Tab, bottom right
 +
 
 +
=== New Master Fields for reporting ===
 +
 
 +
==== Created On Date ====
 +
 
 +
* date Master was created
 +
* similar to this field that we have for CT
 +
* UI: read only
 +
* DB: name it CreatedOnDate
 +
 
 +
==== Export Operator ====
 +
 
 +
* Operator who is responsible for this record on Export side
 +
* default to user who created Master
 +
* UI: [[Users Selector]]
 +
* DB: name it ExportOperatorUserId
 +
 
 +
=== Grouping inside Master ===
 +
 
 +
Add ability to group/ungroup selected CTs inside the Master.
 +
 
 +
=== Extended Master Templates ===
 +
 
 +
Following additional fields must be copied at the moment of creating a template from Master Clone.
 +
 
 +
Add column / filter of user who created them.
 +
 
 +
TBD: ask opers/team leads if they cross share
 +
      or there is a benefit of cross sharing
 +
 
 +
=== Make Address Text fields read only ===
 +
 
 +
Make the following fields read-only on Masters profile:
 +
 +
[[Master#Master Shipper Text]]
 +
[[Master#Master Consignee Text]]
 +
[[Master#Master Notify Text]]
 +
[[Master#Master Pick-up Text]]
 +
[[Master#Master Delivery Text]]
 +
 
 +
=== Tags for required fields ===
 +
 
 +
EDI transmission assumes strict validations.
 +
 
 +
All required fields mast be marked as colored "*" (say orange).
 +
 
 +
Add note (in orange): "* Required fields for Booking Confirmation"
== EDI Vendor Implementations ==
== EDI Vendor Implementations ==
* CargoSmart: [[CSmart 300]]
* CargoSmart: [[CSmart 300]]
 +
 +
== Wiki source files ==
 +
 +
[[File:BR+SI+designs Nov13a.xls]]

Current revision as of 15:10, 15 November 2013


Contents

[edit] Intro

[edit] 300

EDI 300 is a Booking Request message.

It is an outgoing Message: Jaguar sends info to Carrier.

The shipper or forwarder can use this transaction set to reserve cargo space.

[edit] 301

EDI 301 is a Booking Confirmation message.

This is incoming message sent by Carrier to Jaguar.

This message is used to confirm/reject/update the Booking Request.

[edit] Message Flow

Below is a typical flow. See also #Actions.

[edit] Limitations

We impose this limitation:

At any moment in time there could be only one Booking Request/Update 300 
and related Booking Response 301

Theoretically we could send multiple alternative booking requests to:

  • different steamshiplines (to maximize chance of any booking)
  • same steamshipline (say different dates)

but we are not going to support this now.

[edit] Business Process

Below is defined for New Booking.

[edit] Actual Master BP

When Master contains actual data.

  • 1/ Combine CTs into GRPs and then into Master (currently not all operators are doing this at the moment of booking)
  • 2/
    • Enter all missing booking related information (if any)
    • Pass all validations.
  • 3/ Send booking request from #EDI tab. Most data will come from Master fields.

[edit] Estimated Master BP

When Master contains estimated data.

  • 1/ create empty master from Master template
  • 2/ steps 2,3 from #Actual Master BP
    • some data will be estimated and some of it entered on EDI template (example: weight per container)

Note: User will wrap CTs inside the master with one or more groups later on (before EDI 301 is transmitted)

[edit] EDI tab

This tab is active only if:

Master#Steamshipline in given Master is on the list of 
active carriers in OS Admin (see OS#Steamshiplines) 
AND
Master#Master Mode of Transport = Full Container Load (AW) OR
                                      Full Container Load (MLB) 
NOTE:
-----
When Master MOT is set as FCL (AW or MLB) then CT/GRP could have MOT set as:
FCL (AW) or
FCL(MLB) or
Client Consol 

See mock up below.

[edit] Booking Request and Confirmation

Columns:

  • ANSI# - 300 or 301 or 997
  • Message type - Booking or Confirmation or Acknowledgement
  • Date - date/time of update
  • By - Jag user name (First Name + Last Name) or CT2 or Carrier
  • View Message - Link to human readable copy of a saved message
  • XML - XML version of a message


Rows:

Each row corresponds to one update by operator or CT2 system or VAN/Carrier.

Actions:

[edit] Shipping Instructions

See EDI 304

[edit] Status Updates

See EDI 315

[edit] Events

Each event relates to 300 message and leads to a new status with the same name.

300:

  • created (new) - 300 was initiated by Jag user, XML created by CT2 and waiting scheduled time to be transmitted to VAN/Carrier
  • transmitted - 300 was posted into VAN/Carriers FTP folder, waiting to be read
  • updated - Jag user initiates updates to existing 300
  • cancelled - Jag user cancels existing 300

997:

  • acknowledged - 300 has no errors (corresponds to 997 accepted) // set by VAN or carrier
  • error - significant errors found in 300 (syntax, structure, validations, etc)(corresponds to 997 rejected) // set by VAN or carrier

301:

  • conditionally accepted - (300 was set as conditionally accepted by carrier)
  • pending - (300 was set as pending by carrier)
  • rejected (300 was rejected by carrier)
  • confirmed (300 was confirmed by carrier)
  • updated (300 was updated by carrier)
  • canceled (300 was canceled by carrier)

[edit] Message 300

[edit] Actions

See actions available for each state:

General Rule
------------
You can only send cancellations on confirmed, 
conditionally accepted or pending bookings. 

[edit] 300 Create

Template to create new 300 request.

See #300 Message Form

Action Type displayed as Create.

[edit] 300 Update

Template to update 300 request.

Action Type displayed as Update.

See #300 Message Form

NOTE:
-----
System is not pulling data from last saved state of 300.
System pulls from Master/other entities as if it is a new 300.

[edit] 300 Cancel

Present Confirmation pop-up:

Are you sure you want to cancel this Booking?
[OK]  [Cancel]

On OK:

  • schedule cancellation message
  • send e-mail to user who submitted with details of submission

On Cancel return user to Master Editor.

[edit] 300 Message Form

Opens in pop-up.

Fields are defined in OOCL 300#300 Data Elements.

All fields are read-only and are pulled from Master entity or other entities.

See mock up below.

File:300 template new general.JPG

[edit] Actions and Validations

If all required fields are present then show these buttons:

  • Submit - submit message
  • Cancel - return to Est Tab

If not all required fields are present then indicate what fields needs to be filed in and show this button:

  • OK - return to Est Tab

[edit] Reefer

If Cargo Nature = Reefer then "Reefer info section will be added".

TBD

[edit] 300 Message View

Is a read only version of #300 Message Form - without any action buttons.

[edit] Message 301

Once message is received appropriate fields in CT2 will be updated - see OOCL 300#301 Data Elements.

[edit] 301 Message View

Is a read only version of 301 Message sent by carriers.

Opens in pop-up.

Fields are defined in OOCL 300#301 Data Elements.

System will compare value of each field as received and as stored in Master and display appropriate field status for a user:

  • confirmed
  • new
  • changed

See mock up below.

[edit] Reporting and Notifications

[edit] Master Comments Tab

Suggest not to duplicate here since we have log on EDI tab.

[edit] Email Notifications

Email all #Events to EDI 300#Export Operator.

[edit] Email Template


'''From''': cybertrax@jaguarfreight.com [cybertrax@jaguarfreight.com]
'''Sent''': <date>
'''To''': <user name>
'''Subject''': Rejected: <protocol number> <Event> <By> for <master number>

Dear <user name>,

Status has changed for <master number>:

<protocol number> was <Event> 

Updated by: <By>

This is automated message generated by Cybertrax 2 System.

<Event> and <By> as defined in #Booking Request and Confirmation.

[edit] Reports

[edit] Updated List Masters Report

At the core we need a report that lists Masters in the system.

Increment existing List Masters report to enable operator to look at EDI activity for desired group of Masters singled out by applying certain filters such as Steamshipline and Export Operator.

Add these filters to List Masters:

Add these output fields:

See mock up below.

[edit] Rejected Booking Dashboard

More details TBD once concept is approved.

Based on #List Masters Report

Level 1.

Level 2.

[edit] Impending Events Dashboard

  • Impending cargo cut off report/dashboard.
  • Impending documents cut off report/dashboard

See mock up below.

More details TBD once concept is approved.

[edit] Log

Log all #Events.

[edit] Misc

[edit] Move type

Need to change Master#Move Type/MBL list in Admin:

  • archive "port to port" item
  • will have 4 items:
    • "door to port" rename into "door to cy"
    • "port to door" rename into "cy to door"
    • "door to door" leave as is
    • "cy/cy" rename into "cy to cy"
NOTE:
-----
Alex: I feel we need to remove this from Admin and hard code 
as we say did with MOT.
Marc: make this area very secure instead.
Kostya: TBD

[edit] Jaguar 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. 

[edit] Changes to Carriers Admin

[edit] Contract Number

Contract number for contract between Jaguar and Steamshipline.

UI: Add to Admin > Carriers > Steamshiplines

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


[edit] Changes to Container Size Type Admin

[edit] Container Size Type ISO Code

In Admin > Transportation > Container Size/Type

  • add field "ISO code", same format/validation as D2L codes
  • 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: File:Container Codes.xls
SI_EDI#SOW_18_Fix_Container_info

[edit] Reefer Indicator

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

[edit] Changes to Master Container Table

[edit] Container Weight

For every container table add columns/fields:

  • weight
  • unit

Also add selector to choose one of the following:

  • actual weight
    • calculated weight based on commodity assignments to containers
    • weight field will be read-only
  • estimated weight
    • in this case system will offer place to enter estimated weight required for EDI 300
    • this is for the case when no actual is available yet
    • store this into DB
  • auto-populate max
    • in this case system will populate max weight for this type size of container
    • weight field will be read-only
    • default value

[edit] Container Weight Unit

Options:

  • kg
  • lb

[edit] Reefer Info

If at least one contained is reefer - see #Reefer Indicator - then present additional form.

Fields below are not per container - they are per container table / per Master.

[edit] Generator Set

One value from the list.

Options: Not Required, Clip On, Underslung

UI: single select

[edit] RF Temperature
  • UI: textbox;
  • cannot be greater than 25 degrees Celsius or 77 degrees Fahrenheit and cannot be less than -30 degrees Celsius or -22 degrees Fahrenheit.
[edit] RF Temperature Unit
  • options: C (Celsius) or F(Farenheit) // Unit of measurement
  • UI: dropdown ; default = F;
[edit] Ventilation
  • Numerical
  • min/max = 1/3 digits
[edit] Ventilation Unit
  • options: Cubic Feet per minute, Cubic meter per hour, Degrees // Unit of measurement
  • UI: dropdown ; default = F;
[edit] Sensitive Cargo
  • options: Not Sensitive, Blood Plazma, Ice Cream, USDA Requirement
  • UI: dropdown ; default = F;
[edit] CO2
  • Percentage of this gas.
  • numeric, 0 < x < 100
[edit] O2
  • Percentage of this gas.
  • numeric, 0 < x < 100
[edit] Container Atmosphere

One value from the list.

Options:

  • AFAM,
  • CA,
  • MA,
  • Magnum,
  • No Preference

UI: single select

[edit] New Master Controls for 300

[edit] Hazardous

Master#Hazardous is calculated from CTs that belong to Master.

In there are no CTs in Master it would be set to No.

We need to add option to set estimated hazardous:

  • checkbox "use estimated"
    • when use estimated is activated then show two options Y/N

[edit] Special Stowage

Add new Master field.

Possible values:

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

UI: radio group

Add to Master details bottom right - see mock up below.

[edit] Booking Remarks

  • AN // size 1000 chars
  • UI: textarea

UI: Master Det tab, See mock up below.

[edit] New fields for 301

[edit] CY Cutoff Date

  • // Date+Time // Last possible date cargo may be delivered to CY
  • Editable
  • M Det Tab, bottom right

[edit] New Master Fields for reporting

[edit] Created On Date

  • date Master was created
  • similar to this field that we have for CT
  • UI: read only
  • DB: name it CreatedOnDate

[edit] Export Operator

  • Operator who is responsible for this record on Export side
  • default to user who created Master
  • UI: Users Selector
  • DB: name it ExportOperatorUserId

[edit] Grouping inside Master

Add ability to group/ungroup selected CTs inside the Master.

[edit] Extended Master Templates

Following additional fields must be copied at the moment of creating a template from Master Clone.

Add column / filter of user who created them.

TBD: ask opers/team leads if they cross share 
     or there is a benefit of cross sharing

[edit] Make Address Text fields read only

Make the following fields read-only on Masters profile:

Master#Master Shipper Text
Master#Master Consignee Text
Master#Master Notify Text
Master#Master Pick-up Text
Master#Master Delivery Text

[edit] Tags for required fields

EDI transmission assumes strict validations.

All required fields mast be marked as colored "*" (say orange).

Add note (in orange): "* Required fields for Booking Confirmation"

[edit] EDI Vendor Implementations

[edit] Wiki source files

File:BR+SI+designs Nov13a.xls

Personal tools