Undo start cycle count option

Issue No: MFG-2196
Created 12/12/2016 7:50:43 PM
Type Feature
Priority Minor
Status Closed
Resolution Fixed
Fixed Version 17.1
Description *Undo start cycle count option:*   - Move 'Sublocation' & 'Type' columns before 'Last Update On' column.   - Add 2 new read only columns 'Qty in Prod Stg Area' & 'Required Qty' before 'System Qty' column.   - Fill data for the columns from SP 'uspMFGetCycleCount'.(dblQtyInProdStagingLocation & dblRequiredQty)   - Add 'Undo Cycle Count' button. Enable this button, only if 'intCountStatusId' is 10.   - On Clicking the button, Call SP 'uspMFUndoStartCycleCount'. On Success, reload the cycle clount grid.   - Disable Consume button, if user started a cycle count.('intCountStatusId' is 10)   - Disable Consume & Produce button, if 'intCountStatusId' is 13