Office hours vs. Work hours
Bug #1078813 reported by
Markus Birth
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GTimeLog |
Confirmed
|
High
|
Unassigned |
Bug Description
My work day is from 9am to 6pm with a one hour break. So it's 8 working hours which is what I've set in the gtimelogrc.
"Time left at work" shows the remaining hours needed to fulfill the 8 hours work. Which is correct.
But "At office today" shows a wrong overtime. It doesn't know anything about the break so it thinks I'm 1 hour over time although it's perfectly fine because of that break.
Can we have an option to specify break hours for a day?
To post a comment you must log in.
First of all, sorry for taking so long to reply to your bug report.
How about this: a new setting in .gtimelogrc
break_hours = 1
and then I change the computation of the "left/overtime" bit to be (hours + break_hours) - (total_work + total_slacking + time_since_ last_task_ was_completed) ? Does that sound acceptable?