mantisbt:issue:4428
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mantisbt:issue:4428 [2008/10/29 04:36] – (old revision restored) 127.0.0.1 | mantisbt:issue:4428 [2014/05/18 01:12] (current) – lakshmipriya | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Time Tracking ====== | ====== Time Tracking ====== | ||
| + | |||
| ===== Introduction ===== | ===== Introduction ===== | ||
| This is currently a work in progress. It will be updated as and when I get time or the checked in code's functionally changes. | This is currently a work in progress. It will be updated as and when I get time or the checked in code's functionally changes. | ||
| + | |||
| + | * on the bugtracker: [[http:// | ||
| + | |||
| + | |||
| + | |||
| ===== Configuration Options ===== | ===== Configuration Options ===== | ||
| - | * $g_time_tracking_enabled - Turns Time Tracking features ON or OFF. | + | * $g_time_tracking_enabled - Turns Time Tracking features ON or OFF - Default ' |
| + | * $g_time_tracking_without_note - Allow time tracking to be recorded without writing some text in the associated bugnote - Default ' | ||
| * $g_time_tracking_with_billing - Adds calculation links to workout how much time has been spent between a particular time frame. Currently it will allow you to enter a cost/hour and will work out some billing information. This will become more extensive in the future. Currently it is more of a proof of concept. | * $g_time_tracking_with_billing - Adds calculation links to workout how much time has been spent between a particular time frame. Currently it will allow you to enter a cost/hour and will work out some billing information. This will become more extensive in the future. Currently it is more of a proof of concept. | ||
| * $g_time_tracking_stopwatch - Instead of a text field turning this option on places a stopwatch on the page with " | * $g_time_tracking_stopwatch - Instead of a text field turning this option on places a stopwatch on the page with " | ||
| Line 30: | Line 37: | ||
| ALTER TABLE mantis_bugnote_table CHANGE time_tracking_t time_tracking INT DEFAULT 0; | ALTER TABLE mantis_bugnote_table CHANGE time_tracking_t time_tracking INT DEFAULT 0; | ||
| </ | </ | ||
| + | |||
| ===== Feedback ===== | ===== Feedback ===== | ||
| + | |||
| + | Thanks for implementing these functions in mantis. | ||
| + | Moreover a field for the estimated time would be very helpful - and of course a field for the remaining time would than make sense. | ||
| + | This picture http:// | ||
| Please write your feedback here. | Please write your feedback here. | ||
mantisbt/issue/4428.1225269380.txt.gz · Last modified: (external edit)
