Sale Order edit form:
- If the user makes the right click on Line # column :
- Context menu with actions listed below is displayed:
- Insert Line:
- is always clickable;
- after clicking -> empty line over the previous is added;
- Delete:
- if Order isn’t draft -> isn’t clickable for an item which was in this Order before open edit form;
- after clicking -> the line item from Order is deleted;
- Copy:
- if the line is empty -> isn’t clickable;
- after click -> the line item with all information is copied;
- Paste:
- if the line wasn’t copied -> isn’t clickable;
- after clicking -> the copied line item with all information is pasted;
- Void:
- if Order isn’t in draft status and line in Order isn’t empty ->is clickable;
- logic is the same as for the Void button on the top panel;
- after clicking -> Void Item panel is opened:
- Action Reason textarea is required;
- if Action Reason textarea is empty -> Continue button isn’t clickable;
- Insert Line:
- the right click works only on the cell with line #.
- Context menu with actions listed below is displayed: