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 * "Budgeted Hours": an integer field for 'deliverable' issues (hours). If set, then a warning will be shown if the total hours is less. * "Budgeted Cost": an text field for 'deliverable' issues (e.g. "$1000"). If set, then a warning will be shown if the total cost is less (and "Budgeted Hours" is empty). * "Fixed Cost": a text field for 'deliverable' issues. Fixed price for deliverable, irrespective of labor (e.g. ignores the "Budgeted" fields). * Versions * "Header URL": an string field for target versions. If present, the image will be added to the report at the top. * "Summary": a long 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