New feature on Pick module

For this week I’ve implement a new feature on the pick module which is to filter the line item by the current user floor. When the current user is in charge of floor 1, by selecting the checkbox, it will refresh the line item data grid view and display the line item that contains the item that located at the same floor.

In order to implement it, new aggregate of Location and Floor is created. Therefore, each Item will contains a Location that indicate their respective IDs. While each Location will contains a Items list that include all the Items in the same Location.

At last, I’ve add warning dialog that alert user that they have unsaved pick. For example, when user had picked but not saved, it will pop dialog when user is try to select the view floor only checkbox, select other sales order and select other line item.

Leave a Reply