diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-08-31 21:32:29 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-08-31 21:32:29 -0400 |
commit | 1b6b1cc5e6e26a3e3081cdd9613508a66c3751ee (patch) | |
tree | 10a791ad38fc73f642dff26d1a88223de6abed7c /doc | |
parent | 0cb717f4407b81868d6b909d1d4ef4795c5e4b50 (diff) |
Time spent for subtasks are not rounded too the nearest quarter anymore
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fr_FR/time-tracking.markdown | 2 | ||||
-rw-r--r-- | doc/time-tracking.markdown | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/fr_FR/time-tracking.markdown b/doc/fr_FR/time-tracking.markdown index 625bc26f..6bf2e7a3 100644 --- a/doc/fr_FR/time-tracking.markdown +++ b/doc/fr_FR/time-tracking.markdown @@ -41,4 +41,4 @@ Pour chaque sous-tâche, le chrono peut être à tout moment arrêté/démarré - Le chrono ne dépend pas du statut de la sous-tâche - Chaque fois que vous démarrez le chrono, un nouvel enregistrement est créé dans la table de suivi des temps - Chaque fois que vous arrêtez l'horloge, la date de fin est enregistrée dans la table de suivi des temps -- Le temps passé est arrondi au quart d’heure le plus proche +- Le temps passé est arrondi au quart d’heure le plus proche (seulement pour Kanboard < 1.0.32) diff --git a/doc/time-tracking.markdown b/doc/time-tracking.markdown index a8444b5d..1009ac03 100644 --- a/doc/time-tracking.markdown +++ b/doc/time-tracking.markdown @@ -40,4 +40,4 @@ For each subtask, the timer can be stopped/started at any time: - The timer doesn't depend of the subtask status - Each time you start the timer a new record is created in the time tracking table - Each time you stop the clock the end date is recorded in the time tracking table -- The calculated time spent is rounded to the nearest quarter +- The calculated time spent is rounded to the nearest quarter (only for Kanboard < 1.0.32) |