Grade of Damage functionality has been expanded with the following features to leverage Inventory Count and Inventory Adjustment:
“Damaged” column on the Inventory Count edit form
After clicking on three dots, “Grade of Damage” popup for entering types of damages will be opened
If Sum (Qty in the datagrid of popup) is greater than Damaged Units then Warning message will be displayed on the popup: “Qty shouldn’t be greater than Damaged Units”
Multibutton on IC edit form
- “Approve Inventory Count” button
-
- if nothing was changed and Difference Qty = 0 then the button is enabled and works the same as “Save and Continue” button
- If Damaged value was added and Difference Qty = 0 then the button is enabled. After clicking on the button two transactions will be initiated and displayed in Transaction History:
“out” IC transaction with Damaged value
“in” IC transaction with Damaged value
- “Apply Adjustment to selected” button
- If all Items have Difference Qty = 0 and Damaged Qty = 0 then “Apply Adjustment to selected” button is disabled
- if at least one Item has positive or negative Difference Qty then after checking the Items with value in Damaged column and Difference with positive or negative value:
- If on the Inventory Count edit form Damaged < Counted and Inv Adj is created on the Qty = Counted then after Inventory Adjustment on the Transaction History Panel, Inv Adj Qty will be created with a warning icon with tooltip divided into two lines: marked as damaged Qty and non marked as damaged Qty. Non marked as damage = difference between Counted and Damaged
-
-
- If on the Inventory Count edit form Damaged < Counted and Inv Adj is created on the Qty < Counted:
then after Inventory Adjustment on the Transaction History Panel, Inv Adj Qty will be created with warning icon with tooltip divided into two lines: marked as damaged Qty and non marked as damaged Qty. Non marked as damage = difference between Counted and Damaged. Items will be counted as FIFO
- If on the Inventory Count edit form Damaged < Counted and Inv Adj is created on the Qty < Counted:
-