Delivery Trailer Report

From UG

(Difference between revisions)
Jump to: navigation, search
(Columns (SA))
(Columns: according to mantis #0002210 added note about format of Date columns.)
 
(37 intermediate revisions not shown)
Line 1: Line 1:
-
[[Category:Delivery Trailer Report]]
+
[[Category:OpsReps]]
== General Info ==
== General Info ==
-
* parent mantis: http://mantis.jaguarfreight.com/mantis/view.php?id=2091
+
* [[Parent Mantis]]: http://mantis.jaguarfreight.com/mantis/view.php?id=2091
 +
* [[Original BR]]: [[Delivery_Trailer_Report_(BR)]]
-
== CBN: Core Business Need ==
+
== Detailed Design ==
-
<div style="background-color:DarkSalmon;">
+
-
''This wiki section is managed by: [[Module Owner]]''
+
''This wiki section is managed by: [[Systems Analyst]]''
-
Core business need is for Elizabeth Arden to keep report on Jaguar Freight's trucking optimization
 
-
 
-
</div>
+
=== MOT  ===
 +
For All Truck Modes
-
== Detailed Design ==
+
=== Hard coded conditions  ===
-
<div style="background-color:DarkSeaGreen;" >
+
None
-
''This wiki section is managed by: [[Systems Analyst]]''
+
=== Filters  ===
 +
Two tabs - see below
 +
==== General Filters ====
-
=== MOT (SA) ===
+
'''Cargo Available Date:'''
-
For Truck-domestic only.
+
* See [[Reports_Filters#Cargo_Available_Date]]
 +
 +
'''Cargo Due Date:'''
 +
* See [[Reports_Filters#Cargo_Due_Date]]
 +
 +
'''No Archived'''
 +
* If this box is checked, THEN show all shipment(s) excludes archived shipments
-
=== Hard coded conditions (SA) ===
+
==== Virtual Group Filters ====
-
=== Filters (SA) ===
+
See [[Reports_Filters#Virtual_Group_Filters]]
-
The same as in [[Trucking Optimization Report]].
+
=== Output  ===
 +
* Spreadsheet consists of Header, Body, and footer
 +
* Header:
 +
** Report name
 +
** Date Time Stamp
 +
** Criteria (list of filter(s) selected)
 +
** Jaguar Logo
 +
* Body: (general info)
 +
** Consists of columns and rows
 +
*** Column: headings
 +
*** Row: shipment records
 +
*** Shipment records are grouped by Delivery Trailer #
 +
**** [[CT#DT_Number]]
 +
* Footer
 +
** There is no footer
-
=== Output (SA)===
+
==== Types of output   ====
-
 
+
-
==== Types of output (SA) ====
+
Spreadsheet only.
Spreadsheet only.
-
==== Columns (SA) ====
+
==== Columns ====
-
1) Fields to include - see below
+
1) Fields to include - see [[#Fields list]]
 +
: NOTE: All '''Date''' columns should be in the date format, so they can be sort able by date.
-
2) Order on xls (left to right) as below
+
2) Default setting for all output list - Select From List
 +
:* See [[Reports_Output#Selected_List]]
 +
:* No output list on Selected List
-
3) First 2 columns always show Delivery Trailer#XXXX and CT#YYYY.
+
3) Delivery Trailer # is a heading for each body section
 +
:* [[CT#DT_Number]]
-
4) Other columns not selected by default. See below list
+
4) Each shipment records output displays CT# on the first column
-
5) If/when multiple truckers are included in the results then the “trucker” field should a heading for each trailer per CT (simply add a “trucker” column). As well with regards to displaying dates etc on the report.
+
5) Use [[Reports_Output#LIPCO_one_line]] - Short term (Long term - option to choose to display [[Reports_Output#LIPCO_multi_line]] or [[Reports_Output#LIPCO_one_line]]
 +
6) Label for each field - use [[Standard_Short_Label]]
 +
 +
7) See [[#Figure 1. Delivery Trailer Report]]  - this is for an example of layout only.
 +
<!-- Use [[Standard Short Label]] -->
 +
 +
===== Fields list =====
* [[CT#CT_Num]]  
* [[CT#CT_Num]]  
Line 74: Line 103:
*  [[Commodity#Loose Pkgs]] related to [[CT#CT Num]]
*  [[Commodity#Loose Pkgs]] related to [[CT#CT Num]]
*  [[Commodity#Gross_Lb]] related to [[CT#CT Num]]
*  [[Commodity#Gross_Lb]] related to [[CT#CT Num]]
 +
*  [[Commodity#Grand_Total:_cbm]] related to [[CT#CT Num]]
* [[Address#Company]] related to [[Ct#Consignee]]
* [[Address#Company]] related to [[Ct#Consignee]]
Line 85: Line 115:
* [[CT#Pick Up Trucker]]
* [[CT#Pick Up Trucker]]
* [[CT#Delivery Trucker]]
* [[CT#Delivery Trucker]]
-
 
-
3) Use [[Reports_Output#LIPCO_one_line]] - Short term (Long term - option to choose to display [[Reports_Output#LIPCO_multi_line]] or [[Reports_Output#LIPCO_one_line]])
 
-
 
-
4) Label for each field - see below:
 
-
 
-
 
-
 
-
<pre>
 
-
 
-
CT#
 
-
 
-
Created On
 
-
Cargo available
 
-
Actual Pick Up Date
 
-
Actual Delivery Date
 
-
Cargo Due
 
-
 
-
Shipper
 
-
 
-
Pick Up Company
 
-
Pick Up Phone
 
-
Pick Up City
 
-
Pick Up State
 
-
Pick Up Zip
 
-
 
-
PO
 
-
SKU
 
-
Qty
 
-
Plts 
 
-
Loose Pkgs 
 
-
Gross Lb
 
-
CBM 
 
-
 
-
Consignee
 
-
 
-
Deliver To Company (! changed)
 
-
Delivery Phone
 
-
Delivery City
 
-
Delivery State
 
-
Delivery Zip
 
-
 
-
Pick Up Trucker
 
-
Delivery Trucker
 
-
 
-
</pre>
 
-
 
-
<!-- Use [[Standard Short Label]] -->
 
==== Tabs ====
==== Tabs ====
Line 139: Line 122:
====  Sort Order (SA) ====
====  Sort Order (SA) ====
-
Sort by [[CT#Actual Delivery Date]]; earliest on the top.
+
* Each "Delivery Trailer" - Sort by [[CT#DT_Number]]; earliest on the top
 +
 
 +
* All CTs lines for each "Delivery Trailer" - Sort by [[CT_bo#CT_Num]]; earliest on the top.
===  Schedule vs Generate (SA) ===
===  Schedule vs Generate (SA) ===
Need both...
Need both...
-
</div>
+
=== Typical use cases and workflow ===
 +
:''must have several various cases along with screenshots of input, outputs''
 +
:''use cases must be defined step by step''
 +
:''this section is to be completed together by SA and BA''
 +
 
 +
==== Example A ====
 +
 +
==== Example B ====
 +
 
 +
==== Example C ====
== Figures ==
== Figures ==
Line 154: Line 148:
=== m2092 ===
=== m2092 ===
* [http://mantis.jaguarfreight.com/mantis/view.php?id=2092 2092]
* [http://mantis.jaguarfreight.com/mantis/view.php?id=2092 2092]
-
 
-
==== BA 2092 ====
 
-
* see [[#Business Requirements]]
 
-
* final version: http://mantis.jaguarfreight.com/mediawiki-1.15.0/index.php?title=Delivery_Trailer_Report&oldid=11049
 
-
 
-
==== SA 2092 ====
 
* See [[Delivery_Trailer_Report#Detailed_Design]]
* See [[Delivery_Trailer_Report#Detailed_Design]]
* final version: [http://mantis.jaguarfreight.com/mediawiki-1.15.0/index.php?title=Delivery_Trailer_Report&oldid=11051 11051]
* final version: [http://mantis.jaguarfreight.com/mediawiki-1.15.0/index.php?title=Delivery_Trailer_Report&oldid=11051 11051]
* Add Figure 1. [http://mantis.jaguarfreight.com/mediawiki-1.15.0/index.php?title=Delivery_Trailer_Report&oldid=11059 11059]
* Add Figure 1. [http://mantis.jaguarfreight.com/mediawiki-1.15.0/index.php?title=Delivery_Trailer_Report&oldid=11059 11059]
 +
* Update Spec: final revision: [http://mantis.jaguarfreight.com/mediawiki-1.15.0/index.php?title=Delivery_Trailer_Report&oldid=11449]

Current revision as of 10:51, 12 August 2010


Contents

[edit] General Info

[edit] Detailed Design

This wiki section is managed by: Systems Analyst


[edit] MOT

For All Truck Modes

[edit] Hard coded conditions

None

[edit] Filters

Two tabs - see below

[edit] General Filters

Cargo Available Date:

Cargo Due Date:

No Archived

  • If this box is checked, THEN show all shipment(s) excludes archived shipments

[edit] Virtual Group Filters

See Reports_Filters#Virtual_Group_Filters

[edit] Output

  • Spreadsheet consists of Header, Body, and footer
  • Header:
    • Report name
    • Date Time Stamp
    • Criteria (list of filter(s) selected)
    • Jaguar Logo
  • Body: (general info)
    • Consists of columns and rows
      • Column: headings
      • Row: shipment records
      • Shipment records are grouped by Delivery Trailer #
  • Footer
    • There is no footer

[edit] Types of output

Spreadsheet only.

[edit] Columns

1) Fields to include - see #Fields list

NOTE: All Date columns should be in the date format, so they can be sort able by date.

2) Default setting for all output list - Select From List

3) Delivery Trailer # is a heading for each body section

4) Each shipment records output displays CT# on the first column

5) Use Reports_Output#LIPCO_one_line - Short term (Long term - option to choose to display Reports_Output#LIPCO_multi_line or Reports_Output#LIPCO_one_line

6) Label for each field - use Standard_Short_Label

7) See #Figure 1. Delivery Trailer Report - this is for an example of layout only.

[edit] Fields list

[edit] Tabs

One tab

[edit] Sort Order (SA)

  • Each "Delivery Trailer" - Sort by CT#DT_Number; earliest on the top
  • All CTs lines for each "Delivery Trailer" - Sort by CT_bo#CT_Num; earliest on the top.

[edit] Schedule vs Generate (SA)

Need both...

[edit] Typical use cases and workflow

must have several various cases along with screenshots of input, outputs
use cases must be defined step by step
this section is to be completed together by SA and BA

[edit] Example A

[edit] Example B

[edit] Example C

[edit] Figures

[edit] Figure 1. Delivery Trailer Report

File:DTReport.JPG

[edit] History

[edit] m2092

Personal tools