This is a Redmine plugin that adds a link "Time Tracking Report" to target version page. This link will bring up a detailed report of how time was spent for this target version. The assumption is that the issues which are directly associated with the target version represent general categories of work activities that need to be reported on. Unlike the normal list of issues for a target version, time spent from other projects in included, as well as all sub-tasks. Installation: cd redmin/plugins git clone https://leap.se/git/version_report Configuration: * You grant the permission 'view reports' to a user in order to be able to view the report. * Create a 'deliverable' tracker, available only to your reporting project. Custom fields: * Issues * "Hour Budget": an integer field for 'deliverable' issues. * "Price": an string field for 'deliverable' issues (used to override the money amount displayed, if present). * Versions * "Header URL": an string field for target versions. If present, the image will be added to the report at the top. * "Summary": a text field for Textile formatted summary to appear at the top of a report ('description' is used for the heading). * "Rate": a text field for the hourly rate, including currency ("$50"). License: The same as Redmine (GNU GENERAL PUBLIC LICENSE Version 2) Copyright: 2015 (c) LEAP Encryption Access Project