Order Management System. What's new
← Version 1.37.15.0

“Create Transfer Request” action on the Point of Sale

Point of Sale -> Make a Sale tab:

  • “Check Other Stores” checkbox:
    • was added next to the “Find or scan an item” field;
    • isn’t checked by default;
    • if the checkbox is checked:
      • On the “Current Availability” form can be displayed “Create Transfer Request” action;
  • “Create Transfer Request” radiobutton:
    • was added to the “Inventory Action” List of Actions;
    • if sum(item qty) in “Other stores” > = Ordered qty -> is displayed;
    • is displayed for the Inventory/assembly items;
    • if radiobutton is selected -> the “Transfer from Stock” datagrid is displayed:
      • “Transfer from Stock”:
        • data is grouped by Store;
        • Datagrid:
          • Qty -> readonly:
            • displays the sum of not allocated qty in current store for selected item;
          • Reserved Qty:
            • only numbers are allowed;
            • decimal field;
          • Store -> readonly;
        • OK button:
          • disable if the validation message is displayed: “Reserved Qty should be equal to ordered”;
          • after clicking on the button:
            • the Current Availability form is closed;
            • the Sale order is saved;
            • the Transfer Request is created according to the entered “Reserved Qty”;
            • the count on transfer Request is created depends on the count of selected stores;
            • the SO line Item status is “Pending TO”.