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.
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.
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).
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.