2211 rfd
From UG
(Difference between revisions)
(→Systems Analysis: added Tweak 0; updated Tweaks 1 and 2.) |
(→Business Analysis: completed Business Needs) |
||
Line 6: | Line 6: | ||
== Business Analysis == | == Business Analysis == | ||
+ | |||
=== Business Needs === | === Business Needs === | ||
- | === | + | |
+ | ==== Non-Truck-Dom Requirement ==== | ||
+ | * Module owner does NOT want to see ANY Trucking-Domestic CT records on this report. | ||
+ | |||
+ | ==== Hyperlink Requirement ==== | ||
+ | * Also is required make CT # as a hyperlink. But if more multiple lines items for CT, do not repeat hyperlink, make only 1st mention of CT a hyperlink. | ||
+ | |||
+ | ==== Output Requirement ==== | ||
+ | * For Air CT is required show the greater of the two weights, chargeable weight or gross weight: | ||
+ | :* if chargeable weight is greater than gross weight then show chargeable weight, | ||
+ | :* if chargeable weight is not greater than show gross weight. | ||
+ | * For CTs with MOT = Ocean FCL(AW, MLB) is required show the actual container count per CT record. | ||
+ | :* Example: CT record has container # AAAA 123456-7 & container # BBBB 456789-0, show container count: 2. | ||
+ | * When MOT = Ocean LCL - show the total CBM. | ||
+ | |||
== Systems Analysis == | == Systems Analysis == | ||
Revision as of 23:34, 17 December 2010
Contents |
Info
- mantis: 0002211: (Daily) For ALL clients need to customize report
Business Analysis
Business Needs
Non-Truck-Dom Requirement
- Module owner does NOT want to see ANY Trucking-Domestic CT records on this report.
Hyperlink Requirement
- Also is required make CT # as a hyperlink. But if more multiple lines items for CT, do not repeat hyperlink, make only 1st mention of CT a hyperlink.
Output Requirement
- For Air CT is required show the greater of the two weights, chargeable weight or gross weight:
- if chargeable weight is greater than gross weight then show chargeable weight,
- if chargeable weight is not greater than show gross weight.
- For CTs with MOT = Ocean FCL(AW, MLB) is required show the actual container count per CT record.
- Example: CT record has container # AAAA 123456-7 & container # BBBB 456789-0, show container count: 2.
- When MOT = Ocean LCL - show the total CBM.
Systems Analysis
Tweak 0)
- exclude Trucking-Domestic CTs from report
Tweak 1)
- showing of CT number as hyperlink
- All CTs should show only first mention of CT as hyperlink.
Tweak 2)
- additional output fields
- AIR: Is required show greater of the weights. Chargeable Weight (a.k.a. ExpTab.17b: Chargeable weight) complies with the condition in requirement.
Just need to add it to list of output fields. - OCEAN-FCL: Is required show container count. In addition to the fact that we have "Container Description" field we need to add new output field "Container Count".
- OCEAN-LCL: Is required show total CBM. We have output field "Cubic Meters" for this.
- AIR: Is required show greater of the weights. Chargeable Weight (a.k.a. ExpTab.17b: Chargeable weight) complies with the condition in requirement.