Palets / cartons / loose count (feature)

From UG

(Difference between revisions)
Jump to: navigation, search
(User Interface and Functionality)
(User Interface and Functionality)
Line 19: Line 19:
-
If X = 0 then show
+
If X,Y,Z > 0 then show
-
  Z loose pkgs
+
  X pallets (stc: Y pkgs) + Z loose pkgs
-
If Z > 0
+
If X = 0, Z > 0 then show
 +
 
 +
Z loose pkgs
-
X pallets (stc: Y pkgs) + Z loose pkgs
 
-
If Z = 0 then show
+
If Z = 0, X > 0 then show
  X pallets (stc: Y pkgs)
  X pallets (stc: Y pkgs)

Revision as of 19:38, 3 February 2010


Contents

Parent Mantis

1666

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

Technical Specification

Summary

User Interface and Functionality

Format:


If X,Y,Z > 0 then show

X pallets (stc: Y pkgs) + Z loose pkgs

If X = 0, Z > 0 then show

Z loose pkgs


If Z = 0, X > 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.

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

Figure 1.

History

Fix cases that do not comply with spec

Change: Replaced "cartoons" with "pkgs"

This change would affect more documents...

Non Critical Bugs and RFC

DB

Personal tools