Patch #5007
closedTime spent displayed in human readable format (hours minutes)
0%
Description
Currently "Spent Time" and "Estimated Time" entries are shown as decimal numbers.
If time entry contains e.g. 1 hour and 15 minutes then 1.25 is displayed on all pages where this time entry is displayed. This is rather not very user friendly because user thinks in "hours and minutes".
This patch modifies how time entries are formatted before they get displayed.
Files
Related issues
Updated by Vladimir Kovacik over 14 years ago
- Issue/Issues
- My Page > Spent time
- Project > Report
- Roadmap
time_entries_displayed_human_readable_v1.0.patch formats time entry 1.25 as "1h 15m".
Symbols 'h', 'm' are hardcoded in i18n.rb and probably subjects for internationalisation.
Updated by Vladimir Kovacik over 14 years ago
Forgot to mention that time_entries_displayed_human_readable_v1.0.patch applies to Redmine 0.9.2
Updated by Mischa The Evil over 14 years ago
- Priority changed from Low to Normal
Updated by Tobias Eigen about 12 years ago
was this applied to redmine? I am interested in having time displayed in hours and minutes, as well as having the input be in hours and minutes as well. However, I am not seeing time displayed in the way you describe on my redmine site (1.2.2.stable). I see it in decimal format.
Updated by Dmitry Beloglazov over 11 years ago
+1
It would be really handy to be able to choose the display format. Decimal time is something very uncommon.
Updated by Nils Wiegand about 10 years ago
Is there any way to use this patch on Redmine 2.6.0.stable.
I want install the patch but the files not available.
Who can help ?
Edit: Or can i configure the spent time to human readable ?
Updated by Go MAEDA over 9 years ago
- Related to Feature #6833: Spent time in a configurable unit added
Updated by Mischa The Evil almost 8 years ago
- Related to Feature #23996: Introduce a setting to change the display format of timespans to HH:MM added
Updated by Mischa The Evil almost 8 years ago
- Status changed from New to Closed
- Assignee deleted (
Jean-Philippe Lang)
This patch has been superseded by #23996.