Modify ↓
Opened 15 years ago
Closed 15 years ago
#5342 closed defect (invalid)
hours < 1 don't add up
Reported by: | anonymous | Owned by: | Russ Tyndall |
---|---|---|---|
Priority: | normal | Component: | TimingAndEstimationPlugin |
Severity: | minor | Keywords: | waiting-for-feedback |
Cc: | Trac Release: | 0.11 |
Description
I'd like the report to show the hours spent on a task, even if its less than an hour. Also, if I have 10 tasks that took 0.5 hours, the total isn't added up at the bottom, ie only tasks with time >= 1 hour are used in reporting.
perhaps there's a quick workaround for this?
Attachments (0)
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Keywords: | waiting-for-feedback added |
---|
comment:3 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Given this has been open 6 months and others have solved this problem with db backend upgrades I am going to close as invalid
Note: See
TracTickets for help on using
tickets.
This sounds like a bug others have reported, but I have never been able to duplicate. Can you provide a screen shot for what it is doing? My numbers sum correctly regardless of whether they are > 1 or < 1.
Previously the solution that seemed to solve it for people was to upgrade their database connection driver in python. I cant seem to locate the other ticket that had information on this, but when i do I will updated this ticket.
What database backend, dbapi python library and versions of each are you using?