Skip to content

Commit 6f538ff

Browse files
committed
[IMP] Expenes: Updating expense reports
closes #15171 X-original-commit: 3f2dc4a Signed-off-by: Felicia Kuan (feku) <[email protected]>
1 parent f92f1d3 commit 6f538ff

File tree

6 files changed

+46
-55
lines changed

6 files changed

+46
-55
lines changed

content/applications/finance/expenses/expense_reports.rst

Lines changed: 46 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,24 @@
22
Expense reports
33
===============
44

5-
When expenses are ready to submit (such as, at the end of a business trip, or once a month), an
6-
*expense report* needs to be created. Open the main :menuselection:`Expenses app` dashboard, which
7-
displays the :guilabel:`My Expenses` dashboard, by default. Alternatively, navigate to
8-
:menuselection:`Expenses app --> My Expenses --> My Expenses`.
5+
When expenses are ready to submit (such as at the end of a business trip, or once a month), an
6+
*expense report* needs to be created. Open the main **Expenses** app dashboard, which displays the
7+
:guilabel:`My Expenses` dashboard, by default. Alternatively, navigate to :menuselection:`Expenses
8+
app --> My Expenses --> My Expenses`.
99

10-
Expenses are color-coded by status. Any expense with a status of :guilabel:`To Report` (expenses
11-
that still need to be added to an expense report) is shown in blue text. All other statuses
10+
All expenses are color-coded by status. Any expense with a status of :guilabel:`To Report` (expenses
11+
that still need to be added to an expense report) appears in blue text. For all other statuses
1212
(:guilabel:`To Submit`, :guilabel:`Submitted`, and :guilabel:`Approved`) the text appears in black.
1313

1414
.. _expenses/create_report:
1515

1616
Create expense reports
1717
======================
1818

19-
First, select each desired expense to be added to the report on the :guilabel:`My Expenses`
20-
dashboard, by ticking the checkbox next to each entry, or quickly select all the expenses in the
21-
list by ticking the checkbox next to the :guilabel:`Expense Date` column title, if needed.
22-
23-
Another way to quickly add all expenses that are not on a expense report, is to click the
24-
:guilabel:`Create Report` button, *without* selecting any expenses, and Odoo automatically selects
25-
all expenses with a status of :guilabel:`To Submit` that are not already on a report.
19+
First, select the desired expense to be added to the report on the :guilabel:`My Expenses` dashboard
20+
by ticking the checkbox next to each entry.
2621

2722
.. image:: expense_reports/create-report.png
28-
:align: center
2923
:alt: Select the expenses to submit, then create the report.
3024

3125
.. note::
@@ -36,59 +30,60 @@ all expenses with a status of :guilabel:`To Submit` that are not already on a re
3630
the list with a status of either :guilabel:`To Report` or :guilabel:`To Submit`.
3731

3832
When the :guilabel:`Create Report` button is clicked, all expenses with a status of :guilabel:`To
39-
Submit` that are *not* currently on another expense report appears in the newly-created expense
33+
Submit` that are *not* currently on another expense report appear in the newly-created expense
4034
report.
4135

4236
If all expenses on the :guilabel:`My Expenses` report are already associated with another expense
4337
report, an :guilabel:`Invalid Operation` pop-up window appears, stating :guilabel:`You have no
4438
expenses to report.`
4539

46-
Once the expenses have been selected, click the :guilabel:`Create Report` button. The new report
47-
appears with all the expenses listed in the :guilabel:`Expense` tab. If there is a receipt attached
48-
to an individual expense, a :icon:`fa-paperclip` :guilabel:`(paperclip)` icon appears between the
49-
:guilabel:`Customer to Reinvoice` and :guilabel:`Analytic Distribution` columns.
40+
Once the expenses have been selected, click the :guilabel:`Create Report` button.
41+
42+
.. tip::
43+
Another way to add *all* expenses that are not currently on an expense report is to click the
44+
:guilabel:`Create Report` button, *without* selecting any expenses, and Odoo automatically selects
45+
all expenses with a status of :guilabel:`To Submit` that are not already on a report.
5046

51-
When the report is created, the date range for the expenses appears in the :guilabel:`Expense Report
52-
Summary` field, by default. It is recommended to edit this field with a short summary for each
53-
report to help keep expenses organized. Enter a description for the expense report, such as `Client
54-
Trip NYC`, or `Office Supplies for Presentation`, in the :guilabel:`Expense Report Summary` field.
47+
The new report loads with all the expenses listed in the :guilabel:`Expense` tab. If there is a
48+
receipt attached to an individual expense, a :icon:`fa-paperclip` :guilabel:`(paperclip)` icon
49+
appears on the expense line.
5550

56-
The :guilabel:`Employee`, :guilabel:`Paid By`, and :guilabel:`Company` fields autopoulate with the
51+
When the report is created, the date range for the expenses appears as the :guilabel:`Expense Report
52+
Summary`, by default. It is recommended to edit this field with a brief summary for each report to
53+
help keep expenses organized. Enter a description for the expense report, such as `Client Trip NYC`,
54+
or `Office Supplies for Presentation`, in the :guilabel:`Expense Report Summary` field.
55+
56+
The :guilabel:`Employee`, :guilabel:`Paid By`, and :guilabel:`Company` fields are populated with the
5757
information listed on the individual expenses.
5858

59+
.. note::
60+
The :guilabel:`Company` field only appears in a multi-company database.
61+
5962
Next, select a :guilabel:`Manager` from the drop-down menu to assign a manager to review the report.
60-
If needed, update the :guilabel:`Journal` field, using the drop-down menu.
63+
If needed, update the :guilabel:`Journal` field using the drop-down menu.
6164

6265
.. image:: expense_reports/expense-report-summary.png
63-
:align: center
6466
:alt: Enter a short description and select a manager for the report.
6567

6668
If some expenses are missing from the report, they can still be added from this report form. To do
6769
so, click :guilabel:`Add a line` at the bottom of the :guilabel:`Expense` tab.
6870

6971
An :guilabel:`Add: Expense Lines` pop-up window appears, displaying all the available expenses (with
70-
a :guilabel:`To Submit` status) that can be added to the report.
71-
72-
If a new expense needs to be added that does **not** appear on the list, click :guilabel:`New` to
73-
:doc:`create a new expense <../expenses/log_expenses>` and add it to the report.
72+
a :guilabel:`To Submit` status) that can be added to the report. If a new expense needs to be added
73+
that does **not** appear on the list, click :guilabel:`New` to :doc:`create a new expense
74+
<../expenses/log_expenses>` and add it to the report.
7475

75-
Tick the checkbox next to each expense being added, then click :guilabel:`Select`.
76+
Tick the checkbox next to each expense being added, then click :guilabel:`Select`. Doing so closes
77+
the pop-up window, and the items now appear on the report.
7678

77-
Doing so removes the pop-up window, and the items now appear on the report.
78-
79-
.. image:: expense_reports/add-an-expense-line.png
80-
:align: center
81-
:alt: Add more expenses to the report before submitting.
82-
83-
.. note::
84-
Expense reports can be created in one of three places:
79+
.. tip::
80+
Expense reports can be created in one of two ways:
8581

8682
#. Navigate to the main :menuselection:`Expenses app` dashboard (also accessible, via
87-
:menuselection:`Expenses app --> My Expenses --> My Expenses`)
88-
#. Navigate to :menuselection:`Expenses app --> My Expenses --> My Reports`
89-
#. Navigate to :menuselection:`Expenses app --> Expense Reports`
90-
91-
In any of these views, click :guilabel:`New` to create a new expense report.
83+
:menuselection:`Expenses app --> My Expenses --> My Expenses`) and click :guilabel:`Create
84+
Report`.
85+
#. Navigate to :menuselection:`Expenses app --> My Expenses --> My Reports` and click
86+
:guilabel:`New`.
9287

9388
.. _expenses/submit:
9489

@@ -104,26 +99,22 @@ My Reports`. Open the specific report from the list of expense reports.
10499

105100
If the list is large, grouping the results by status may be helpful, since only reports with a
106101
:guilabel:`To Submit` status need to be submitted; reports with an :guilabel:`Approved` or
107-
:guilabel:`Submitted` status do not.
102+
:guilabel:`Submitted` status do not. The :guilabel:`To Submit` expenses are identifiable by the
103+
:guilabel:`To Submit` status, and by the blue text, while all other expense text appears in black.
108104

109-
The :guilabel:`To Submit` expenses are identifiable by the :guilabel:`To Submit` status, and by the
110-
blue text, while all other expense text appears in black.
111-
112-
.. image:: expense_reports/expense-status.png
113-
:align: center
105+
.. image:: expense_reports/submit-report.png
114106
:alt: Submit the report to the manager.
115107

108+
Click on a report to open it, then click :guilabel:`Submit To Manager`. After submitting a report,
109+
the next step is for management to review and :doc:`approve it <approve_expenses>`.
110+
116111
.. note::
117112
The status of each report is shown in the :guilabel:`Status` column. If the :guilabel:`Status`
118113
column is not visible, click the :icon:`oi-settings-adjust` :guilabel:`(additional options)` icon
119114
at the end of the row, and tick the checkbox beside :guilabel:`Status` from the resulting
120115
drop-down menu.
121116

122-
Click on a report to open it, then click :guilabel:`Submit To Manager`. After submitting a report,
123-
the next step is to wait for the manager to approve it.
124-
125117
.. important::
126118
:doc:`Approving <../expenses/approve_expenses>` expenses, :doc:`posting
127119
<../expenses/post_expenses>` expenses, and :doc:`reimbursing <../expenses/reimburse>` expenses
128-
are **only** for users with the appropriate :doc:`access rights documentation
129-
</applications/general/users>`.
120+
are **only** for users with the appropriate :doc:`access rights </applications/general/users>`.
Binary file not shown.
-8.69 KB
Loading
2.08 KB
Loading
Binary file not shown.
30.5 KB
Loading

0 commit comments

Comments
 (0)