Wednesday, July 4, 2018

More about the daily planner

I reviewed and updated the specs about the DailyPlanner in cal : Calendar functionality. For #2382.

TODO: lino_xl.lib.cal.Event is clickable but lino_xl.lib.cal.DailyPlanner isn’t.

As a side effect, the seqno field of a Sequenced no longer has sums because I added this line:

Sequenced.set_widget_options('seqno', hide_sum=True)