Anonymous | Login | Signup for a new account | 2012-09-13 19:31 PDT |
Main | Blog | My View | View Issues | Change Log | Roadmap | IRC Chat | Repositories | Scrum Board |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
059 | Mantis Plugins | Timecard | public | 2009-09-13 08:14 | 2009-10-02 02:00 | ||||||
Reporter | David Hicks | ||||||||||
Assigned To | |||||||||||
Priority | normal | Severity | feature | Reproducibility | N/A | ||||||
Status | new | Resolution | open | ||||||||
Product Version | |||||||||||
Target Version | Fixed in Version | ||||||||||
Summary | 059: Increase resolution from hours to hours:minutes | ||||||||||
Description | It'd be very handy to allow for increased resolution of time records... down to the minute. We can either use the same system built into Mantis already for a quick fix... or come up with a better long term fix that solves the shortfalls of the inbuilt time tracking within Mantis. | ||||||||||
Tags | No tags attached. | ||||||||||
Attached Files | |||||||||||
![]() |
|||||||||||||
|
![]() |
|
David Hicks (reporter) 2009-10-02 02:00 |
Done. See: http://git.mantisforge.org/w/timecard/dhx.git?a=commit;h=93c6829f48b62aace54d79ad1a81b7e507ff8d7d [^] This patch lets the administrator choose if the accuracy of time reported/estimated is in hours or minutes. Also here is the query you need to run on the database to upgrade from the internal time tracking system to Timecard: INSERT INTO mantis_plugin_Timecard_update_table (bug_id, bugnote_id, user_id, spent, timestamp) SELECT bug_id, id, reporter_id, time_tracking, date_submitted FROM mantis_bugnote_table; Timecard should now be able to replace the inbuilt time tracking system as all functionality seems to be ported across to Timecard now. |
![]() |
|||
Date Modified | Username | Field | Change |
2009-09-13 08:14 | David Hicks | New Issue | |
2009-10-02 02:00 | David Hicks | Note Added: 059 | |
2009-10-20 06:14 | John Reese | Relationship added | has duplicate 069 |
2009-11-06 06:12 | John Reese | Relationship added | has duplicate 077 |
Copyright © 2000 - 2012 MantisBT Group
Time: 0.1545 seconds. memory usage: 8,372 KB |