Order Management System. What's new
← Version 1.33.17.0

Transfer Order improvements

  1. Transfer Order In Process / In Transit statuses:
    • Was added the ability to add a new item:
      • If the item was added to the In Process/In Transit Order -> The log is added;
      • The newly added item is added to the linked not shipped Ship Order;
  2. Transfer Requests button:
    • Was added to the Transfer Order in Statuses: Draft / In Process / In Transit;
    • After clicking on the button -> The “Transfer Request” panel is opened;
    • If Transfer Requests have been added to the order -> The From/TO stores are disabled;
  3. Transfer Request Panel:
    • Opened automatically if:
      • to the Transfer Order has been added item with Transfer Requests;
      • after clicking on the “Save” button if in Transfer Order exists item with opened Transfer Requests;
      • after clicking on the “Save & Process” button if in Transfer Order exists item with opened Transfer Requests;
      • if on Ship Order edit form was pressed the button to add Transfer Request;
    • Transfer request Panel contains:
      • Top bar:
        1. Item Name textbox -> Filled by default if the panel was opened automatically after adding a new item;
        2. Refresh button;
        3. Reset button;
      • Datagrid:
        1. Rules:
          • displays the list of Transfer Requests where  From/TO store the same as in current Transfer Order;
          • if the panel has been opened from SHO -> In datagrid are prefilled Requests linked to same items as in SHO;
          • if the panel has been opened for the newly added item to TO -> In datagrid are prefilled Requests linked to the same item as added to the TO;
        2. Columns:
          • Checkboxes;
          • Item Name;
          • Qty -> Displays the qty in transfer request;
          • Customer -> If TR has been created from SO Customer name is displayed;
          • Vendor -> If TR has been created from IR Vendor name is displayed;
      • Cancel button:
        1. after clicking on the button -> Panel is closed without changes;
      • Add Item button:
        1. enabled if at least one item checked on the panel;
        2. after clicking on the button:
          1. the panel is closed; 
          2. the checked items are added to the Transfer Order;
          3. if the checked item already exists in Transfer Order -> The qty in order is summed with qty in the request;
          4. once Transfer Order has been saved Transfer Request is hidden from the Requests datagrid;
  4. Ship Order edit form:
    • if SHO has been created from Transfer and items in SHO have opened Transfer Requests:
      • after clicking on the Ship button -> message is displayed: “Items in Ship Order have opened Transfer Requests. Do you want to link Transfer Requests to Transfer Order Yes/NO”:
        • NO button: 
          1. the current message is closed;
          2. another message is opened: “Do you want to receive related Transfer Order? Yes/NO”;
        • Yes button:
          1. the current message is closed;
          2. SHO is closed;
          3. Transfer edit form is opened with opened Transfer Requests panel;
  5. Item Receipt edit form:
    • if IR has been created from Transfer and items in IR have opened Transfer Requests:
      • after clicking on the Receive button -> message is displayed: “Items in Items Receipt have opened Transfer Requests. Do you want to link Transfer Requests to Transfer Order? Yes/NO”:
        • NO button:
          1. the current message is closed;
          2. IR is received;
        • Yes button:
          1. the current message is closed;
          2. IR is closed;
          3. Transfer edit form is opened with opened Transfer Requests panel.