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

# Receipts

> Print and reprint the sale receipt, kick the drawer, and read the live drawer position.

The **Receipt** screen handles the printed ticket and shows the live register-drawer
position. It drives the receipt printer and cash drawer through the hardware layer.

## Printing and reprinting

The screen prints, reprints and can kick the cash drawer through the shared hardware
ports. For the pilot these run against the in-memory mock hardware; concrete
printer / drawer drivers are a later wave.

## The live drawer position

The drawer card is live from the finance vertical: it shows the opening float, the
expected amount, the counted amount and the variance for the open session.

<Note>
  For the pilot, the printable receipt renders a demo ticket rather than the sale you
  just finalized — the finalized-sale event is shown inline on the checkout sold panel,
  but is not yet handed to the receipt screen for printing. The drawer card is live.
</Note>

## Related

* [Take payment](/en/caisse/encaissement) — the sale whose recap is shown after
  finalize.
* [Peripherals](/en/caisse/peripheriques) — pair the printer and drawer.
* [Daily cash session](/en/caisse/journee-caisse) — the drawer the position card
  reflects.
