Skip to content

Sales Quotation Detail

View the complete details of a sales quotation including the document header, all line items, financial totals, and current workflow status. From this page you can trigger workflow transitions, edit the quotation (if in Draft), duplicate it, convert an accepted quotation to a Sales Order, or delete a draft.

Sales Quotation Detail page showing document header with customer, date, status badge, action buttons, and line items table with totals

From the Sales Quotations list, click any row, or navigate directly to /commerce/sales/quotations/:id.

The top of the page displays the document number and a status badge. Action buttons available depend on the current status:

ButtonDescriptionAvailable When
BackReturn to the Sales Quotations listAlways
HistoryOpen the document change history dialogAlways
EditOpen the Edit Sales Quotation formDraft only
DuplicateCreate a copy of this quotation as a new DraftAlways
DeleteDelete the quotation after confirmationDraft only
Send to CustomerTransition Draft → SentDraft
AcceptTransition Sent → AcceptedSent
RejectTransition Sent → Rejected (requires reason)Sent
Convert to OrderTransition Accepted → Converted; creates a Sales OrderAccepted
Revert to DraftTransition Rejected or Expired → DraftRejected, Expired
Cancel QuotationTransition Draft or Sent → Cancelled (requires reason)Draft, Sent
Export PDFDownload the quotation as a PDFAlways (if configured)

When a quotation is in Accepted status, a Next steps strip appears offering a Create Invoice shortcut to the A/R invoice creation page.

FieldDescription
Document NumberSystem-generated quotation number
StatusCurrent status badge
CustomerBusiness partner name and code
DateDocument date
Valid UntilQuotation expiry date
CurrencyTransaction currency
Sales PersonAssigned sales person
Payment TermsPayment terms code and name
Price ListApplied price list
ContactCustomer contact name
Billing AddressBilling address label
Shipping AddressShipping address label
ReferenceExternal reference number
RemarksQuotation remarks

The line items section lists all products included in the quotation.

ColumnDescription
#Line number
ItemItem code and name
DescriptionLine-level description
WarehouseWarehouse code
QtyQuoted quantity
Unit PricePrice per unit (may be masked)
Disc %Line discount percentage
Price After Disc.Unit price after line discount (may be masked)
Tax CategoryTax category applied
Tax AmountCalculated tax amount (may be masked)
Line TotalTotal for the line (may be masked)

If the price list is outside your access scope, all financial columns show a masked state and a banner indicates which price list is applied.


Displayed at the bottom of the line items section:

FieldDescription
Total QuantitySum of all line quantities
SubtotalSum of line totals before document discount and tax
DiscountDocument-level discount amount
TaxTotal tax amount
Grand TotalFinal total including tax and document discount

graph LR
    DRAFT -->|Send| SENT
    DRAFT -->|Cancel| CANCELLED
    SENT -->|Accept| ACCEPTED
    SENT -->|Reject| REJECTED
    SENT -->|Cancel| CANCELLED
    ACCEPTED -->|Convert to Order| CONVERTED
    REJECTED -->|Revert| DRAFT
    EXPIRED -->|Revert| DRAFT

Click History in the action bar to open the change history dialog. The history shows field-level changes across all versions of the document, grouped by category (Customer, Document, Totals, Line Items, Addresses, Pricing).


  1. Verify the quotation is in Draft status — the Delete button only appears for drafts.
  2. Click Delete in the action bar.
  3. A confirmation dialog warns that the deletion is permanent.
  4. Click Delete to confirm — you are redirected to the Sales Quotations list.
  • Once a quotation is Sent, it is locked for editing. Use Revert to Draft (after rejection or expiry) to make changes.
  • Confirming Convert to Order calls the copy-from-quotation API and creates a new Sales Order in Draft status, then marks the quotation as Converted.
  • Rejection requires a written reason, which is stored in the Rejection Reason field.
  • Cancellation requires a written reason and is irreversible.
  1. Open the page from the Sales Quotations list by clicking a row.
  2. Review the document header and line items.
  3. Click the appropriate workflow action (Send, Accept, Convert to Order) to advance the document.