> ## Documentation Index
> Fetch the complete documentation index at: https://docs-pos.solya.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Quotes

> Draft a quote for a customer, move it through its lifecycle, and convert it to a sale.

The **Quotes** counter drafts a quote (devis) for a customer, tracks it through its
lifecycle, and converts an accepted quote into a sale.

## Drafting a quote

Build a quote from lines for a customer (`POST /v1/quotes`). Creating a quote
requires the `sale:create` permission. The managed list of quotes is read live and
scoped to the store (`GET /v1/quotes`).

## Lifecycle

A quote moves through:

* **Send** — issue the quote to the customer.
* **Accept** — the customer accepts.
* **Cancel** — withdraw the quote.

## Converting to a sale

An accepted quote can be converted straight to checkout — the quote's lines become
the basket, ready to take payment.

## Related

* [Take payment](/en/caisse/encaissement) — where a converted quote is settled.
* [Deposits & reservations](/en/caisse/acomptes-reservations) — take a deposit against
  a quoted order.
