Fix for Bug 1955: Remove noOPACUserLogin system preference
[koha.git] / installer / data / mysql / en / mandatory / userpermissions.sql
1 INSERT INTO permissions (module_bit, code, description) VALUES
2    (13, 'edit_news', 'Write news for the OPAC and staff interfaces'),
3    (13, 'label_creator', 'Create printable labels and barcodes from catalog and patron data'),
4    (13, 'edit_calendar', 'Define days when the library is closed'),
5    (13, 'moderate_comments', 'Moderate patron comments'),
6    (13, 'edit_notices', 'Define notices'),
7    (13, 'edit_notice_status_triggers', 'Set notice/status triggers for overdue items'),
8    (13, 'view_system_logs', 'Browse the system logs'),
9    (13, 'inventory', 'Perform inventory (stocktaking) of your catalogue'),
10    (13, 'stage_marc_import', 'Stage MARC records into the reservoir'),
11    (13, 'manage_staged_marc', 'Managed staged MARC records, including completing and reversing imports'),
12    (13, 'export_catalog', 'Export bibliographic and holdings data'),
13    (13, 'import_patrons', 'Import patron data'),
14    (13, 'delete_anonymize_patrons', 'Delete old borrowers and anonymize circulation history (deletes borrower reading history)'),
15    (13, 'batch_upload_patron_images', 'Upload patron images in batch or one at a time'),
16    (13, 'schedule_tasks', 'Schedule tasks to run')
17 ;