[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

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`

View File

@ -7,4 +7,4 @@ Overview
overview/start
overview/setup
overview/register

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -0,0 +1,30 @@
==================
Register customers
==================
Registering your customers will give you the ability to grant them
various privileges such as discounts, loyalty program, specific
communication. It will also be required if they want an invoice and
registering them will make any future interaction with them faster.
Create a customer
=================
From your session interface, use the customer button.
.. image:: media/register01.png
:align: center
Create a new one by using this button.
.. image:: media/register02.png
:align: center
You will be invited to fill out the customer form with their
information.
.. image:: media/register03.png
:align: center
Use the save button when you are done. You can then select that customer
in any future transactions.