[IMP] point_of_sale: Update register.rst

This commit is contained in:
Yannick Tivisse
2018-07-18 13:36:37 +02:00
parent 87463db78d
commit b40e068edc
14 changed files with 31 additions and 61 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 630 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

-60
View File
@@ -1,60 +0,0 @@
==========================
How to register customers?
==========================
Register an order
=================
On the dashboard, click on **New Session**:
.. image:: media/register01.png
:align: center
You arrive now on the main view :
.. image:: media/register02.png
:align: center
On the right you can see the list of your products with the categories
on the top. If you click on a product, it will be added in the cart. You
can directly set the quantity or weight by typing it on the keyboard.
Record a customer
=================
On the main view, click on **Customer**:
.. image:: media/register03.png
:align: center
Register a new customer by clicking on the button.
.. image:: media/register04.png
:align: center
The following form appear. Fill in the relevant information:
.. image:: media/register05.png
:align: center
When it's done click on the **floppy disk** icon
.. image:: media/register06.png
:align: center
You just registered a new customer. To set this customer to the current
order, just tap on **Set Customer**.
.. image:: media/register07.png
:align: center
The customer is now set on the order.
.. image:: media/register08.png
:align: center
.. seealso::
* :doc:`../shop/cash_control`
* :doc:`../shop/invoice`
* :doc:`../shop/refund`
* :doc:`../shop/seasonal_discount`