Changes between Version 11 and Version 12 of TimingAndEstimationPluginUserManual
- Timestamp:
- 01/01/70 02:22:39 (47 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TimingAndEstimationPluginUserManual
v11 v12 27 27 The 'Management' button should be in the main title bar. It is possible that if you are viewing at a low resolution, it was pushed off the edge of the screen. Also if you are not logged in with report_view permissions, it will not show that button. 28 28 29 The direct url is '/ Billing'.29 The direct url is '/billing'. 30 30 31 31 … … 37 37 not, and accurately get the correct billing information for all 38 38 tickets. 39 40 === Configuration === 41 ==== TimingAndEstimation ==== 42 {{{ 43 #!ini 44 [timingandestimation] 45 #change what permission is required to view the billing/management screen 46 # default is REPORT_VIEW 47 billing_permission=TRAC_ADMIN 48 }}} 39 49 40 50 == Reports == … … 74 84 == Future Improvements == 75 85 * [http://trac-hacks.org/wiki/TimingAndEstimationPlugin See tickets] at the [http://trac-hacks.org/wiki/TimingAndEstimationPlugin project trac] 76 * Would like to suggest a couple of interfaces to Trac project, and perhaps write an implementation for them.77 * ''' ICustomTicketFieldProvider ''' This should allow a plugin to provide a custom field with the ability to add html attributes and specify at least the tag name. (hopefully with a full template) This should hopefully also allow these provided custom controls to set permissions causing them to not render or to not editable.78 * ''' ICustomReportProvider ''' This allows custom reports to be provided in a way that permissions can be enforced on them.79 * work with advise and feedback from the user community to make this Plugin do this job adequately80 86