Palets / cartons / loose count (feature)
From UG
(Difference between revisions)
(Created page with 'Category: Ops Pdfs Common == Parent Mantis == [http://mantis.jaguarfreight.com/mantis/view.php?id=tbd tbd] == Business Needs and Requirements == On many documents it is re…') |
|||
(10 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | [[Category: | + | [[Category:OpsPdfsMisc]] |
== Parent Mantis == | == Parent Mantis == | ||
- | [http://mantis.jaguarfreight.com/mantis/view.php?id= | + | [http://mantis.jaguarfreight.com/mantis/view.php?id=1666 1666] |
== Business Needs and Requirements == | == Business Needs and Requirements == | ||
- | On many documents it is required to list how many pallets, cartons and loose cartons are in the system. | + | On many documents it is required to list how many pallets, cartons and loose cartons (or bags, drums, etc) are in the system. |
- | Example: 2 pallets (stc: 534 | + | Example: 2 pallets (stc: 534 pkgs) + 3 loose pkgs |
== Technical Specification == | == Technical Specification == | ||
Line 18: | Line 18: | ||
Format: | Format: | ||
- | |||
- | X pallets (stc: Y | + | If X,Y,Z > 0 then show |
+ | |||
+ | X pallets (stc: Y pkgs) + Z loose pkgs | ||
+ | |||
+ | |||
+ | If X,Y = 0, Z > 0 then show | ||
+ | |||
+ | Z loose pkgs | ||
+ | |||
+ | |||
+ | If Z = 0, X,Y > 0 then show | ||
+ | |||
+ | X pallets (stc: Y pkgs) | ||
- | |||
- | |||
Please note that for "Group generate" X, Y and Z are a sum of respective values in all selected for group generate CTs. | Please note that for "Group generate" X, Y and Z are a sum of respective values in all selected for group generate CTs. | ||
+ | |||
+ | === Mapping === | ||
+ | |||
+ | * X pallets | ||
+ | : Cont Tab, Ttl # of plts | ||
+ | |||
+ | * (stc: Y pkgs) | ||
+ | : Cont Tab, Ttl pkgs on plts | ||
+ | |||
+ | * Z loose pkgs | ||
+ | : Cont Tab, Loose pkgs | ||
=== Figures === | === Figures === | ||
Line 32: | Line 52: | ||
==== Figure 1. ==== | ==== Figure 1. ==== | ||
- | |||
== History == | == History == | ||
+ | |||
+ | === Fix cases that do not comply with spec === | ||
+ | * http://mantis.jaguarfreight.com/mantis/view.php?id=1667 | ||
+ | |||
+ | === Change: Replaced "cartoons" with "pkgs" === | ||
+ | |||
+ | This change would affect more documents... | ||
+ | |||
== Non Critical Bugs and RFC == | == Non Critical Bugs and RFC == | ||
== DB == | == DB == |
Current revision as of 12:11, 5 August 2011
Contents |
[edit] Parent Mantis
[edit] Business Needs and Requirements
On many documents it is required to list how many pallets, cartons and loose cartons (or bags, drums, etc) are in the system.
Example: 2 pallets (stc: 534 pkgs) + 3 loose pkgs
[edit] Technical Specification
[edit] Summary
[edit] User Interface and Functionality
Format:
If X,Y,Z > 0 then show
X pallets (stc: Y pkgs) + Z loose pkgs
If X,Y = 0, Z > 0 then show
Z loose pkgs
If Z = 0, X,Y > 0 then show
X pallets (stc: Y pkgs)
Please note that for "Group generate" X, Y and Z are a sum of respective values in all selected for group generate CTs.
[edit] Mapping
- X pallets
- Cont Tab, Ttl # of plts
- (stc: Y pkgs)
- Cont Tab, Ttl pkgs on plts
- Z loose pkgs
- Cont Tab, Loose pkgs
[edit] Figures
[edit] Figure 1.
[edit] History
[edit] Fix cases that do not comply with spec
[edit] Change: Replaced "cartoons" with "pkgs"
This change would affect more documents...