Merge commit 'koha-biblibre/master' into bl-acq
[koha.git] / installer / data / mysql / en / mandatory / userpermissions.sql
1 INSERT INTO permissions (module_bit, code, description) VALUES
2    ( 1, 'circulate_remaining_permissions', 'Remaining circulation permissions'),
3    ( 1, 'override_renewals', 'Override blocked renewals'),
4    ( 9, 'edit_catalogue', 'Edit catalogue'),
5    ( 9, 'fast_cataloging', 'Fast cataloging'),
6    (11, 'vendors_manage', 'Manage vendors'),
7    (11, 'contracts_manage', 'Manage contracts'),
8    (11, 'period_manage', 'Manage periods'),
9    (11, 'budget_manage', 'Manage budgets'),
10    (11, 'budget_modify', 'Modify budget (can''t create lines, but can modify existing ones)'),
11    (11, 'planning_manage', 'Manage budget plannings'),
12    (11, 'order_manage', 'Manage orders & basket'),
13    (11, 'group_manage', 'Manage orders & basketgroups'),
14    (11, 'order_receive', 'Manage orders & basket'),
15    (11, 'budget_add_del', 'Add and delete budgets (but cant modify budgets)'),
16    (13, 'edit_news', 'Write news for the OPAC and staff interfaces'),
17    (13, 'label_creator', 'Create printable labels and barcodes from catalog and patron data'),
18    (13, 'edit_calendar', 'Define days when the library is closed'),
19    (13, 'moderate_comments', 'Moderate patron comments'),
20    (13, 'edit_notices', 'Define notices'),
21    (13, 'edit_notice_status_triggers', 'Set notice/status triggers for overdue items'),
22    (13, 'view_system_logs', 'Browse the system logs'),
23    (13, 'inventory', 'Perform inventory (stocktaking) of your catalog'),
24    (13, 'stage_marc_import', 'Stage MARC records into the reservoir'),
25    (13, 'manage_staged_marc', 'Managed staged MARC records, including completing and reversing imports'),
26    (13, 'export_catalog', 'Export bibliographic and holdings data'),
27    (13, 'import_patrons', 'Import patron data'),
28    (13, 'delete_anonymize_patrons', 'Delete old borrowers and anonymize circulation history (deletes borrower reading history)'),
29    (13, 'batch_upload_patron_images', 'Upload patron images in batch or one at a time'),
30    (13, 'schedule_tasks', 'Schedule tasks to run'),
31    (13, 'batchmod', 'Perform batch modification of items'),
32    (13, 'batchdel', 'Perform batch deletion of items'),
33    (13, 'manage_csv_profiles', 'Manage CSV export profiles'),
34    (16, 'execute_reports', 'Execute SQL reports'),
35    (16, 'create_reports', 'Create SQL Reports')
36 ;