In Transit Report

From UG

(Difference between revisions)
Jump to: navigation, search
(Intro)
(Hard Coded Conditions)
Line 7: Line 7:
== Hard Coded Conditions ==
== Hard Coded Conditions ==
 +
 +
* These conditions are MOT specific
 +
* Conditions below must be true for CT to be on this report
 +
 +
=== MOT=Truck ===
 +
 +
(
 +
  (GenTab Estimated Export PickUp Date ''is not empty'')
 +
  OR
 +
  (GenTab Actual Export PickUp Date ''is not empty'')
 +
AND
 +
  Gen Tab Actual Delivery ''is empty''
 +
) = true

Revision as of 23:28, 29 June 2009

Intro

  • The result of this report is a number of CTs in the system that satisfy Hard Coded Conditions and "Parameters selected by user".
  • For every CT there are other fields being displayed
  • "Hard coded conditions" and "output definitions" are MOT-specific but user has of choice of running report for several or all MOT at once.
  • CTs in output are grouped - each group corresponds to one MOT. This is similar to how CTs are grouped per MOT in Where Is Report

Hard Coded Conditions

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

MOT=Truck

( 
 (GenTab Estimated Export PickUp Date is not empty) 
  OR
 (GenTab Actual Export PickUp Date is not empty) 
AND
 Gen Tab Actual Delivery is empty 
) = true
Personal tools