Where Is Report

From UG

Revision as of 15:04, 7 July 2010 by Andrei (Talk | contribs)
Jump to: navigation, search

Contents

Info

Parent Mantis - 1587

BR: Business Requirements

  • Need to add text box for Steamship Lines Booking #
  • For Container #, need option to search the last digit by typing * instead of typing any number between 0-9
  • Need search feature to ignore upper/lower case letters when searching by a PO # of Item Code (aka SKU #)

SD: Systems Design

Summary

Where Is Report is one of core reports of CT2. It provides the ability to search and display shipments, which comply to user-defined conditions.

  • All needed User Defined Conditions (these are also called filters) could be set in the Filters section on the template of the Report.
  • Where Is Report NOT uses any Hard Coded Conditions.

Interface

Report is available right from the Main Menu of CT2. See Figure 0.

In order to generate report user have to:

  • configure User Defined Conditions in the Filters section on the template (see Figure 1) and
  • click appropriate button for needed action

Filters

Result of the Report that will be showed to user depends of the values of the following Filters (in that order of locating on the template):

  • P.O. contains:.
  • SKU contains:.
  • Export Ref # contains:.
  • Import Ref # contains:.
  • Customer Ref # contains:.
  • Jaguar 3rd Ref # contains:.
  • Shippers:.
  • Consignees:.
  • Container #s:. This filter makes sense only for MOT = {Ocean-LCL, Ocean-FCL, Trucking-Ocean}.
    • Mapped to Container Num from Containers Table on ContTab of CT.
    • If "Container #s:" field is not empty:
      • "Master Airway Bills" field should be hidden on the template.
      • Report should be show records that are filtered by Ocean only. The records for different MOT must not be showing in this case.
  • Master Airway Bills:. This filter makes sense only for MOT = {Air, Trucking-Air}.
    • Mapped to :
      • MAWB (a.k.a. ExpTab.7) from ExpTab of CT for MOT=Air.
      • MAWB (a.k.a. GenTab.air1) from GenTab of CT for MOT=Trucking-Air.
    • If "Master Airway Bills" field is not empty:
      • "Container #s:" field should be hidden on the template.
      • Report should be show records that are filtered by AIR only. The records for different MOT must not be showing in this case.
  • Departure Date: A pair of "from" and "to" databoxes.
    • Mapped to TBD.
  • Arrival Date: A pair of "from" and "to" databoxes.
    • Mapped to TBD.
  • From Countries:.
  • To Countries:.
  • No Archived.

NOTES:

  • All Filters (except Date Filters and "No Archived" checkbox) are multiselect.
  • Every filter connected by AND and selections inside filter are connected by OR.
  • Empty Filters don't affect on the result of the Report.
  • At least one Filter should be not empty. Otherwise, System shows the error message "You have not set any filter" and doesn't generate the Report.

Action controls

  • Generate Result button:
to generate report
  • Reset Form button:
to clear form

Output

Result Where Is Report is a table that contains a list of CTs, which are separated by tabs in accordance with the appropriate MOT.

There are five tabs on the resulting table:

  • Undefined
  • Ocean-FCL
  • Ocean-LCL
  • Air
  • Trucking

HTML output form

Columns
  • CT #
  • Shipper
  • Consignee
  • Dep Port
  • Dest Port
  • Dep Date
  • Arriv Date
  • Deliv Date/Comment

Spreadsheet output form

Columns
  • CT #
  • Shipper
  • P.O.
  • SKU
  • Quantity
  • Item Description
  • Gross Weight
  • Depart Port
  • Dest Port
  • Depart Date
  • Arriv Date
  • Deliv Date

Figures

Figure 0: Main Menu item

File:MainMenuWhereIs.gif

Figure 1: Where Is Report Filters

File:WhereIsFilters.gif

History

previous version of spec - http://mantis.jaguarfreight.com/mediawiki-1.15.0/index.php?title=Where_Is_Report&oldid=10774

m2045

2045

BA

  • Need to add text box for the Steamship Lines Booking # which is found on the export tab under field # 6
  • current revision

SA

  • Add a filter: Steamship Lines Booking #

Steamship Lines Booking #

  • Label: Steamship Lines Booking # contains:
  • Widget: textbox , can be multiple selected
  • Location: After Master Airway Bills:
  • This field can be found on the ocean > export tab under field # 6

NOTE: this field is applied to Ocean shipments ONLY

m1875

1875

BA

  • We need the option to search the last digit of the container # by typing * instead of typing any number between 0-9
    • See Example on how to search by using * symbol

File:CT1 Where Is Report.JPG

  • See Results from the search by using the * symbol

File:CT1 Where Is Report Results.JPG

SA

  • Add logic for * symbol in order to search the all digit from 0-9 possibilities
  • current revision

m2068

2068

BA

  • When searching for a PO # of Item Code (aka SKU #) we need the search feature to ignore upper/lower case letters
  • Closed m2068; cannot replicate. Please ignore this request.

SA

#SD: Systems Design

Personal tools