office
: Adding an "Office" menu¶
The lino.modlib.office
plugin is just a menu hook for several other
plugins. It also defines some user roles shared by these plugins.
Here is a list of plugins that consider themselves office stuff:
User roles¶
-
class
lino_xl.lib.office.
OfficeUser
¶ Has access to office functionality like calendar, notes and uploads.
-
class
lino_xl.lib.office.
OfficeOperator
¶ Can manage office functionality for other users (but not for himself).
An office operator can create their own notes and uploads, but no calendar entries.
For example the lino_xl.lib.cal.OverdueAppointments table requires
OfficeStaff
and is not available forOfficeOperator
.
-
class
lino_xl.lib.office.
OfficeStaff
¶ Can manage configuration of office functionality.