Changes between Version 29 and Version 30 of TimeEstimationUserManual


Ignore:
Timestamp:
Oct 4, 2017, 8:34:40 PM (6 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TimeEstimationUserManual

    v29 v30  
    33= Timing and Estimation Plugin User Manual
    44
    5 [https://trac-hacks.org/wiki/TimingAndEstimationPlugin TimingAndEstimationPlugin on TracHacks] | [https://trac-hacks.org/report/9?COMPONENT=TimingAndEstimationPlugin Open Tickets] | [https://trac-hacks.org/newticket?component=TimingAndEstimationPlugin New Ticket]  |
     5[TimingAndEstimationPlugin Plugin description on TracHacks] | [https://trac-hacks.org/report/9?COMPONENT=TimingAndEstimationPlugin Open Tickets] | [https://trac-hacks.org/newticket?component=TimingAndEstimationPlugin New Ticket]  |
    66[https://trac-hacks.org/browser/timingandestimationplugin Web Browsable Source Code]
    77
     
    1616=== Fields
    1717
    18  * '''Hours to Add''' This field functions as a time tracker. When you add hours to it , those hours get added to the total hours field. The person who made the change is therefore credited with the hours spent on it.
     18 * '''Hours to Add''' This field functions as a time tracker. When you add hours to it, those hours get added to the total hours field. The person who made the change is therefore credited with the hours spent on it.
    1919 * '''Total Hours''' This field is the total number of hours that have been added to the project. This has been made non-editable by including Javascript which replaces the input box with a span containing its value.
    2020   * Reports might not agree with each other if this is manually edited, which is possible if you disable Javascript.
    2121 * '''Is this billable?''' An extra flag on tickets so that they can be marked as billable / not billable.
    22  * '''Estimated Hours''' a field that contains the estimated amount of work.
     22 * '''Estimated Hours''' A field that contains the estimated amount of work.
    2323
    2424=== Future Fields
     
    7575=== Adding More Reports
    7676
    77 To add reports to the Management screen sections, you must run the following SQL against your trac database:
     77To add reports to the Management screen sections, you must run the following SQL against your Trac database:
    7878{{{#!sql
    7979INSERT INTO custom_report (id, uuid, maingroup, subgroup, version, ordering) VALUES (
     
    9191To remove reports from the Management page, run the following query.
    9292 * To remove for this version of the plugin (will be overwritten in future plugin upgrades):
    93    * {{{#!sql
     93{{{#!sql
    9494UPDATE custom_report SET maingroup  = 'x' || maingroup WHERE report = @reportID;
    9595}}}
    9696 * To remove permanently (won't be overwritten in future plugin upgrades):
    97    * {{{#!sql
     97{{{#!sql
    9898UPDATE custom_report SET version = 9999, maingroup = 'x' || maingroup WHERE report = @reportID;
    9999}}}
     
    158158[http://www.obsidiansoft.com/ Obsidian Software]
    159159{{{#!html
    160 <img src="http://trac-hacks.org/raw-attachment/wiki/TimeEstimationUserManual/obsidian-logo.gif" /> Obsidian software financed the development of the permissions branch
    161 <br />
     160<img src="https://trac-hacks.org/raw-attachment/wiki/TimeEstimationUserManual/obsidian-logo.gif" />
     161<br />Obsidian software financed the development of the permissions branch.
    162162}}}
    163 
    164 ----
    165163
    166164[http://www.aquafold.com/ Aquafold]
    167165{{{#!html
    168 <br />
    169 <img src="http://trac-hacks.org/raw-attachment/wiki/TimeEstimationUserManual/Aqua_Fold_Logo_16color.gif" />
    170 Aquafold has provided a license to their excellent Aqua Data Studio application to help further development
     166<img src="https://trac-hacks.org/raw-attachment/wiki/TimeEstimationUserManual/Aqua_Fold_Logo_16color.gif" />
     167<br />Aquafold has provided a license to their excellent Aqua Data Studio application to help further development.
    171168}}}