Skip to content

Stock Transfers

The Stock Transfers list page displays all stock transfer execution documents. A Stock Transfer physically moves inventory from a source warehouse (or bin location) to a destination warehouse (or bin location) and updates stock quantities on both sides when confirmed. Transfers can be created independently or from an approved Transfer Request.

Stock Transfers list showing Document #, Status, From Warehouse, To Warehouse, Date, and Source Document columns with multiple transfer documents

Navigate to Inventory → Operations → Stock Transfers in the sidebar, or go to /inventory/operations/transfers.

ColumnDefault VisibleSortableDescription
Document #YesYesSystem-generated document number
StatusYesYesCurrent status badge
From WarehouseYesYesSource warehouse
To WarehouseYesYesDestination warehouse
DateYesYesDocument date
Source DocumentYesNoLinked Transfer Request number, if created from a request
CreatedYesYesCreation timestamp
graph LR
    DRAFT[Draft] -->|Confirm| CONFIRMED[Confirmed]
    DRAFT -->|Delete| DELETED[Deleted]
    CONFIRMED -->|Cancel| CANCELLED[Cancelled]
StatusDescription
DraftTransfer is being prepared; stock has not moved; editing and deletion are allowed
ConfirmedTransfer is executed; source warehouse stock is reduced and destination warehouse stock is increased; editing is locked
CancelledTransfer was reversed after confirmation; stock quantities are restored; fulfillment on the parent Transfer Request is updated
FilterTypeDescription
SearchFree textSearches by document number or reference
StatusDropdownDraft, Confirmed, Cancelled, or All
From WarehouseEntity selectFilter by source warehouse
To WarehouseEntity selectFilter by destination warehouse
Date FromDateDocuments on or after this date
Date ToDateDocuments on or before this date

Click any sortable column header to sort. Default sort: Date descending.

Load More pattern — 20 records per load.

ActionPermissionDescription
New Stock TransferWrite (Operations)Opens the Create Stock Transfer form
New from RequestWrite (Operations)Search for an approved Transfer Request and pre-populate the form from it
ActionPermissionDescription
ViewReadNavigate to the Stock Transfer Detail page
EditWriteNavigate to the Edit Stock Transfer form — Draft only
ConfirmWriteExecute the transfer and update stock quantities
DuplicateWriteCreate a new Draft copied from this document
CancelWriteCancel a Confirmed transfer — requires a reason
DeleteAdminDelete a Draft document
  1. Locate a document with status Draft
  2. Click the row actions menu and select Delete
  3. Confirm in the dialog
  4. Click Delete — the list reloads

Only Draft documents can be deleted.

  1. Open the page from Inventory → Operations → Stock Transfers.
  2. Click New Stock Transfer to create a transfer, or use New from Request to create from an approved Transfer Request.
  3. Confirm the transfer to execute the stock movement.