Update documentation

This commit is contained in:
Frederic Guillot
2015-08-30 12:06:19 -04:00
parent 345c4caea4
commit 94469d567b
21 changed files with 57 additions and 41 deletions

View File

@@ -37,11 +37,8 @@ Note: When the task is closed, all subtasks are changed to the status **Done**.
Subtask timer
-------------
Each time a subtask is in progress, the timer is also started. The timer can be started and stopped at any time.
The timer records the time spent on the subtask automatically. You can also change manually the value of the time spent field when you edit a subtask.
The time calculated is rounded to the nearest quarter. This information is recorded in a separate table.
The task time spent is updated automatically according to the sum of all subtasks time spent.
- Each time a subtask is in progress, the timer is also started. The timer can be started and stopped at any time.
- The timer records the time spent on the subtask automatically. You can also change manually the value of the time spent field when you edit a subtask.
- The time calculated is rounded to the nearest quarter. This information is recorded in a separate table.
- The task time spent is updated automatically according to the sum of all subtasks time spent.