Vote #62611
完了Add Timelog to "My Page"
100%
説明
I have developed a new block for the "My Page" page that will list your time entries for "today". Very useful to make sure you have updated all the tickets with the time you have spent on them for the day.
I am uploading 4 files:
my_controller.rb.diff - patch file for my_controller.rb which adds the new widget to the drop down list
en.yml.diff - patch file which adds 2 new labels
_timelog.rhtml - new widget that goes in /app/views/my/blocks/_timelog.rhtml
_list_simple.rhtml - new layout for timelogs that goes in /app/view/timelog/_list_simple.rhtml
I am working on more features for time tracking which I will submit later.
journals
Update to _list_simple.html that adds a total at the bottom.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
I made a few changes to your patch so that it lists entries for the last 7 days with totals for each day:
http://rubyforge.org/forum/forum.php?thread_id=22812&forum_id=7504
Here is the result:
!my_timelog.png!
Committed in r1260.
--------------------------------------------------------------------------------