chokkarg / worktime

Automatically exported from code.google.com/p/worktime
0 stars 0 forks source link

Time Registration startDate >= previous endDate #61

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the calculation of the duration of a time registrations we do include the 
start time of the time registration but not the end time (see documentation of 
the JodaTime framework we use).

Currently the rules for a time registration (when editing it yourself) are:
The startTime > previous endTime
AND
The endTime > startTime

This will cause a 1 minute so we have to make sure that the previous end time 
can also be the current start time (startTime >= previous endTime)

Original issue reported on code.google.com by dirkvran...@gmail.com on 20 Sep 2011 at 11:23

GoogleCodeExporter commented 8 years ago
Also implementing an auto-correction feature to automatically close 60s gaps 
between the previous registration and the current registration that you want to 
start.

The user can turn this on or off in the preferences (time registration 
category). The time (60s) cannot be changed for now. By default it is enabled!

Original comment by dirkvran...@gmail.com on 1 Dec 2011 at 11:55

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 1 Dec 2011 at 12:05

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 15 May 2012 at 9:30

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 15 May 2012 at 9:38

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 15 May 2012 at 9:50

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 15 May 2012 at 9:55