Bug 12403: Add the new permission tools_records_batchdelitem
[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    ( 1, 'overdues_report', 'Execute overdue items report'),
5    ( 1, 'force_checkout', 'Force checkout if a limitation exists'),
6    ( 1, 'manage_restrictions', 'Manage restrictions for accounts'),
7    ( 3, 'parameters_remaining_permissions', 'Remaining system parameters permissions'),
8    ( 3, 'manage_circ_rules', 'manage circulation rules'),
9    ( 6, 'place_holds', 'Place holds for patrons'),
10    ( 6, 'modify_holds_priority', 'Modify holds priority'),
11    ( 9, 'edit_catalogue', 'Edit catalog (Modify bibliographic/holdings data)'),
12    ( 9, 'fast_cataloging', 'Fast cataloging'),
13    ( 9, 'edit_items', 'Edit items'),
14    (10, 'writeoff', 'Write off fines and fees'),
15    (10, 'remaining_permissions', 'Remaining permissions for managing fines and fees'),
16    (11, 'vendors_manage', 'Manage vendors'),
17    (11, 'contracts_manage', 'Manage contracts'),
18    (11, 'period_manage', 'Manage periods'),
19    (11, 'budget_manage', 'Manage budgets'),
20    (11, 'budget_modify', 'Modify budget (can''t create lines, but can modify existing ones)'),
21    (11, 'planning_manage', 'Manage budget plannings'),
22    (11, 'order_manage', 'Manage orders & basket'),
23    (11, 'order_manage_all', 'Manage all orders and baskets, regardless of restrictions on them'),
24    (11, 'group_manage', 'Manage orders & basketgroups'),
25    (11, 'order_receive', 'Manage orders & basket'),
26    (11, 'budget_add_del', 'Add and delete budgets (but cant modify budgets)'),
27    (11, 'budget_manage_all', 'Manage all budgets'),
28    (13, 'edit_news', 'Write news for the OPAC and staff interfaces'),
29    (13, 'label_creator', 'Create printable labels and barcodes from catalog and patron data'),
30    (13, 'edit_calendar', 'Define days when the library is closed'),
31    (13, 'moderate_comments', 'Moderate patron comments'),
32    (13, 'edit_notices', 'Define notices'),
33    (13, 'edit_notice_status_triggers', 'Set notice/status triggers for overdue items'),
34    (13, 'edit_quotes', 'Edit quotes for quote-of-the-day feature'),
35    (13, 'view_system_logs', 'Browse the system logs'),
36    (13, 'inventory', 'Perform inventory (stocktaking) of your catalog'),
37    (13, 'stage_marc_import', 'Stage MARC records into the reservoir'),
38    (13, 'manage_staged_marc', 'Managed staged MARC records, including completing and reversing imports'),
39    (13, 'export_catalog', 'Export bibliographic and holdings data'),
40    (13, 'import_patrons', 'Import patron data'),
41    (13, 'edit_patrons', 'Perform batch modification of patrons'),
42    (13, 'delete_anonymize_patrons', 'Delete old borrowers and anonymize circulation history (deletes borrower reading history)'),
43    (13, 'batch_upload_patron_images', 'Upload patron images in a batch or one at a time'),
44    (13, 'schedule_tasks', 'Schedule tasks to run'),
45    (13, 'items_batchmod', 'Perform batch modification of items'),
46    (13, 'items_batchdel', 'Perform batch deletion of items'),
47    (13, 'manage_csv_profiles', 'Manage CSV export profiles'),
48    (13, 'moderate_tags', 'Moderate patron tags'),
49    (13, 'rotating_collections', 'Manage rotating collections'),
50    (13, 'upload_local_cover_images', 'Upload local cover images'),
51    (13, 'manage_patron_lists', 'Add, edit and delete patron lists and their contents'),
52    (13, 'marc_modification_templates', 'Manage marc modification templates'),
53    (13, 'records_batchdel', 'Perform batch deletion of records (biblios or authorities)'),
54    (15, 'check_expiration', 'Check the expiration of a serial'),
55    (15, 'claim_serials', 'Claim missing serials'),
56    (15, 'create_subscription', 'Create a new subscription'),
57    (15, 'delete_subscription', 'Delete an existing subscription'),
58    (15, 'edit_subscription', 'Edit an existing subscription'),
59    (15, 'receive_serials', 'Serials receiving'),
60    (15, 'renew_subscription', 'Renew a subscription'),
61    (15, 'routing', 'Routing'),
62    (15, 'superserials', 'Manage subscriptions from any branch (only applies when IndependentBranches is used)'),
63    (16, 'execute_reports', 'Execute SQL reports'),
64    (16, 'create_reports', 'Create SQL reports'),
65    (18, 'manage_courses', 'Add, edit and delete courses'),
66    (18, 'add_reserves', 'Add course reserves'),
67    (18, 'delete_reserves', 'Remove course reserves'),
68    (19, 'manage', 'Manage plugins ( install / uninstall )'),
69    (19, 'tool', 'Use tool plugins'),
70    (19, 'report', 'Use report plugins'),
71    (19, 'configure', 'Configure plugins')
72 ;