hostels.permissions - Hostel Permissions

Permissions for the accommdation section.

class waeup.kofa.hostels.permissions.AccommodationOfficer(id, title, description='')[source]

Accommodation Officers can view and manage hostels. They can also export student accommodation data (filtered payment tickets and bed tickets). They can’t access the Data Center but see student data export buttons in the Academic Section.

__doc__ = "Accommodation Officers can view and manage hostels. They can also export\n student accommodation data (filtered payment tickets and bed tickets).\n They can't access the Data Center but see student data export buttons\n in the Academic Section.\n "
__module__ = 'waeup.kofa.hostels.permissions'
class waeup.kofa.hostels.permissions.AccommodationViewer(id, title, description='')[source]

Accommodation Viewers can view but not manage hostels. They can also export student accommodation data (filtered payment tickets and bed tickets). They can’t access the Data Center but see student data export buttons in the Academic Section.

__doc__ = "Accommodation Viewers can view but not manage hostels. They can also export\n student accommodation data (filtered payment tickets and bed tickets).\n They can't access the Data Center but see student data export buttons\n in the Academic Section.\n "
__module__ = 'waeup.kofa.hostels.permissions'
class waeup.kofa.hostels.permissions.ExportAccommodationData(id, title='', description='')[source]

Accommodation Officers don’t have the general exportData permission and are only allowed to export accommodation data (accommodation payment tickets and bed tickets). The ExportAccommodationData permission is only used to filter the respective exporters in the ExportJobContainerJobConfig view.

__doc__ = "Accommodation Officers don't have the general exportData\n permission and are only allowed to export accommodation data\n (accommodation payment tickets and bed tickets).\n The ExportAccommodationData permission is only used to filter the\n respective exporters in the ExportJobContainerJobConfig view.\n "
__module__ = 'waeup.kofa.hostels.permissions'
class waeup.kofa.hostels.permissions.ManageHostels(id, title='', description='')[source]

The ManageHostels permission is applied to manage pages in the Accommodation Section.

__doc__ = 'The ManageHostels permission is applied to manage pages in the\n Accommodation Section.\n '
__module__ = 'waeup.kofa.hostels.permissions'
class waeup.kofa.hostels.permissions.ViewHostels(id, title='', description='')[source]

The ViewHostels permission is applied to all views of the Accommodation Section. Users with this permission can view but not edit data in the Accommodation Section.

__doc__ = 'The ViewHostels permission is applied to all views of the\n Accommodation Section. Users with this permission can view but not edit\n data in the Accommodation Section.\n '
__module__ = 'waeup.kofa.hostels.permissions'