With Development Seed's Atrium out, we've been experimenting with Time to add time tracking functionality to their suite of tools. It works for our needs with a slight modification to the views file, changing the duration handler from string to numeric. With that small change we've been able to assign Time to the Atrium case content type, track the time there and then build some views with relationships to the group to display time on the project, time on the case, etc. I've attached our patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | time_views_update.patch | 2.48 KB | a_c_m |
| views-handler-duration-numeric.patch | 861 bytes | civicpixel |
Comments
Comment #1
introfini commentedsubscribing
Comment #2
a_c_m commentedYou patch worked well, but i noticed a few of the other fields (note and activity) were having problems, so i've fixed them too and re-rolled the patch.
Comment #3
attiks commentedI tried the patch in #2, it applied and works.
Comment #4
attiks commentedJust checked with latest head and still applying, but when I add the fields to the view I get
handler for time_entry > activity doesn't exist!Comment #5
attiks commentedComment #6
zoo33 commentedHm. So far everything seems to work for me with this patch applied.
Comment #7
allie mickaCommitted. Please open new issues if you find anything else.
Thanks!