Feng Forum

Support => Older versions => : salival January 06, 2010, 08:04:45 AM

: (1.5 - 1.6) repeating tasks: works "backwards"
: salival January 06, 2010, 08:04:45 AM
When I have a repeating task and mark it as completed, the newly created task (i.e. for the next week) is the same as the completed one, with registered time etc. The task which is marked as completed is a new one, without time and with a higher id.

Obviously this should be the other way around: the old task should be the one with the registered time and the new one should be empty and have a higher id than the one completed.

an example if things are not clear:
before:
task id 01 ,end date: 5 jan, work: 1 hour, not completed

after
task id 02, end date: 5 jan, work: 0 hours, completed
task id 01, end date: 10 jan, work: 1 hour, not completed

this should be:
before:
task id 01 ,end date: 5 jan, work: 1 hour, not completed

after
task id 01, end date: 5 jan, work: 1 hours, completed
task id 02, end date: 10 jan, work: 0 hour, not completed

I hope this makes some sense.