> ## 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

> Create priced quotes, send them to customers and convert accepted ones to sales in the Solya POS Centrale.

A **quote (devis)** is a priced proposal for a customer. The Centrale lets you
draft a quote, **send** it, and track it to **acceptance** — at which point it can
be converted into a sale.

## What it is for

* Draft a quote with its customer and lines, priced like a real basket.
* **Send** the quote to the customer.
* Track it as it is **accepted** or **cancelled**.

## Key screens and actions

<Steps>
  <Step title="Browse quotes">
    The quotes screen lists quotes with their status; open one for its detail.
  </Step>

  <Step title="Create or edit a quote">
    The quote form captures the customer and lines and computes the totals (HT,
    tax, TTC).
  </Step>

  <Step title="Send">
    Send the quote to the customer for review.
  </Step>

  <Step title="Accept or cancel">
    Mark the quote accepted (ready to convert to a sale) or cancel it.
  </Step>
</Steps>

<Note>
  Quotes share the same pricing model as the [catalogue](/en/centrale/catalogue) and
  till, so a quote's prices match what the customer would be charged.
</Note>

## In the API

| Capability    | Endpoints                                              |
| ------------- | ------------------------------------------------------ |
| List & detail | `GET /v1/quotes`, `GET /v1/quotes/{quoteId}`           |
| Create / edit | `POST /v1/quotes`, `PUT /v1/quotes/{quoteId}`          |
| Lifecycle     | `POST /v1/quotes/{quoteId}/send`, `/accept`, `/cancel` |

See the [API Reference](/en/developers/overview) for full details.
