2019-11-14 14:42:22 +01:00
|
|
|
|
========================
|
2022-05-04 12:36:35 +00:00
|
|
|
|
Credit notes and refunds
|
2019-11-14 14:42:22 +01:00
|
|
|
|
========================
|
2023-02-13 15:50:13 +00:00
|
|
|
|
|
2022-11-18 10:10:48 +00:00
|
|
|
|
A **credit note**, or **credit memo**, is a document issued
|
|
|
|
|
|
to a customer that notifies them that they have been credited
|
2019-11-14 14:42:22 +01:00
|
|
|
|
a certain amount.
|
|
|
|
|
|
|
|
|
|
|
|
There are several reasons that can lead to a credit note, such as:
|
|
|
|
|
|
* a mistake in the invoice
|
|
|
|
|
|
* a return of the goods, or a rejection of the services
|
|
|
|
|
|
* the goods delivered are damaged
|
|
|
|
|
|
|
|
|
|
|
|
.. note::
|
2022-11-18 10:10:48 +00:00
|
|
|
|
Issuing a credit note is the only legal way to cancel,
|
|
|
|
|
|
refund or modify a validated invoice. Don’t forget to
|
2019-11-14 14:42:22 +01:00
|
|
|
|
*register the payment* afterward if you need to send money
|
|
|
|
|
|
back to your customer.
|
|
|
|
|
|
|
|
|
|
|
|
Issue a Credit Note
|
|
|
|
|
|
===================
|
2023-02-13 15:50:13 +00:00
|
|
|
|
|
2022-11-18 10:10:48 +00:00
|
|
|
|
You can create a credit note from scratch by going to
|
|
|
|
|
|
:menuselection:`Accounting --> Customers --> Credit Notes`,
|
|
|
|
|
|
and by clicking on *Create*. Filling the Credit Note’s form
|
2019-11-14 14:42:22 +01:00
|
|
|
|
works the same way as the Invoice’s form.
|
|
|
|
|
|
|
2022-11-18 10:10:48 +00:00
|
|
|
|
However, most of the time, credit notes are generated directly
|
2019-11-14 14:42:22 +01:00
|
|
|
|
from the invoices they are related to.
|
|
|
|
|
|
|
|
|
|
|
|
To do so, open the *Customer Invoice*, and click on *Add Credit Note*.
|
|
|
|
|
|
|
2022-05-20 09:54:32 +00:00
|
|
|
|
.. image:: credit_notes/credit_notes01.png
|
2019-11-14 14:42:22 +01:00
|
|
|
|
:align: center
|
|
|
|
|
|
|
|
|
|
|
|
You can choose between three options:
|
|
|
|
|
|
- Partial Refund
|
|
|
|
|
|
- Full Refund
|
|
|
|
|
|
- Full refund and new draft invoice
|
|
|
|
|
|
|
|
|
|
|
|
.. note::
|
2022-11-18 10:10:48 +00:00
|
|
|
|
Credit Notes’ numbers start with “R” and are followed by the
|
|
|
|
|
|
number of the document they are related to (e.g., RINV/2019/0004).
|
2019-11-14 14:42:22 +01:00
|
|
|
|
|
|
|
|
|
|
Partial Refund
|
|
|
|
|
|
--------------
|
2023-02-13 15:50:13 +00:00
|
|
|
|
|
2022-11-18 10:10:48 +00:00
|
|
|
|
Odoo creates a draft credit note already prefilled with all the
|
2019-11-14 14:42:22 +01:00
|
|
|
|
necessary information from the original invoice.
|
|
|
|
|
|
|
2022-11-18 10:10:48 +00:00
|
|
|
|
This is the option to choose to do a partial refund, or if you
|
2019-11-14 14:42:22 +01:00
|
|
|
|
want to modify any detail on the credit note.
|
|
|
|
|
|
|
|
|
|
|
|
.. note::
|
|
|
|
|
|
This is the only option available for invoices that are already marked as *Paid*.
|
|
|
|
|
|
|
|
|
|
|
|
Full Refund
|
|
|
|
|
|
-----------
|
2023-02-13 15:50:13 +00:00
|
|
|
|
|
2022-11-18 10:10:48 +00:00
|
|
|
|
Odoo creates a credit note, automatically validates it, and
|
2019-11-14 14:42:22 +01:00
|
|
|
|
reconciles the original invoice with it.
|
|
|
|
|
|
|
2022-05-20 09:54:32 +00:00
|
|
|
|
.. image:: credit_notes/credit_notes02.png
|
2019-11-14 14:42:22 +01:00
|
|
|
|
:align: center
|
|
|
|
|
|
|
2022-11-18 10:10:48 +00:00
|
|
|
|
This is the option to choose to do a full refund or cancel
|
2019-11-14 14:42:22 +01:00
|
|
|
|
a validated invoice.
|
|
|
|
|
|
|
|
|
|
|
|
Full refund and new draft invoice
|
|
|
|
|
|
---------------------------------
|
2023-02-13 15:50:13 +00:00
|
|
|
|
|
2022-11-18 10:10:48 +00:00
|
|
|
|
Odoo creates a credit note, automatically validates it, reconciles
|
|
|
|
|
|
the original invoice with it, and open a new draft invoice
|
2019-11-14 14:42:22 +01:00
|
|
|
|
prefilled with the same details from the original invoice.
|
|
|
|
|
|
|
|
|
|
|
|
This is the option to choose to modify the content of a validated invoice.
|
|
|
|
|
|
|
|
|
|
|
|
Record a Vendor Refund
|
|
|
|
|
|
======================
|
2023-02-13 15:50:13 +00:00
|
|
|
|
|
2019-11-14 14:42:22 +01:00
|
|
|
|
**Vendor Refunds** are recorded the same way you would do with invoices’ credit notes:
|
|
|
|
|
|
|
2022-11-18 10:10:48 +00:00
|
|
|
|
You can either create a credit note from scratch by going
|
|
|
|
|
|
to :menuselection:`Accounting --> Vendors --> Refund`, and
|
|
|
|
|
|
by clicking on *Create*, or by opening the validated *Vendor Bill*,
|
2019-11-14 14:42:22 +01:00
|
|
|
|
and clicking on *Add Credit Note*.
|
2022-11-18 10:10:48 +00:00
|
|
|
|
|
2019-11-14 14:42:22 +01:00
|
|
|
|
Journal Entries
|
|
|
|
|
|
===============
|
2023-02-13 15:50:13 +00:00
|
|
|
|
|
2022-11-18 10:10:48 +00:00
|
|
|
|
Issuing a credit note from an invoice creates a **reverse entry**
|
|
|
|
|
|
that zeroes out the journal items generated by the original invoice.
|
2019-11-14 14:42:22 +01:00
|
|
|
|
|
|
|
|
|
|
Here is an example of an invoice’s journal entry:
|
|
|
|
|
|
|
2022-05-20 09:54:32 +00:00
|
|
|
|
.. image:: credit_notes/credit_notes03.png
|
2019-11-14 14:42:22 +01:00
|
|
|
|
:align: center
|
|
|
|
|
|
|
2022-11-18 10:10:48 +00:00
|
|
|
|
And here is the credit note’s journal entry generated to reverse
|
2019-11-14 14:42:22 +01:00
|
|
|
|
the original invoice above:
|
|
|
|
|
|
|
2022-05-20 09:54:32 +00:00
|
|
|
|
.. image:: credit_notes/credit_notes04.png
|
2019-11-14 14:42:22 +01:00
|
|
|
|
:align: center
|