]> source.dussan.org Git - redmine.git/commit
Various timelog report enhancements:
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 5 Apr 2008 16:40:26 +0000 (16:40 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 5 Apr 2008 16:40:26 +0000 (16:40 +0000)
commit4e961f44eff23b53351d550fb46c2a346688a271
tree370ce1c53d2620adaed3d9da904936769fe0fc5d
parent8d4aa6f9ade613f831ff2043713ad062293babfd
Various timelog report enhancements:
* report can be done using days as columns (#993)
* add a total column to the time report
* replace upper-right links by tabs to switch between details and report
* preserve date range filter when switching between details and report

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1326 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/timelog_controller.rb
app/views/timelog/_date_range.rhtml
app/views/timelog/_report_criteria.rhtml
app/views/timelog/details.rhtml
app/views/timelog/report.rhtml
public/stylesheets/application.css
test/fixtures/time_entries.yml
test/functional/timelog_controller_test.rb