5fea3a816c6f7d2587acc68e53944956a60054f8
[koha.git] / installer / data / mysql / fr-FR / 1-Obligatoire / 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    (13, 'edit_news', 'Write news for the OPAC and staff interfaces'),
5    (13, 'label_creator', 'Create printable labels and barcodes from catalog and patron data'),
6    (13, 'edit_calendar', 'Define days when the library is closed'),
7    (13, 'moderate_comments', 'Moderate patron comments'),
8    (13, 'edit_notices', 'Define notices'),
9    (13, 'edit_notice_status_triggers', 'Set notice/status triggers for overdue items'),
10    (13, 'view_system_logs', 'Browse the system logs'),
11    (13, 'inventory', 'Perform inventory (stocktaking) of your catalogue'),
12    (13, 'stage_marc_import', 'Stage MARC records into the reservoir'),
13    (13, 'manage_staged_marc', 'Managed staged MARC records, including completing and reversing imports'),
14    (13, 'export_catalog', 'Export bibliographic and holdings data'),
15    (13, 'import_patrons', 'Import patron data'),
16    (13, 'delete_anonymize_patrons', 'Delete old borrowers and anonymize circulation history (deletes borrower reading history)'),
17    (13, 'batch_upload_patron_images', 'Upload patron images in batch or one at a time'),
18    (13, 'schedule_tasks', 'Schedule tasks to run'),
19    (15, 'check_expiration', 'Check the expiration of a serial'),
20    (15, 'claim_serials', 'Claim missing serials'),
21    (15, 'create_subscription', 'Create a new subscription'),
22    (15, 'delete_subscription', 'Delete an existing subscription'),
23    (15, 'edit_subscription', 'Edit an existing subscription'),
24    (15, 'receive_serials', 'Serials receiving'),
25    (15, 'renew_subscription', 'Renew a subscription'),
26    (15, 'routing', 'Routing')
27 ;