cal (Calendar)

A tested document

This is a tested document. The following instructions are used for initialization:

>>> import lino
>>> lino.startup('lino_patrols.projects.patrols1.settings')
>>> from lino.api.doctest import *

Planner columns

class lino_patrols.plugins.cal.PlannerColumns

A choicelist of columns to show in certain reports.

Especially in the daily view in lino_xl.lib.calview (calview.DailyPlanner). Also in patrols.DaysToPlan.

>>> rt.show(cal.PlannerColumns)
======= ====== ===============
 value   name   text
------- ------ ---------------
 10             Bot-MdP
 20             BM-FP-TB-MT-W
 30             BM-FP-VP-B
 40             Bayehon
 50             Warche
 60             Noire Eau
 70             Vélo
 99             etc
======= ====== ===============