Sale Order edit form -> “Actions” multi-button:
- “Print Configuration” action:
- was added next to the “Select Item” action;
- if in the Order is displayed at least one item -> the action is clickable;
- is enabled for Order in all statuses;
- after clicking on the action:
- the “Print Configuration” panel is opened;
- the “Print Configuration” panel:
- the items from Order are displayed;
- the Datagrid is displayed with the next columns:
- Line #;
- Item Name;
- Item Description;
- Order Qty -> Item Qty from Order;
- Item Rate;
- Print Qty -> the field is required:
- only numbers are allowed;
- is editable;
- by default -> is displayed the value, which is equaled to Order Qty;
- UOM the same as on Sale order;
- the value can be <= Order Qty;
- if Print Qty more than Order Qty -> the validation is displayed;
- Amount:
- the Item Amount Value is displayed:
- Item Rate * Item Print Qty;
- the Item Amount Value is displayed:
- Status -> Item Status from Order:
- next to the status in each line item is displayed the “X” button:
- after clicking on this button -> the Item is deleted from Datagrid on this panel;
- next to the status in each line item is displayed the “X” button:
- at the bottom of the panel are displayed the next values:
- Subtotal:
- Sum of Amounts from the “Amount” column;
- Total:
- Order Total based on Discounts and Taxes;
- Payments:
- Sum of Payments for this Order;
- Subtotal:
- were added the next buttons at the bottom of the panel:
- Cancel:
- after clicking on the button -> the panel is closed without changes;
- Print:
- after clicking on the button -> the print preview PDF with the Datagrid from the Panel is displayed;
- Send Email:
- after clicking on the button -> the “Send Email” pop-up is opened with this PDF as Attached files.
- Cancel: