[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
This commit is contained in:
jorenvo 2017-02-01 23:36:53 -08:00 committed by Martin Trigaux
parent f6e78eefcc
commit 727180d653
4 changed files with 5 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View File

@ -5,6 +5,8 @@ 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**.
@ -22,23 +24,15 @@ open the one you want to configure and and tick the option **Reprinting**.
How to reprint a receipt?
=========================
On the **Dashboard**, click on **More** and then on **Sales Orders**.
In the Point of Sale interface click on the **Reprint Receipt** button.
.. image:: media/reprint03.png
:align: center
On the orders list, search and click on the order you want to reprint.
.. image:: media/reprint04.png
:align: center
On the order, click on reprint.
.. image:: media/reprint05.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`
* :doc:`../shop/seasonal_discount`