Order Management System. What's new
← Version 1.36.8.0

“Print Configuration” panel for the SO edit form

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;
      • 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;
    • 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;
    • 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.