[IMP] pos: remove duplicate of set customer and update sections accordingly
task-3366190
closes odoo/documentation#6667
X-original-commit: 4118cb9bf9
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
This commit is contained in:
parent
e28bed32d0
commit
e24c83a0a1
@ -129,6 +129,8 @@ Example
|
|||||||
|
|
||||||
.. placeholder
|
.. placeholder
|
||||||
|
|
||||||
|
.. _cheat_sheet/journals:
|
||||||
|
|
||||||
Journal entries
|
Journal entries
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
@ -51,14 +51,19 @@ Once an order is completed, proceed to checkout by clicking :guilabel:`Payment`.
|
|||||||
Set customers
|
Set customers
|
||||||
=============
|
=============
|
||||||
|
|
||||||
You can create and set customers from an :ref:`open POS session <pos/session-start>`. Registering
|
Registering your customer is necessary to :doc:`collect their loyalty points and grant them rewards
|
||||||
your customer is necessary to :doc:`collect their loyalty points and grant them rewards
|
|
||||||
<point_of_sale/pricing/loyalty>`, automatically apply the :doc:`attributed pricelist
|
<point_of_sale/pricing/loyalty>`, automatically apply the :doc:`attributed pricelist
|
||||||
<point_of_sale/pricing/pricelists>`, or :ref:`generate and print an invoice
|
<point_of_sale/pricing/pricelists>`, or :ref:`generate and print an invoice
|
||||||
<receipts-invoices/invoices>`.
|
<receipts-invoices/invoices>`.
|
||||||
|
|
||||||
To access the list of customers, click :guilabel:`Customer` on the POS interface. Then, select a
|
You can create customers from an :ref:`open POS session <pos/session-start>` by clicking
|
||||||
customer or create a new one by clicking :guilabel:`Create`, completing the form, and saving.
|
:menuselection:`Customer --> Create`, and filling in the contact information. You can also create
|
||||||
|
customers from the backend by going to :menuselection:`Point of Sale --> Orders --> Customers` and
|
||||||
|
clicking :guilabel:`New`. Then, fill in the information and save.
|
||||||
|
|
||||||
|
To set a customer during an order, access the list of customers by clicking :guilabel:`Customer` on
|
||||||
|
the POS interface. You can also set a customer at the payment screen by clicking
|
||||||
|
:guilabel:`Customer`.
|
||||||
|
|
||||||
.. _pos/customer-notes:
|
.. _pos/customer-notes:
|
||||||
|
|
||||||
|
@ -39,41 +39,38 @@ select the corresponding order and click :guilabel:`Print Receipt`.
|
|||||||
Invoices
|
Invoices
|
||||||
========
|
========
|
||||||
|
|
||||||
In Point of Sale, you can issue and print invoices upon payment at the cash register or retrieve all
|
Point of Sale allows you to issue and print invoices for :ref:`registered customers <pos/customers>`
|
||||||
the past invoiced orders.
|
upon payment and retrieve all past invoiced orders.
|
||||||
|
|
||||||
Set a customer
|
|
||||||
--------------
|
|
||||||
|
|
||||||
First, you need to open a session and set your customer. Open the **POS interface** by going to
|
|
||||||
:menuselection:`Point of Sale --> New session --> Open session`. Then, click :guilabel:`Customer` to
|
|
||||||
access the list of **customers**.
|
|
||||||
|
|
||||||
.. image:: receipts_invoices/select-customer-ui.png
|
|
||||||
:alt: customer selection and creation button
|
|
||||||
|
|
||||||
From there, you can either set an existing customer by clicking their name or create a new one by
|
|
||||||
clicking :guilabel:`Create`. Doing so opens a customer creation form to fill in with their
|
|
||||||
information. Click :guilabel:`Save` to validate and set this new customer.
|
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
- You can also **edit** a customer's information by clicking :guilabel:`Details`.
|
An invoice created in a POS creates an entry into the corresponding :ref:`accounting journal
|
||||||
- If you did not set your customer during the order, you can do so at the payment screen by
|
<cheat_sheet/journals>`, previously :ref:`set up <receipts_invoices/invoice_configuration>`.
|
||||||
clicking :guilabel:`Customer`.
|
|
||||||
|
.. _receipts_invoices/invoice_configuration:
|
||||||
|
|
||||||
|
Configuration
|
||||||
|
-------------
|
||||||
|
|
||||||
|
To define what journals will be used for a specific POS, go to the :ref:`POS' settings
|
||||||
|
<configuration/settings>` and scroll down to the accounting section. Then, you can determine the
|
||||||
|
accounting journals used by default for orders and invoices in the :guilabel:`Default Journals`
|
||||||
|
section.
|
||||||
|
|
||||||
|
.. image:: receipts_invoices/invoice-config.png
|
||||||
|
:alt: accounting section in the POS settings
|
||||||
|
|
||||||
Invoice a customer
|
Invoice a customer
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
Once an order is done, click :guilabel:`Payment` to move to the **payment screen**. Click
|
Upon processing a payment, click :guilabel:`Invoice` underneath the customer's name to issue an
|
||||||
:guilabel:`Invoice` underneath the customer's name to enable issuing and printing invoices upon
|
invoice for that order.
|
||||||
payment.
|
|
||||||
|
|
||||||
.. image:: receipts_invoices/invoice-button.png
|
|
||||||
:alt: button to generate an invoice in POS
|
|
||||||
|
|
||||||
Select the payment method and click :guilabel:`Validate`. The **invoice** is automatically issued
|
Select the payment method and click :guilabel:`Validate`. The **invoice** is automatically issued
|
||||||
and ready to be downloaded and/or printed.
|
and ready to be downloaded and/or printed.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
To be able to issue an invoice, a :ref:`customer <pos/customers>` must be selected.
|
||||||
|
|
||||||
Retrieve invoices
|
Retrieve invoices
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Loading…
Reference in New Issue
Block a user