Skip to content

Edit Stock Transfer

Update an existing Stock Transfer document that is still in Draft status. The edit form opens with all existing values pre-filled. Confirmed and Cancelled transfers cannot be edited.

Edit Stock Transfer form pre-filled with existing data including From and To warehouses, bin locations, and line items ready to be updated

From the Stock Transfer Detail page, click Edit in the Actions menu, or navigate directly to /inventory/operations/transfers/:id/edit.

The Edit option is only visible when the document status is Draft.

The edit form uses the same structure as Create Stock Transfer. The document number appears in the header as read-only.

When the transfer was created from a Transfer Request (copy-from mode), the From Warehouse and To Warehouse remain locked. The line items may be edited, but the available quantities are still constrained by the remaining quantities on the parent request.

FieldRequiredTypeDescriptionValidation
From WarehouseYesEntity selectSource warehouseMust differ from To Warehouse; locked if created from a request
To WarehouseYesEntity selectDestination warehouseMust differ from From Warehouse; locked if created from a request
Document DateNoDateTransfer date
ReferenceNoTextExternal reference
RemarksNoTextareaDocument-level notes

Existing lines are pre-filled. Add new lines with Add Line. Remove lines with the delete icon.

FieldRequiredTypeDescription
ItemYesEntity selectStock-tracked item
QuantityYesNumberMust be greater than 0
From BinYes (Bin-Managed source)Entity selectSource bin in From Warehouse
To BinYes (Bin-Managed dest.)Entity selectDestination bin in To Warehouse
NotesNoTextLine-level note

Same rules as Create Stock Transfer — both warehouses required and different, at least one line with a positive quantity, bin required for Bin-Managed warehouses.

After saving, you are redirected to the Stock Transfer Detail page. Status remains Draft.

  1. Open the Stock Transfer Detail for a Draft document.
  2. Click Edit.
  3. Adjust line items or bin assignments and click Save.
  • Editing requires Write permission on Operations.
  • Only Draft documents can be edited.