
This commit is part of a larger work to improve the documentation's structure. The toctree structure used to add levels to create categories and make the structure visually more understandable. With the new version of the documentation, plenty of these categories are now redundant. This commit: - removes the main "settings" section - move its content to general/odoo_basics - moves "general/mobile" content to "general" - moves the content of the doc "developer_mode/activate" to "general" - it replaces the references to that doc with `:ref:` directives rather than `:doc:` directives - it is worth noting that it also fixes plenty of links that previously referred to "developer_mode" (the category) rather than "developer_mode/activate" (the document) task-2535899
57 lines
2.3 KiB
ReStructuredText
57 lines
2.3 KiB
ReStructuredText
=============================
|
||
Track Projects’ Profitability
|
||
=============================
|
||
|
||
A project runs smoother if you can have an overview of its costs, revenues, profitability, tasks,
|
||
time and people, all in the same place. It allows you to make smarter business decisions as you know
|
||
where you are standing and can course-correct if needed.
|
||
|
||
Track costs and revenue
|
||
=======================
|
||
|
||
If you have the Timesheets application installed
|
||
------------------------------------------------
|
||
|
||
Go to :menuselection:`Project --> Configuration --> Projects`, choose the respective project,
|
||
*Edit* and enable *Timesheets*. A menu *Overview* becomes available in the Kanban view.
|
||
|
||
.. image:: media/timesheet_instaled.png
|
||
:align: center
|
||
:alt: View of the dashboard and overview menu available in Odoo Project
|
||
|
||
The overview shows the hours recorded split by the different billable options, profitability, time
|
||
by people according to the billable hours recorded, and even a timesheet table.
|
||
|
||
.. image:: media/hours_profitability.png
|
||
:align: center
|
||
:alt: Click on overview and have a detailed view of the hours recorded in Odoo Project
|
||
|
||
If you do not have the Timesheets application installed
|
||
-------------------------------------------------------
|
||
|
||
| Activate the :ref:`developer mode <developer-mode>`. Then go to *Manager Users* and enable
|
||
*Analytic Accounting*. Now, go to :menuselection:`Project --> Configuration --> Projects` and
|
||
specify an *Analytic Account* under the needed project.
|
||
| A *Profitability* menu to the costs and revenues of this analytic account is directly available
|
||
in the Kanban view.
|
||
|
||
.. image:: media/not_timesheet_installed.png
|
||
:align: center
|
||
:height: 270
|
||
:alt: Profitability menu being shown on the dashboard view in Odoo Project
|
||
|
||
Reporting
|
||
=========
|
||
|
||
Under *Reporting*, obtain a report on the *Project Costs and Revenues*. Choose among graph options
|
||
or do your analysis through a pivot view.
|
||
|
||
.. image:: media/reporting.png
|
||
:align: center
|
||
:alt: Overview of the reporting page showing costs and revenues in Odoo Project
|
||
|
||
.. seealso::
|
||
- :doc:`/applications/finance/accounting/others/analytic/usage`
|
||
- :doc:`/applications/finance/accounting/others/analytic/timesheets`
|
||
- :doc:`/applications/finance/accounting/others/analytic/purchases_expenses`
|