EDI 300

From UG

(Difference between revisions)
Jump to: navigation, search
(Intro)
(CY Cutoff Date)
 
(134 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
-
* 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)
-
== Validations ==
+
'''Note''': User will wrap CTs inside the master with one or more groups later on (before [[EDI 301]] is transmitted)
-
EDI transmission assumes strict validations.
+
== 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.
 +
 
 +
[[File:EDI tab.JPG|700 px]]
 +
 
 +
=== Booking Request and Confirmation ===
 +
 
 +
'''Columns''':
 +
 
 +
* '''ANSI# ''' - 300 or 301 or 997
 +
 
 +
* '''Message type''' - Booking or Confirmation or Acknowledgement
 +
 
 +
* '''Date''' - date/time of update
 +
 
 +
* '''Event''' - see [[#Events]]
 +
 
 +
* '''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''':
 +
 
 +
* '''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:
 +
 
 +
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.
 +
 
 +
==== 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]]
 +
 
 +
==== 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
 +
 
 +
==== Reefer ====
 +
 
 +
If Cargo Nature = Reefer then "Reefer info section will be added".
-
All required fields mast be marked as "required". See [[#Master UI 1]].
+
TBD
-
On "Transmit" system should:
+
==== 300 Message View ====
-
* 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
+
-
== Transmit Menu ==
+
Is a read only version of [[#300 Message Form]] - without any action buttons.
-
* Add Buttons to initiate 300 messages:
+
=== Message 301 ===
-
** New Booking
+
-
** Update Booking
+
-
** Cancel Booking
+
-
* Buttons are active only if:
+
Once message is received appropriate fields in CT2 will be updated - see [[OOCL 300#301 Data Elements]].
-
** [[Master#Steamshipline]] on the list of active carriers in [[OS#Admin]] AND
+
-
** MOT = FCL or Client Consol
+
-
* Messages will be sent instantly and confirmation pop-up will be shown.
+
==== 301 Message View ====
-
=== New Booking ===
+
Is a read only version of 301 Message sent by carriers.
-
* Once button is pressed system should:
+
Opens in pop-up.
-
** validate required fields
+
-
** show Booking Preview screen with all information that will be sent, missing required fields info and options to "Transmit" (disabled if not all mandatory fields are present) and "Go Back to Master Editor"
+
-
** on "Transmit" send 300 message
+
-
=== Update Booking ===
+
Fields are defined in [[OOCL 300#301 Data Elements]].
-
TBA
+
-
=== Cancel Booking ===
+
System will compare value of each field as received and as stored in Master and display appropriate field status for a user:
-
TBA
+
 +
* confirmed
 +
* new
 +
* changed
 +
See mock up below.
-
[[File:Book menu.png |400 px]]
+
[[File:301 example.JPG|500px]]
== Reporting and Notifications ==
== Reporting and Notifications ==
Line 88: Line 251:
=== Master Comments Tab ===
=== Master Comments Tab ===
-
Post all events/updates related to all messages here:
+
Suggest not to duplicate here since we have log on EDI tab.
-
* Add record every time message was sent or received
+
-
* Record content of the message, operator who initiated.
+
=== Email Notifications ===
=== Email Notifications ===
-
997?
+
Email all [[#Events]] to [[EDI 300#Export Operator]].
==== Email Template ====
==== Email Template ====
Line 103: Line 264:
'''Sent''': <date>
'''Sent''': <date>
'''To''': <user name>
'''To''': <user name>
-
'''Subject''': Rejected: <protocol number><message type><related master numbers>
+
'''Subject''': Rejected: <protocol number> <Event> <By> for <master number>
Dear <user name>,
Dear <user name>,
-
The following transmission was rejected:
+
Status has changed for <master number>:
-
<protocol number><message type><related master numbers>
+
<protocol number> was <Event>  
 +
 
 +
Updated by: <By>
This is automated message generated by Cybertrax 2 System.
This is automated message generated by Cybertrax 2 System.
Line 115: Line 278:
</pre>
</pre>
-
* <protocol number>: 300, 301, etc
+
<Event> and <By> as defined in [[#Booking Request and Confirmation]].
-
* <protocol name>: Booking Request, etc
+
-
* <related master numbers>: Master numbers related to thi transmission. Example: M1234, M12414
+
=== Reports ===
=== Reports ===
-
==== 997 Reporting ====
+
==== Updated List Masters Report ====
-
Optional for 300 (since we have 301 as a response).
+
At the core we need a report that lists Masters in the system.
-
Required for 304.
+
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.
-
Dashboard similar to 997 dashboard in [[SI EDI]] (Data2Log).
+
Add these filters to List Masters:
-
Provides counter of Rejected messages.
+
* [[MOT]]
 +
* [[Master#Steamshipline]]
 +
* [[EDI 300#Created On Date]]
 +
* [[EDI 300#Export Operator]]
-
Must be based off of [[#List Masters]].
+
Add these output fields:
 +
 
 +
* EDI Status
 +
** map to[[EDI 300#Events]]
 +
 
 +
See mock up below.
 +
 
 +
[[File:List Masters.JPG | 700px]]
 +
 
 +
==== 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 ===
-
Log all related events:
+
Log all [[#Events]].
-
* when Process started
+
== Misc ==
-
* when Process ended
+
-
* 300 sent
+
-
* 301 received
+
-
* 304 sent
+
-
* 315 received
+
-
* any 997 received
+
-
Additional info to include into log event description:
+
=== Move type ===
-
* related list of Master numbers
+
-
* status for incoming messages (such as accepted/rejected)
+
-
== Required Message Fields ==
+
Need to change [[Master#Move Type/MBL]] list in Admin:
-
* '''Traffic Mode'''
+
* archive "port to port" item
-
** FCL: constant ''"FCL/FCL"''
+
* 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"
-
=== Rate/Reference Information ===
+
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
-
* [[#Contract Number]]
+
=== Jaguar Offices ===
-
=== Parties ===
+
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.
-
* '''Shipper'''
+
=== Changes to Carriers Admin ===
-
** [[Master#Master_Shipper]]
+
-
* '''Forwarder'''
+
==== Contract Number ====
-
** [[Offices]] based on users login
+
-
* '''Consignee'''
+
Contract number for contract between Jaguar and Steamshipline.
-
** [[Master#Master_Consignee]]
+
-
=== Cargo ===
+
UI: Add to Admin > Carriers > Steamshiplines
-
* '''Outbound Traffic Mode'''
+
* OOCL
-
** constant ''FCL: Full Container Load'' for FCL/FCL
+
** Format: AN, 8 chars
 +
** example: MT136710
-
* '''Inbound Traffic Mode'''
 
-
** constant ''FCL: Full Container Load'' for FCL/FCL
 
-
* '''Cargo Nature'''
+
=== Changes to Container Size Type Admin ===
-
** ''General / Reefer / Dangerous''
+
-
** use [[Master#Hazardous]], details TBD
+
 +
==== Container Size Type ISO Code ====
-
* '''Cargo Descriptions'''
+
In Admin > Transportation > Container Size/Type
-
** [[#Commodity]]
+
-
=== Routing ===
+
* add field "ISO code", same format/validation as D2L codes
 +
* add Long Description field (100 char string)
-
* '''Origin City'''
+
NOTE:
-
** for door/* moves: [[Master#Origin_Terminal]]
+
D2L codes are based on ISO but not identical.
-
** for door/* moves: [[Master#Master_Pick-up]]
+
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]]
-
* '''Destination City'''
+
==== Reefer Indicator ====
-
** for */port moves: [[Master#Destination_Terminal]]
+
-
** for */port moves: [[Master#Master_Delivery_Address]]
+
-
* '''Vessel Name'''
+
Add "Reefer Indicator" attribute to container types. Values: "Y" or "No"
-
** [[Master#Vessel_Name]]
+
-
* '''Voyage Number'''
+
=== Changes to Master Container Table ===
-
** [[Master#Voyage_Num]]
+
-
* '''Intended Date Range'''
+
==== Container Weight ====
-
** sailing within X weeks from Date Y, details TBD
+
-
=== Container ===
+
For every container table add columns/fields:
-
For each size type:
+
* '''weight'''
 +
* '''unit'''
-
* '''Quantity'''
+
Also add selector to choose one of the following:
-
** calculate from Master containers table
+
-
* '''Size Type'''
+
* '''actual weight'''
-
** see [[#Container Type ISO Code]]
+
** calculated weight based on commodity assignments to containers
 +
** weight field will be read-only
-
* '''Cargo Weight'''
+
* '''estimated weight'''
-
** see [[OS#Add Weight per container]]
+
** 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
-
* '''Cargo Weight Unit''' (kg / lb)
+
* '''auto-populate max'''
-
** see [[OS#Add Weight per container]]
+
** in this case system will populate max weight for this type size of container
 +
** weight field will be read-only
 +
** default value
-
=== Trucking and Haulage ===
+
[[File:Container table.JPG| 700px]]
-
* '''Door Pickup'''
+
==== Container Weight Unit ====
-
** 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"?
+
Options:
-
* '''Empty Container Pickup Request'''
+
* kg
-
** O
+
* lb
-
** do we need this?
+
-
=== Special Requirements ===
+
==== Reefer Info ====
-
* '''Export Declaration'''
+
If at least one contained is reefer - see [[#Reefer Indicator]] - then present additional form.
-
** see [[#Export Declaration]]
+
-
* '''Special Stowage'''
+
Fields below are not per container - they are per container table / per Master.
-
** see [[#Special Stowage]]
+
-
* '''Document Upload'''
+
===== Generator Set =====
-
** O
+
-
** no need?
+
-
=== Booking Remarks ===
+
One value from the list.
-
* [[#Booking Remarks]]
+
Options: Not Required, Clip On, Underslung
-
** OOCL Example: If an item is over one ton, enter the Gross Weight per package
+
-
== New Fields ==
+
UI: single select
-
=== Export Declaration ===
+
===== RF Temperature =====
-
* options:
+
* UI: textbox;
-
** No Export Declaration
+
* cannot be greater than 25 degrees Celsius or 77 degrees Fahrenheit and cannot be less than -30 degrees Celsius or -22 degrees Fahrenheit.
-
=== Special Stowage ===
+
===== RF Temperature Unit =====
-
* options:
+
* options: C (Celsius) or F(Farenheit) // Unit of measurement
-
** Stow below Deck
+
* UI: dropdown ; default = F;
-
** Stow on Deck
+
-
** No Special Stowage
+
-
=== Booking Remarks ===
+
===== Ventilation =====
-
* required: N (used in some cases)
+
* Numerical
-
* AN // size TBD
+
* min/max = 1/3 digits
-
* UI: textarea
+
-
=== RF Temperature ===
+
===== Ventilation Unit =====
-
* '''RF Temperature''' // Format: 9999.99 // Temperature Requirement for RF containers.
+
* options: Cubic Feet per minute, Cubic meter per hour, Degrees // Unit of measurement
-
** UI: add to container profile; textfield; default = TBD
+
* UI: dropdown ; default = F;
-
* '''RF Temperature Unit''' //  C (Celsius) or F(Farenheit) // Unit of measurement
+
===== Sensitive Cargo =====
-
** 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.
+
* options: Not Sensitive, Blood Plazma, Ice Cream, USDA Requirement
 +
* UI: dropdown ; default = F;
-
Editable in container table in M only or in CT as well when CTs are under Master.
+
===== CO2 =====
-
==== Reefer Indicator ====
+
* Percentage of this gas.
 +
* numeric, 0 < x < 100
-
Add "Reefer Indicator" attribute to container types. Values: "Y" or "No"
+
===== O2 =====
 +
* Percentage of this gas.
 +
* numeric, 0 < x < 100
-
=== Contract Number ===
+
===== Container Atmosphere =====
-
Contract number for contract between Jaguar and Steamshipline.
+
One value from the list.
-
UI: Add to Admin > Carriers > Steamshiplines
+
Options:  
 +
* AFAM,
 +
* CA,
 +
* MA,
 +
* Magnum,
 +
* No Preference
-
* OOCL
+
UI: single select
-
** Format: AN, 8 chars
+
-
** example: MT136710
+
-
=== AMS SCAC Code ===
+
=== New Master Controls for 300 ===
-
* '''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'''.
+
==== Hazardous ====
-
=== Container Size Type ISO Code ===
+
[[Master#Hazardous]] is calculated from CTs that belong to Master.
-
* '''map''': see below
+
In there are no CTs in Master it would be set to No.
-
* '''required''': Y
+
-
* '''EDI''':
+
-
* '''Notes''': cover all containers in the loop
+
 +
We need to add option to set estimated hazardous:
 +
* checkbox "use estimated"
 +
** when use estimated is activated then show two options Y/N
-
Related to http://wiki.jaguarfreight.com/wiki/SI_EDI#SOW_18_Fix_Container_info
+
==== Special Stowage ====
-
In Admin > Transportation > Container Size/Type
+
Add new Master field.
-
* add field "ISO code", same format/validation
+
Possible values:
-
* add Long Description field (100 char string)
+
-
NOTE:
+
* Stow below Deck
-
D2L codes are based on ISO but not identical.
+
* Stow on Deck
-
For example, open top type.
+
* No Special Stowage
-
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 ===
+
UI: radio group
-
* "Est GW" checkbox
+
Add to Master details bottom right - see mock up below.
-
** NOTE: "Use Estimated Weight for Booking Request instead of actual?"
+
-
** above master container table
+
-
=== Add Weight per container ===
+
==== Booking Remarks ====
-
* add extra column "GW" to cont table
+
* AN // size 1000 chars
-
** with dropdown with '''unit''' (kg/lb) in the header of column
+
* UI: textarea
-
* 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
+
UI: Master Det tab, See mock up below.
-
** if CTs have mixed kg/lb then recalculate in '''unit''' above table
+
-
== Misc ==
+
[[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 ===
=== Grouping inside Master ===
Line 345: Line 557:
Add ability to group/ungroup selected CTs inside the Master.
Add ability to group/ungroup selected CTs inside the Master.
-
=== Extend Master Templates ===
+
=== Extended Master Templates ===
Following additional fields must be copied at the moment of creating a template from Master Clone.
Following additional fields must be copied at the moment of creating a template from Master Clone.
Add column / filter of user who created them.
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