[IMP] point_of_sale: Update invoice.rst
@ -1,117 +1,60 @@
|
|||||||
======================================
|
==============================
|
||||||
How to invoice from the POS interface?
|
Invoice from the PoS interface
|
||||||
======================================
|
==============================
|
||||||
|
|
||||||
Register an order
|
Some of your customers might request an invoice when buying from your
|
||||||
=================
|
Point of Sale, you can easily manage it directly from the PoS interface.
|
||||||
|
|
||||||
On the **Dashboard**, you can see your points of sales, click on **New
|
Activate invoicing
|
||||||
session**:
|
==================
|
||||||
|
|
||||||
|
Go to :menuselection:`Point of Sale --> Configuration --> Point of Sale`
|
||||||
|
and select your Point of Sale:
|
||||||
|
|
||||||
.. image:: media/invoice01.png
|
.. image:: media/invoice01.png
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
You are on the ``main`` point of sales view :
|
Under the *Bills & Receipts* you will see the invoicing option, tick
|
||||||
|
it. Don't forget to choose in which journal the invoices should be
|
||||||
|
created.
|
||||||
|
|
||||||
.. image:: media/invoice02.png
|
.. image:: media/invoice02.png
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
On the right you can see the list of your products with the categories
|
Select a customer
|
||||||
on the top. Switch categories by clicking on it.
|
=================
|
||||||
|
|
||||||
If you click on a product, it will be added in your cart. You can
|
From your session interface, use the customer button
|
||||||
directly set the correct **Quantity/Weight** by typing it on the keyboard.
|
|
||||||
|
|
||||||
Add a customer
|
|
||||||
==============
|
|
||||||
|
|
||||||
By selecting in the customer list
|
|
||||||
---------------------------------
|
|
||||||
|
|
||||||
On the main view, click on **Customer** (above **Payment**):
|
|
||||||
|
|
||||||
.. image:: media/invoice03.png
|
.. image:: media/invoice03.png
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
You must set a customer in order to be able to issue an invoice.
|
You can then either select an existing customer and set it as your
|
||||||
|
customer or create a new one by using this button.
|
||||||
|
|
||||||
.. image:: media/invoice04.png
|
.. image:: media/invoice04.png
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
You can search in the list of your customers or create new ones by
|
You will be invited to fill out the customer form with its information.
|
||||||
clicking on the icon.
|
|
||||||
|
Invoice your customer
|
||||||
|
=====================
|
||||||
|
|
||||||
|
From the payment screen, you now have an invoice option, use the button
|
||||||
|
to select it and validate.
|
||||||
|
|
||||||
.. image:: media/invoice05.png
|
.. image:: media/invoice05.png
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
.. note::
|
You can then print the invoice and move on to your next order.
|
||||||
For more explanation about adding a new customer. Please read the
|
|
||||||
document :doc:`../advanced/register`.
|
|
||||||
|
|
||||||
By using a barcode for customer
|
Retrieve invoices
|
||||||
-------------------------------
|
-----------------
|
||||||
|
|
||||||
On the main view, click on **Customer** (above **Payment**):
|
Once out of the PoS interface (:menuselection:`Close --> Confirm` on the top right corner)
|
||||||
|
you will find all your orders in :menuselection:`Point of Sale -->
|
||||||
.. image:: media/invoice03.png
|
Orders --> Orders` and under the status tab you will see which ones have
|
||||||
:align: center
|
been invoiced. When clicking on a order you can then access the invoice.
|
||||||
|
|
||||||
Select a customer and click on the pencil to edit.
|
|
||||||
|
|
||||||
.. image:: media/invoice09.png
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
Set a the barcode for customer by scanning it.
|
|
||||||
|
|
||||||
.. image:: media/invoice10.png
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
Save modifications and now when you scan the customer's barcode, he is assigned
|
|
||||||
to the order
|
|
||||||
|
|
||||||
.. note::
|
|
||||||
Be careful with the **Barcode Nomenclature**. By default, customers' barcodes
|
|
||||||
have to begin with 042. To check the default barcode nomenclature, go to
|
|
||||||
:menuselection:`Point of Sale --> Configuration --> Barcode Nomenclatures`.
|
|
||||||
|
|
||||||
.. image:: media/invoice11.png
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
|
|
||||||
Payment and invoicing
|
|
||||||
=====================
|
|
||||||
|
|
||||||
Once the cart is processed, click on **Payment**. You can choose the
|
|
||||||
customer payment method. In this example, the customer owes you ``10.84 €``
|
|
||||||
and pays with by a ``VISA``.
|
|
||||||
|
|
||||||
Before clicking on **Validate**, you have to click on **Invoice** in order to
|
|
||||||
create an invoice from this order.
|
|
||||||
|
|
||||||
.. image:: media/invoice06.png
|
.. image:: media/invoice06.png
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
Your invoice is printed and you can continue to make orders.
|
|
||||||
|
|
||||||
Retrieve invoices of a specific customer
|
|
||||||
========================================
|
|
||||||
|
|
||||||
To retrieve the customer's invoices, go to the **Sale** application, click
|
|
||||||
on :menuselection:`Sales --> Customers`.
|
|
||||||
|
|
||||||
On the customer information view, click on the **Invoiced** button :
|
|
||||||
|
|
||||||
.. image:: media/invoice07.png
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
You will get the list all his invoices. Click on the invoice to get the
|
|
||||||
details.
|
|
||||||
|
|
||||||
.. image:: media/invoice08.png
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
.. seealso::
|
|
||||||
* :doc:`cash_control`
|
|
||||||
* :doc:`../advanced/register`
|
|
||||||
* :doc:`refund`
|
|
||||||
* :doc:`seasonal_discount`
|
|
||||||
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 665 B After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 95 KiB |