In Transit Report ARC

From UG

(Difference between revisions)
Jump to: navigation, search
(Tweaks V.1.1.a)
Line 85: Line 85:
* Arrival Date
* Arrival Date
* P.O.
* P.O.
 +
 +
''No update to TS''
 +
 +
 +
 +
=== Tweaks version 1.1.a ===
 +
'''Note:''' [[user:Tira|Tira]] 9:50 28 Oct 2009
 +
 +
tw1) Add summary shipment record() count on the report to indicate that how many shipments...
 +
 +
tw2) Create a HTML result page before excel report
 +
 +
tw3) Create download to excel button -> generate xls report
''No update to TS''
''No update to TS''

Revision as of 01:04, 6 December 2009


Contents

Ver 0



Ver 1.0 : Dates Conditions

  • These conditions are MOT specific
  • Conditions below must be true for CT to be on this report
  • They are hard coded

MOT=Truck

((GenTab Estimated Export Pickup Date is not empty 
  OR GenTab Actual Export Pickup Date is not empty 
 )AND
  GenTab Actual Delivery is empty ) = true

Or to re-phrase:

2 conditions must be satisfied at the same time:

  • cond1) One or more of the dates from the following list are NOT empty:
    • GenTab Estimated Export Pickup Date
    • GenTab Actual Export Pickup Date
  • cond2) GenTab Actual Delivery is empty

MOT = Air

((GenTab Estimated Export Pickup Date is not empty 
  OR GenTab Actual Export Pickup Date is not empty 
  OR ExpTab Arrival Into Warehouse Date is not empty
  OR ExpTab Airport of Departure ETD is not empty 
  OR ExpTab Airport of Departure ATD is not empty
  ) AND
  ImpTab Actual Delivery is empty ) = true

MOT = LCL

((GenTab Estimated Export Pickup Date is not empty 
  OR GenTab Actual Export Pickup Date is not empty 
  OR ExpTab Arrival Into Warehouse Date is not empty
  OR ExpTab Origin Terminal ETD is not empty 
  OR ExpTab Origin Terminal ATD is not empty
  OR ExpTab Port Of Loading ETD is not empty 
  OR ExpTab Port Of Loading ATD is not empty
  ) AND
  ImpTab Actual Delivery is empty ) = true

MOT = FCL

 (For every containerX on Container Table: 
      Estimated collection OR 
      Actual collection is not empty) 
  OR ExpTab Origin Terminal ETD is not empty 
  OR ExpTab Origin Terminal ATD is not empty
  OR ExpTab Port Of Loading ETD is not empty 
  OR ExpTab Port Of Loading ATD is not empty 
AND 
  For at least one containerX on Container Table:
      Actual Delivery is empty

QA Plan

  • t1 for every MOT above design and run:
    • at least 2 sets of conditions for given CT that should make it APPEAR on report
    • at least 2 sets of conditions for given CT that should make it NOT APPEAR on report

Tweaks V.1.1.a

Note: Feed back added from meeting on Oct1,2009

tw1) Add output tab for user in order to manage his report result. Heading consists of:

  • CT#
  • Shipper
  • Consignee
  • Quantity
  • Departure
  • Destination
  • Departure Date
  • Arrival Date
  • P.O.

No update to TS


Tweaks version 1.1.a

Note: Tira 9:50 28 Oct 2009

tw1) Add summary shipment record() count on the report to indicate that how many shipments...

tw2) Create a HTML result page before excel report

tw3) Create download to excel button -> generate xls report

No update to TS

Tweaks V.1.1 b

tw1) Update filter names as below

  • From Countries -> Origin Countries
  • To Countries -> Destination Countries
  • From Regions -> Origin Regions
  • To Regions -> Destination Regions
  • From Airports -> Origin Airports
  • To Airports -> Destination Airports
  • From Ports/Terminals -> Origin Ports/Terminals
  • To Ports/Terminals -> Destination Ports/Terminals

No update to TS

Personal tools