Coverage for lino/modlib/office/roles.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# Copyright 2015-2016 Luc Saffre # License: BSD (see file COPYING for details)
"""
"""A user who has access to office functionality like calendar, notes and uploads.
"""
"""A user who manages office functionality for other users (but not for himself).
Currently an office operator can create their own notes and uploads but no calendar entries.
"""
"""A user who manages configuration of office functionality.
"""
"""A user with all permissions."""
|