Skip to content

Edit Stock In

Update an existing Stock In document that is still in Draft status. The edit form uses the same layout as the Create form — a Document Details card and a Line Items table — but opens with all existing data pre-filled. Confirmed and Cancelled documents cannot be edited.

Edit Stock In form pre-filled with existing document data showing the warehouse, date, and line items ready to be updated

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

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

The edit form uses the same structure as Create Stock In. See that page for the full field reference. The following differences apply in edit mode:

  • The document number is displayed in the page header as read-only.
  • The document status badge shows the current status (always Draft when editing).
  • All fields are editable: warehouse, document date, reference, remarks, and all line items.
FieldRequiredTypeDescriptionValidation
WarehouseYesEntity selectReceiving warehouseOnly active warehouses
Document DateNoDateDate of the physical receipt
ReferenceNoTextExternal reference number
RemarksNoTextareaDocument-level notes

Line items can be added, edited, and removed. Existing lines have their current values pre-filled. New lines can be added with Add Line. Existing lines can be removed with the delete icon.

FieldRequiredTypeDescription
ItemYesEntity selectStock-tracked item
QuantityYesNumberMust be greater than 0
UOMNoTextAuto-populated from item
NotesNoTextLine-level note

Same rules as Create Stock In:

RuleBehavior
Warehouse requiredCannot save without a warehouse
At least one lineAt least one line with an item is required
Quantity positiveAll quantities must be greater than 0
Item required per lineEach line must have an item selected

After saving:

  • The document is updated with the new values
  • Status remains Draft
  • You are redirected to the Stock In Detail page
  • A success notification confirms the update
  1. Open the Stock In Detail page for a Draft document.
  2. Click Edit to open the edit form.
  3. Make the necessary changes and click Save to return to the detail view.
  • Editing requires Write permission on Operations.
  • Only Draft documents can be edited. If you need to correct a Confirmed document, cancel it and create a new one.