hicknhack-software / redmine_time_tracker

A time tracker plugin for Redmine
Other
106 stars 32 forks source link

book a time period with start and stop time are on different days. #85

Closed shuozhifenxi closed 11 years ago

shuozhifenxi commented 11 years ago

Hi,

There is a issue to book a time period with start and stop time are on different days.

For example, I have a time log from the first day 21:00 to the second day 4:00. I stopped the timer with a issue (say issue A) as the task so that the whole time log was booked for issue A.

Now I want to change the booking to book only a time period say from 21:00 to 22:00 for issue A so that I can book the rest of time for issue B. But I can not do this because the maximum for stop time is 4:00. I can not update my booking with stop time is 22:00 (the update button is invalid ). Because there is no place I can assign the date for the stop time, the program only compare the time without considering the date of the time.

I often work in late night, so lot of my time log cross two days. Could you please add a text box to assign the date for the stop time so that I can book a time period across two days without trouble?

Thank you for considering.

jume-dev commented 11 years ago

yeah, that is something which bothers me too. If i find the time, i will find a way to fix this problem

jume-dev commented 11 years ago

Uhm, i tried to reproduce your problem, but it works for me. Although there is no date field for the stop time, it is possible to book time from 21:00 to 22:00 if the stop time is 04:00. Please verify that you have the newest code version and there is nothing else, which makes the input data invalid.

Because i cant reproduce it, i assume it was fixed with one of the latest code updates. If you still have troubles, please upload a screenshot and reopen this issue.