HDTN-254820 - Handling of Inventory Rebuild with Category Change

Issue No: IC-9286
Created 3/5/2021 8:52:36 AM
Type Feature
Priority Critical
Status Closed
Resolution Fixed
Fixed Version 19.1, 19.2
Description *This issue relates to i21 Help Desk ticket:* [ HDTN-254820 - AR Account is out of balance|https://helpdesk.irely.com/iRelyi21live/#/HD/Ticket/?ticket=HDTN-254820]   Rebuild error   !pastedImage_d155258_0.png|height=239,width=729!   Problem -   * User changed the category of an item. * This throws the invoice out of balance for rebuild validations. * See http://jira.irelyserver.com/browse/IC-9103?focusedCommentId=342280&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-342280   Fix -   We cannot rely on the users to rebuild after changing categories.   Requirements:   # Find items that have category changes. Rebuild these items first. But then if they change multiple items and these items happen to be in an invoice together, the validation will fire. This is not a 100% successful option. So have to disable the validation when rebuilding for category change. # Return specific messages like "Category changed for item " rather than the generic discrepancy error.