Receiving Report

From UG

(Difference between revisions)
Jump to: navigation, search
(Hard coded conditions)
(Hard coded conditions)
Line 14: Line 14:
We need to report all CTs that are:
We need to report all CTs that are:
-
1. CREATED
+
 
-
  and 2. NOT "ON HOLD"
+
  and (NOT "ON HOLD")
-
  and 3. NOT "PENDING APPROVAL"
+
  and (NOT "PENDING APPROVAL")
-
  and 4. NOT DELIVERED
+
  and (NOT DELIVERED)
=== Filters ===
=== Filters ===

Revision as of 21:04, 18 May 2010


Contents

General

Business Requirements

Summary

This report is needed for Trucking modes. It is similar in nature to In Transit.

Hard coded conditions

We need to report all CTs that are:


and	(NOT "ON HOLD")	
and	(NOT "PENDING APPROVAL")	
and	(NOT DELIVERED)

Filters

Minimum: Same as in Trucking Optimization.

Maximum: all CT fields.

Output

CT# date created date available pick up date delivery date Supplier Tel # City State ZIP PO # SKU/Item Plts Lose Ctns Gross Wt (LB) with LB Label Consignee City State ZIP Telephone # Trucker Name


Schedule vs Generate

Need both.

Related Business Process

TBD

Misc

See also attached to http://mantis.jaguarfreight.com/mantis/view.php?id=2061

Personal tools