documentation/point_of_sale/advanced/reprint.rst
jorenvo 727180d653 [FIX] point_of_sale: correct reprint documentation
The documentation incorrectly implied that the Reprinting related
configuration affects the 'reprint' button in the backend on
pos.order. This button is always available in Odoo 9.

Instead, the Reprinting feature (which is implemented by pos_reprint)
allows a cashier to reprint the last printed receipt from the POS
frontend.

opw-703848

Closes #203
2017-02-02 08:36:53 +01:00

39 lines
987 B
ReStructuredText

========================
How to reprint receipts?
========================
Configuration
=============
This feature requires a POSBox and a receipt printer.
If you want to allow a cashier to reprint a ticket, go to
:menuselection:`Configuration --> Settings` and tick the option
**Allow cashier to reprint receipts**.
.. image:: media/reprint01.png
:align: center
You also need to allow the reprinting on the point of sale. Go to
:menuselection:`Configuration --> Point of Sale`,
open the one you want to configure and and tick the option **Reprinting**.
.. image:: media/reprint02.png
:align: center
How to reprint a receipt?
=========================
In the Point of Sale interface click on the **Reprint Receipt** button.
.. image:: media/reprint03.png
:align: center
The last printed receipt will be printed again.
.. seealso::
* :doc:`../shop/cash_control`
* :doc:`../shop/invoice`
* :doc:`../shop/refund`
* :doc:`../shop/seasonal_discount`