potherca-abandoned / Dark-Helmet

⚠️ This project in no longer maintained. ⚠️ -- Tag based Time tracker, expandable through plugin architecture.
GNU General Public License v3.0
2 stars 0 forks source link

Summary calculation errors #41

Closed arjank closed 12 years ago

arjank commented 12 years ago

The calculation of times in the summary is incorrect. If there is only one item in any category (ALL, Task, Project, Group, Meta, Ticket, User) then the total time is correct. However, as soon as there is more than one item in a category then the total time is incorrect.

If the same item appears more than once in the total overview, the total time for that item is incorrect. If there is more than one item in a category, the total time for the item is also incorrect.

If there are two entries with a total time of 2 seconds, the total time is displayed as 01:00:02. If there are three entries with a total time of 3 seconds, the total time is displayed as 02:00:03. If those three entries have a total time of 1 minute and 32 seconds, the total time is displayed as 02:01:32.