Skip to content

Edit A/R Invoice

Update an existing A/R Invoice that is in Draft status. The edit form uses the same structure as the create form with the addition of optimistic concurrency version tracking. Once an invoice is posted, it can no longer be edited.

A/R Invoice edit form pre-filled with existing document data including customer and line items

From the A/R Invoice Detail page, click Edit, or navigate directly to /finance/ar/invoices/:id/edit.

The Edit button is only visible when the invoice is in Draft status.

The edit form uses the same tab structure as Create A/R Invoice. The following changes apply in edit mode:

  • The document number is displayed in the header (read-only)
  • The current status badge is shown
  • Existing line items are loaded and can be modified or deleted
  • Deleted lines are tracked and removed on save
  • A version field is included transparently to prevent conflicting concurrent edits
FieldNote
Document NumberAssigned at creation; cannot be changed
StatusChanges only through workflow actions (Post, Cancel)

All other header and line fields are editable while the invoice remains in Draft.

The edit form applies the same validation rules as the create form. See Create A/R Invoice — Validation Rules for the full list.

After a successful update you are redirected to the A/R Invoice Detail page. A success notification confirms the save.

If a concurrent edit conflict is detected (version mismatch), an error message is shown and the save is rejected. Reload the page to see the latest data before retrying.

  1. Open the invoice detail page and click Edit.
  2. Modify the relevant fields or line items.
  3. Click Update Invoice — the system saves the changes and returns to the detail page.
  • Editing invoices requires the canEditARInvoice permission.
  • Only Draft invoices can be edited. The Edit button is hidden for Posted, Cancelled, or Closed invoices.