Client Shipment Details Contents Tab
From UG
(Difference between revisions)
(→Sys Analyst Intro) |
(→Design) |
||
Line 77: | Line 77: | ||
:* Logic: IF Ttl Hzds is EQUAL to "0", display "N/A" for value | :* Logic: IF Ttl Hzds is EQUAL to "0", display "N/A" for value | ||
:* Location: center alignment | :* Location: center alignment | ||
+ | |||
+ | == Use cases == | ||
+ | '''Goal''' Client is able to see Contents tab | ||
+ | |||
+ | * Client clicks on Contents tab | ||
+ | :* All columns in Client App> Shipment Details> Contents MUST be synchronized to Table A in Internal App>ContTab | ||
+ | :* Grand Total values are correct | ||
+ | :* Contents count() records | ||
== Figures == | == Figures == |
Revision as of 17:36, 18 May 2010
Contents |
Mantis
Parent Mantis: 2009
Biz Analyst Intro
This tab provides contents of shipment detail
Sys Analyst Intro
- This tab provides content detail records as same as Table A. in Internal App.
- This tab shows a record count( ) on the tab
- It consists of content detail columns:
- LOT# - left justify
- P.O. - left justify
- SKU - left justify with mouse over description
- Qty - center alignment
- Description - center alignment
- Ttl pkgs - center alignment
- Ttl # of plts - center alignment
- Loose pkgs - center alignment
- Ttl gross kg - center alignment
- Container - center alignment
- Show Grand Total for Ttl pkgs, Ttl # of plts, Loose pkgs, Ttl gross kg, Ttl (in cbm), and Ttl Hzds
Design
- LOT#
- Show only for Elizabeth Arden
- Mapping: Table A. Lot#
- Location: Left justify
- P.O.
- Mapping: Table A. P.O.
- Location: Left justify
- SKU
- Mapping: Table A. SKU
- Location: Left justify with mouse over description
- Qty
- Mapping: Table A. Qty
- Location: center alignment
- Description
- Mapping: Table A. Description
- Location: center alignment
- Ttl pkgs
- Mapping: Table A. Ttl pkgs
- Location: center alignment
- Ttl # of plts
- Mapping: Table A. Ttl # of plts
- Location: center alignment
- Loose pkgs
- Mapping: Table A. Loose pkgs
- Location: center alignment
- Ttl gross kg
- Mapping: Table A. Ttl gross kg
- Location: center alignment
- Container
- Mapping: Table A. Container
- Location: center alignment
- This column ONLY shows for Truck and Ocean modes
- Grand Total for Ttl pkgs
- Mapping: Sum up total
- Location: center alignment
- Grand Total for Ttl # of plts
- Mapping: Sum up total
- Location: center alignment
- Grand Total for Loose pkgs
- Mapping: Sum up total
- Location: center alignment
- Grand Total for Ttl gross kg
- Mapping: Sum up total
- Location: center alignment
- Grand Total for Ttl (in cbm)
- Mapping: Ttl (in cbm) from ContTab
- Logic: IF Ttl (in cbm) is EQUAL to "0", display "N/A" for value
- Location: center alignment
- Grand Total for Ttl Hzds
- Mapping: ContTab> TOTAL Haz > Ttl HU
- Logic: IF Ttl Hzds is EQUAL to "0", display "N/A" for value
- Location: center alignment
Use cases
Goal Client is able to see Contents tab
- Client clicks on Contents tab
- All columns in Client App> Shipment Details> Contents MUST be synchronized to Table A in Internal App>ContTab
- Grand Total values are correct
- Contents count() records
Figures
FIgure 1. Contents Tab
History
m1657
- Mantis: 1657
SA
- See implement this
- Spec is updated: Y