Changes between Version 55 and Version 56 of TimingAndEstimationPlugin


Ignore:
Timestamp:
Jul 11, 2007, 1:28:50 PM (17 years ago)
Author:
Russ Tyndall
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TimingAndEstimationPlugin

    v55 v56  
    9999There is not a lot here, but ticket:995 is the best source of information for people uninstalling the plugin.
    100100
    101 
    102 == Example ==
    103 
    104 This basically adds !CustomFields and !CustomReports and an interface for filling the dynamic variables for the reports (requires javascript).
    105 
    106 The goal of this plugin is to allow us to spec out projects (with estimates) and bill our clients based on the time records recorded.
    107 
    108101== Related Plugins ==
    109102 * The ScrumBurndownPlugin makes use of this plugin to provide a javascripted daily burndown chart, useful in the agile development methodology known as Scrum.
    110103
    111104 * WorkLogPlugin gives an interface that allows you to record time in a work log type format (start and stop tasks)
     105
     106=== Interacting with T&E ===
     107If you want a plugin that you are writing to add reports to the management page, there is a file,
     108[browser:timingandestimationplugin/branches/trac0.10/timingandestimationplugin/reportmanager.py reportmanager.py], that should make interacting with its reports easier.
     109
    112110
    113111== Recent Changes ==