Point of Sale -> Load Order:
- After clicking on the Return button:
- display Return pop up which should contain:
- Order number and Order date -> are displayed be at the top;
- Datagrid with columns listed below:
- Item # -> Item from Order which is returned -> isn’t editable;
- Item Description -> isn’t editable;
- Order qty -> isn’t editable;
- Item Rate -> isn’t editable;
- Return Qty -> is editable;
- Amount -> should change automatically:
- Returned Qty * Item Rate;
- Return checkbox:
- by default unchecked;
- is editable for each line item;
- if checked for item -> the item is displayed in the Return Order;
- Buttons:
- Cancel -> pop-up is closed without changes and Order isn’t returned;
- Return -> pop-up closed and Point of Sale Return tab with all filled information is opened.
- display Return pop up which should contain: