Actions
Defect #10451
closedSpent time calculating
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Time tracking
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Cant reproduce
Affected version:
Description
I tried to calculate sum of spend hours with time tracker report and it show me total 154h.
But, when I make such query in database: SELECT SUM(hours), tmonth FROM time_entries t WHERE user_id = 121 AND tyear=2012 GROUP BY tmonth
It show another hours (btw, right hours).
Actions