Break down Split Lot into Lot Merge, Lot Split, and Lot Move.

Issue No: IC-921
Created 6/14/2015 11:47:58 PM
Type Bug
Priority Major
Status Closed
Resolution Fixed
Fixed Version 15.3
Description Transaction types in all transactions( *uspICInventoryAdjustment_CreatePostSplitLot)*   In all the transactions (Move, Merge, Split) , the transaction type inserted to tblICInventoryLotTransaction is always 10 (Inventory Adj)   It should be based on type of transaction like Merge, Split etc.   *Generic Usage* The SP(uspICInventoryAdjustment_CreatePostSplitLot) has 3 qty/weight related parameters @dblAdjustByQuantity @dblNewSplitLotQuantity @dblNewWeight   This is more confusing to use in different transaction scenarios. Either there should be separate Stored Procedure per transaction or only 2 quantity parameters @dblAdjustByQuantity @dblAdjustByWeight   This is more confusing to use in different transaction scenarios. Either there should be separate Stored Procedure per transaction or only 2 quantity parameters @dblAdjustByQuantity @dblAdjustByWeight