Typographic and minor edits, addition of pipeline dashboard document
This commit is contained in:
parent
4921df1ba9
commit
894db82655
5 changed files with 53 additions and 8 deletions
|
|
@ -8,22 +8,22 @@ Purpose
|
|||
|
||||
This report allows to extract a list of the tasks and time devoted to them by workers in a period of time. There are several filters which allow users to adjust the query to get just the wanted information and avoiding extra data.
|
||||
|
||||
Input paratemers and filters
|
||||
Input parameters and filters
|
||||
============================
|
||||
|
||||
* **Dates**.
|
||||
* *Type*: Optional.
|
||||
* *Two date fields*:
|
||||
* *Start Date.* This is the minimum date of the work reports which are wanted. Work reports with an earlier date than the *start date* are ignored. If this parameter is not filled, there is not inferior filtering date.
|
||||
* *End Date.* This is the maximum date of the work reports which will be included in the results. Work reports with a later date than the *end date* will be skipped. If this parameter is not filled, there is not upper limit of the work reports filtered.
|
||||
* *Start Date.* This is the minimum date of the work reports which are wanted. Work reports with an earlier date than the *start date* are ignored. If this parameter is not filled, there is no filtering of work reports by *start date*.
|
||||
* *End Date.* This is the maximum date of the work reports which will be included in the results. Work reports with a later date than the *end date* will be ignored. If this parameter is not filled, there is no filtering of work reports by *end date*.
|
||||
|
||||
* **Filter by workers**
|
||||
* *Type*: Optional.
|
||||
* *How it works*: You can select one worker to restrict the work reports to the time tracking of that particular worker. If you leave it empty, the work reports are retrieved independently of the worker.
|
||||
* *How it works*: You can select one or several workers to restrict the work reports to the time tracking of that particular worker. You can add a worker to be used as a filter by searching them in the selector and by pressing the *Add* button. If you leave it empty, the work reports are retrieved independently of the worker.
|
||||
|
||||
* **Filter by labels**
|
||||
* *Type:* Optional.
|
||||
* *How it works*: You can add one or several labels by searching them in the selector and by pressing the *Add* button to be used as filter. They are used to select the tasks that will be included in the results to compute the hours devoted in them.
|
||||
* *How it works*: You can add one or several labels to be used as filter by searching them in the selector and by pressing the *Add* button. They are used to select the tasks that will be included in the results to compute the hours devoted in them. This filter can be applied to timesheets, tasks, both, or any.
|
||||
|
||||
* **Filter by criteria**
|
||||
* *Type:* Optional.
|
||||
|
|
@ -39,7 +39,7 @@ In the heading of the report is informed about the filters that were configured
|
|||
|
||||
Foot page
|
||||
---------
|
||||
The date in which the repot was got is showed.
|
||||
The date on which the report was run is listed.
|
||||
|
||||
Body
|
||||
----
|
||||
|
|
|
|||
|
|
@ -30,6 +30,8 @@ The progress is represented with two bars:
|
|||
* *Expected progress*. It is the progress the project should have at the
|
||||
moment according to the planning created.
|
||||
|
||||
To view each bar's actual measured valued hover the mouse cursor over the bar.
|
||||
|
||||
The project global progress is estimated in several different ways as there
|
||||
is not a unique right method to do it:
|
||||
|
||||
|
|
@ -79,7 +81,6 @@ There are several *Earned Value Management* cost indicators calculated:
|
|||
* = 100 is also good, means the cost is right on plan.
|
||||
* < 100 is bad, means that the cost of completing the work is higher than
|
||||
planned.
|
||||
|
||||
* **ETC (Estimate To Complete)**. It is the time that is pending to devote
|
||||
to the project to finish it.
|
||||
* **BAC (Budget At Completion)**. It is the total amount of work allocated
|
||||
24
doc/src/user/en/17-2-pipeline-dashboard.rst
Normal file
24
doc/src/user/en/17-2-pipeline-dashboard.rst
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
Pipeline planning dashboard
|
||||
###############################
|
||||
|
||||
.. contents::
|
||||
|
||||
The pipeline planning dashboard is a *LibrePlan* perspective which lists the names of all company projects in a table.
|
||||
This 'pipeline' table has nine columns each corresponding to a project status:
|
||||
|
||||
* PRE-SALES
|
||||
* OFFERED
|
||||
* OUTSOURCED
|
||||
* ACCEPTED
|
||||
* STARTED
|
||||
* ON HOLD
|
||||
* FINISHED
|
||||
* CANCELLED
|
||||
* ARCHIVED
|
||||
|
||||
Projects are listed by name in each column based on their current status.
|
||||
|
||||
A project's start date, end date, and current progress can be viewed in a 'tool tip' popup by hovering the mouse pointer
|
||||
over a project's name.
|
||||
|
||||
Projects with an *ARCHIVED* status can be hidden by unchecking the 'Show archived column data' checkbox.
|
||||
19
doc/src/user/en/17-dashboards.rst
Normal file
19
doc/src/user/en/17-dashboards.rst
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
Dashboards
|
||||
##########
|
||||
|
||||
.. _informes:
|
||||
.. contents::
|
||||
|
||||
|
||||
"LibrePlan" has dashboard views for projects that provide an overview of the current state of projects.
|
||||
|
||||
The two dashboard views are:
|
||||
|
||||
.. raw:: html
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="17-1-project-dashboard.html">Individual project dashboard</a>
|
||||
</li><li>
|
||||
<a href="17-2-pipeline-dashboard.html">All projects pipeline dashboard</a>
|
||||
</ul>
|
||||
|
|
@ -25,7 +25,8 @@
|
|||
14-custos Xavier Castaño (xcastanho@igalia.com)
|
||||
15-informes Xavier Castaño (xcastanho@igalia.com)
|
||||
16-ldap-authentication Ignacio Diaz Teijido (ignacio.diaz@cafedered.com), Javier Moran Rua (jmoran@igalia.com)
|
||||
17-project-dashboard Javier Moran Rua (jmoran@igalia.com)
|
||||
17-dashboards Javier Moran Rua (jmoran@igalia.com)
|
||||
18-connectors Miciele Ghiorghis (m.ghiorghis@antoniusziekenhuis.nl)
|
||||
19-scheduler Miciele Ghiorghis (m.ghiorghis@antoniusziekenhuis.nl)
|
||||
20-acerca-de Xavier Castaño (xcastanho@igalia.com)
|
||||
21-communications Xavier Castaño (xcastanho@igalia.com)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue