pond / trackrecord

TrackRecord is a Ruby On Rails application which lets users enter and analyse timesheets, based around a framework of customers, projects and tasks. It may be useful for sole traders and small businesses.
BSD 3-Clause "New" or "Revised" License
12 stars 6 forks source link

Copy saved report #11

Closed pond closed 11 years ago

pond commented 11 years ago

Quite a few of my reports end up being very similar, maybe with just the user changed. It'd be nice if I could copy a saved report with some other name and be dumped into the report setup page where I can make tweaks.

pond commented 11 years ago

Implemented via custom route passing an ID of the to-be-copied report into SavedReportsController#new (there's no clean RESTful way to do it with standard Rails resource URLs AFAICS).