@@ -3,7 +3,7 @@ Follow-up on invoices
33=====================
44
55A 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 **
77that trigger automatically one or more actions according to the number of overdue days. You can send
88your follow-ups via different means such as email, post, or SMS.
99
@@ -14,31 +14,52 @@ Configuration
1414=============
1515
1616To 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
3253Follow-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
4364It 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