Laddawn.com : Prog Spec - Pick Slip Form Change

The Optio Picking Slip Form will be changed add the Date Box Heading:  SHIP ON OR BEFORE

Currently, there is a single Box at the top of the form that has a dynamic heading of 'Ship On' or 'Arrive On'.  Using the same space, add a third heading choice for 'Ship On or Before'

  1. If Date Type = Arrive On:  Title = "Arrive On":
    1. Date Type can be found in SOHDR.USR<20>.  0=ship on; 1=arrive on 
  2. If 'Must Ship Today' = 1 or 2 OR Stock Order Type = 2  (future date entered):  Title = "Ship On":
    1. Must Ship Today can be found in SOHDR.USR<10>; Order Type can be found in SOHDR<83>. If SOHDR.USR<85>='', then this is a stock order.
  3. If none of the above: Title="Ship On or Before" :
    1. This will be for all MOD orders as well as order type 1 stock orders that don't have the 'must ship today' flag set.

Technical:

  1. In the optio MAP file, put changes into DEV_pac
  2. date_hdg logic is already being assigned in the map
  3. You will need to add the following data to the map, passing it from SOPS5001.2:
    1. Order Type
    2. Stock Order Flag
    3. Ship Today Flag
    4. Date Type is already being passed to the map - variable is date_type
  4. Only change the DEV version for now.  Keep track of what records have changed (I believe it's only this MAP record) so that we can change the TRN and LIVE map records when we go live with the new site.
  5. Add the MAP record name changes to the 'rolling dev site to live' wiki document under programming so that we remember to do this.