Project

General

Profile

task #1

Updated by cryptogopher over 5 years ago

Currently start/due can only be specified for monthly recurrences. While it is not needed for fixed non-monthly modes, it should be possible for flexible modes to have either start or due date based on last recurrence close date (currently plugin decides which one to use, based on availability, but defaults to due date). That's why anchor date should be separated from recurrence mode.

Conversion of records can be as follows:
* monthly_start/due are converted accordingly,
* all others: if due_date available anchor_to_start=false, true otherwise

Back