documentation/content/applications/services/project/advanced/profitability.rst
Antoine Vandevenne (anv) 6f125de01b [MOV] content/*: move resource files into their related page's directory
Since odoo/documentation#903, the guideline for the location of new
resource (images, downloadable files, RST includes...) files is to place
those inside the directory of the RST page that references them.

For example, if `doc1.rst` has a reference to `image.png` and to
`download.zip`, the file structure should look like this:

├── parent_doc/
│     └── doc1/
│     │     └── image.png
│     │     └── download.zip
│     └── doc1.rst
│     └── doc2.rst
├── parent_doc.rst

Before this commit, most of the resource files were still located inside
'media' directories holding all the resource files referenced by RST
pages located at the same level as these directories. In the example
above, a single 'media' directory would hold all the resource files
referenced by both `doc1.rst` and `doc2.rst`. Doing so prevented us from
figuring out easily which resource file was referenced by which RST page
and, thus, lead to unused resource files piling up in the repository. It
also made it more complicated to define codeowners regex rules because a
team could not simply be assigned to `/some_page.*` but needed to be
assigned to both `/some_page\.rst` and to the location of 'media'.

In order to help new content writers figure out the guideline when
taking examples from other RST pages, this commit retroactively applies
the guideline to existing resource files and 'media' directories. The
left-over resource files that are not referenced by any RST page are
removed.

task-2497965

closes odoo/documentation#2006

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-19 11:33:49 +02:00

57 lines
2.3 KiB
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

=============================
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:: profitability/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:: profitability/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:: profitability/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:: profitability/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`