Purchase Order Request tab:
- Datagrid:
- “Source Order” column:
- Assembly Order number is clickable;
- after clicking -> Order Quick View panel is opened:
- If Source Order is Sale Order -> the Sale Order Quick View panel is opened as on the Sale Order List form;
- If Source Order is Assembly Order -> the Assembly Order Quick View panel is opened;
- “Assembly Order Quick View” panel:
- all data is taken from related Assembly Order
- the panel contains:
- Store -> read-only;
- Assembly Order Date -> read-only:
- is displayed Assembly Order creation Date;
- Due Date -> read-only:
- is displayed Assembly Order Due Date;
- Datagrid with the readonly columns:
- line number;
- Item Name;
- Item Description -> is editable;
- Ordered Qty;
- UOM;
- Item Cost;
- Item Amount;
- Status;
- Total:
- Total = sum (“Amount” column);
- “Notes” textarea:
- can be editable;
- the “Pencil” icon is displayed;
- after clicking on the icon -> the “Notes” pop-up is opened:
- the same as on the Sale Order Quick View panel;
- Buttons -> were added to the bottom of the panel:
- Edit Order:
- is always clickable;
- after clicking on the button:
- Assembly Order edit form is opened;
- Cancel:
- is always clickable;
- after clicking on the button:
- quick view panel is closed;
- changes aren’t saved;
- Save:
- if user edits field/fields -> the button is clickable;
- after clicking on the button:
- quick view panel is closed;
- changes are saved.
- Edit Order:
- “Source Order” column:
Assembly Order List form:
- “AO#” column:
- Assembly Order # is clickable;
- it works on all tabs;
- after clicking -> the Assembly Order Quick View panel is opened.