Skip to content

Commit 459018e

Browse files
committed
[IMP] Accounting: follow-up reports
taskid-3316301 closes #4439 X-original-commit: 48f3417 Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
1 parent af5c958 commit 459018e

File tree

1 file changed

+35
-14
lines changed
  • content/applications/finance/accounting/receivables/customer_payments

1 file changed

+35
-14
lines changed

content/applications/finance/accounting/receivables/customer_payments/followup.rst

Lines changed: 35 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Follow-up on invoices
33
=====================
44

55
A follow-up message can be sent to customers when a payment is overdue. Odoo helps you identify late
6-
payments and allows you to schedule and send the appropriate reminders, using **follow-up actions**
6+
payments and allows you to schedule and send the appropriate reminders using **follow-up actions**
77
that trigger automatically one or more actions according to the number of overdue days. You can send
88
your follow-ups via different means such as email, post, or SMS.
99

@@ -14,31 +14,52 @@ Configuration
1414
=============
1515

1616
To configure a :guilabel:`Follow-Up Action`, go to :menuselection:`Accounting --> Configuration -->
17-
Follow-up Levels`. Several follow-up actions are available by default, and you can customize them
18-
any way you want or create new ones to trigger the following actions:
17+
Follow-up Levels`. Several follow-up actions are available by default, but you can create new ones
18+
if required, and can change the **name** and the **number of days** after which the follow-up
19+
actions are triggered. The follow-up :guilabel:`Actions` available are:
1920

20-
- Send an email;
21+
- :guilabel:`Send an email`;
2122
- :ref:`Send an SMS message <pricing/pricing_and_faq>`;
22-
- Print a letter;
23+
- :guilabel:`Print a letter`;
2324
- :ref:`Send a letter <customer_invoices/snailmail>`;
24-
- Manual action (creates a task).
25+
- :guilabel:`Manual action` (creates a task).
2526

26-
It is also possible to automatically send a reminder by enabling the :guilabel:`Auto Execute`
27-
option, within a specific :guilabel:`Follow-Up Action`.
27+
It is possible to automatically send a reminder by enabling the :guilabel:`Auto Execute` option, and
28+
attaching the *open* invoice(s) by enabling :guilabel:`Join open invoices`, within a specific
29+
follow-up action.
30+
31+
Depending on the :guilabel:`Actions` enabled, the :guilabel:`Message` tab contains different message
32+
options:
33+
34+
- The :guilabel:`Email Subject` and the :guilabel:`Description` or content of the email
35+
automatically used;
36+
- If you selected :guilabel:`SMS`, the content of the SMS text;
37+
- If you enabled :guilabel:`Manual Action`, you can assign someone in the :guilabel:`Assign a
38+
Responsible` field to manage that follow-up and the :guilabel:`Manual Action Type`
39+
(:guilabel:`Email`, :guilabel:`Call`, etc.), as well as input a description of the
40+
:guilabel:`Action To Do`.
41+
42+
.. note:: The text between `%(text)s` automatically fetches the partner's info.
43+
44+
- **%(partner_name)s**: Partner name;
45+
- **%(date)s**: Current date;
46+
- **%(amount_due)s**: Amount due by the partner;
47+
- **%(user_signature)s**: User name;
48+
- **%(company_name)s**: User's company name.
2849

2950
.. tip::
3051
To send a reminder before the actual due date is reached, set a negative number of due days.
3152

3253
Follow-up reports
3354
=================
3455

35-
The overdue invoices you need to follow up on are available in :menuselection:`Accounting -->
36-
Customers --> Follow-up Reports`. From there, you can identify all the customers that have late
37-
unpaid invoices.
56+
Overdue invoices you need to follow up on are available in :menuselection:`Accounting --> Customers
57+
--> Follow-up Reports`. By default, Odoo filters by :guilabel:`Customer Invoices` that are
58+
:guilabel:`In need of action`.
3859

39-
When you open a customer, you see all their unpaid invoices (overdue or not). The due dates of the
40-
late invoices appear in red. Select the invoices that are not late yet in the :guilabel:`Excluded`
41-
column to exclude them from the reminder you send.
60+
When selecting an invoice, you see all of the customer's unpaid invoices (overdue or not), and their
61+
payments. The due dates of late invoices appear in red. Select the invoices that are *not* late by
62+
clicking the :guilabel:`Excluded` column to exclude them from the reminder you send.
4263

4364
It is up to you to decide how to remind your customer. You can select :guilabel:`Print Letter`,
4465
:guilabel:`Send By Email`, :guilabel:`Send By Post`, :guilabel:`Send By SMS`. Then, click on

0 commit comments

Comments
 (0)