Difference between revisions of "GX:Studio:Catchweight"

From coolearthwiki
Jump to: navigation, search
Line 20: Line 20:
  
 
==Example Usage==
 
==Example Usage==
New Item #23 is catchweighted, and Whistle needs to know the various weighs associated with the item.   
+
New Item #23 is catchweighted, and Whistle needs to know the various weighs associated with the item.  
 +
   
 
==Columns==
 
==Columns==
 
===Item===
 
===Item===
The item to be catchweighted
+
The item to be catchweighted.
 +
 
 
===UCC128===
 
===UCC128===
 +
Unique item number.
 +
 
===Min Wgt===
 
===Min Wgt===
Minimum allowable weight of the item
+
Minimum allowable weight of the item.
 +
 
 
===Max Wgt===
 
===Max Wgt===
Maximum allowable weight of the item
+
Maximum allowable weight of the item.
 +
 
 
===Net Wgt===
 
===Net Wgt===
Net weight of the item
+
Net weight of the item.
 +
 
 
===Tare===
 
===Tare===
 
Weight of packaging (such as a pallet) if its to be taken out of the weight.
 
Weight of packaging (such as a pallet) if its to be taken out of the weight.
 +
 
===UPC===
 
===UPC===
 +
 
===SCC===
 
===SCC===
 +
 
===Freeze By===
 
===Freeze By===
 +
 
===Peel By===
 
===Peel By===
 +
 
===Back Dt===
 
===Back Dt===
 +
 
===Sell By===
 
===Sell By===
 +
 
===Default Item===
 
===Default Item===
 +
 
===Tare Group===
 
===Tare Group===
 +
 
===Min Pcs===
 
===Min Pcs===
 +
 
===Max Pcs===
 
===Max Pcs===
 +
 
===Min PWgt===
 
===Min PWgt===
 +
 
===Max PWgt===
 
===Max PWgt===
 +
 
===Target Pcs===
 
===Target Pcs===
 +
 
===ECOLotsOnly===
 
===ECOLotsOnly===
 +
 
===caseTare===
 
===caseTare===
Tare weight of a case
+
Tare weight of a case.
 +
 
 
===TargetPieces===
 
===TargetPieces===
 +
 
===MinPieceWeight===
 
===MinPieceWeight===
 +
 
===MaxPieceWeight===
 
===MaxPieceWeight===
  

Revision as of 15:07, 11 February 2013

thumb

Intended Use

This screen is used to set up catchweighted items. A catchweight (also known as random weight) item is inventory where each piece can have a different weight, and the product is priced by the actual weight of the individual piece. In contrast, a standard weight (also known as net weight) item is one that uses the same (standardized) weight for each piece.

When using the Infor ERP system, an item is considered to be catchweight or random weight if:

1) the fill attribute column in the table in_itmpk_tbl contains a value of 2, and

2) the net weight column (wms_ctwght_netwt) in the table wms_ctwght_tbl is equal to 0.


An item is considered catchweight or randomeweight, but uses the same weight for each piece if:

1) the fill attribute column in the table in_itmpk_tbl contains a value of 2, and

2) the net weight column (wms_ctwght_netwt) in the table wms_ctwght_tbl is greater than 0.


Example Usage

New Item #23 is catchweighted, and Whistle needs to know the various weighs associated with the item.

Columns

Item

The item to be catchweighted.

UCC128

Unique item number.

Min Wgt

Minimum allowable weight of the item.

Max Wgt

Maximum allowable weight of the item.

Net Wgt

Net weight of the item.

Tare

Weight of packaging (such as a pallet) if its to be taken out of the weight.

UPC

SCC

Freeze By

Peel By

Back Dt

Sell By

Default Item

Tare Group

Min Pcs

Max Pcs

Min PWgt

Max PWgt

Target Pcs

ECOLotsOnly

caseTare

Tare weight of a case.

TargetPieces

MinPieceWeight

MaxPieceWeight

Category:Studio Screen Category:Data Setup Category:WIP