Skip to content

Transfer Requests

The Transfer Requests list page displays all inter-warehouse transfer request documents. A Transfer Request is the planning document for moving stock from one warehouse to another. It captures the source and destination warehouses and the items and quantities to be moved. Once approved, it drives the execution of one or more Stock Transfers.

Transfer Requests list showing Document #, Status, From Warehouse, To Warehouse, Date, and Fulfillment columns with multiple planning documents

Navigate to Inventory → Operations → Transfer Requests in the sidebar, or go to /inventory/operations/transfer-requests.

Understanding Transfer Requests vs. Stock Transfers

Section titled “Understanding Transfer Requests vs. Stock Transfers”
ConceptPurpose
Transfer RequestPlanning document — specifies what needs to be moved and from/to which warehouses. Requires approval before execution.
Stock TransferExecution document — physically moves specific quantities and updates warehouse stock. Created from an approved Transfer Request.

A single Transfer Request can be fulfilled by multiple Stock Transfers, supporting partial fulfillment over time.

ColumnDefault VisibleSortableDescription
Document #YesYesSystem-generated document number
StatusYesYesCurrent status badge
From WarehouseYesYesSource warehouse
To WarehouseYesYesDestination warehouse
DateYesYesDocument date
Requested DateYesYesRequested fulfillment date
FulfillmentYesNoOverall fulfillment status across all lines
CreatedYesYesCreation timestamp
graph LR
    DRAFT[Draft] -->|Approve| APPROVED[Approved]
    DRAFT -->|Delete| DELETED[Deleted]
    APPROVED -->|All lines fulfilled| CLOSED[Closed]
    APPROVED -->|Cancel| CANCELLED[Cancelled]
    DRAFT -->|Cancel| CANCELLED
StatusDescription
DraftRequest is being prepared; editing and deletion are allowed
ApprovedRequest is approved and ready for fulfillment via Stock Transfers
ClosedAll lines have been fully fulfilled by Stock Transfers
CancelledRequest was cancelled; no further fulfillment is possible
Fulfillment StatusDescription
OpenNo stock has been transferred yet
PartialSome lines or quantities have been fulfilled
FulfilledAll requested quantities have been transferred
FilterTypeDescription
SearchFree textSearches by document number or reference
StatusDropdownDraft, Approved, Closed, 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 Transfer RequestWrite (Operations)Opens the Create Transfer Request form
ActionPermissionDescription
ViewReadNavigate to the Transfer Request Detail page
EditWriteNavigate to the Edit Transfer Request form — Draft only
ApproveAdminTransition from Draft to Approved
DuplicateWriteCreate a new Draft copied from this document
CancelWriteCancel the request — requires a cancellation 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: “Delete transfer request [number]?”
  4. Click Delete to confirm

Only Draft documents can be deleted.

  1. Open the page from Inventory → Operations → Transfer Requests.
  2. Click New Transfer Request to create a new request.
  3. After review, approve the request — then navigate to Stock Transfers to execute the movement.