Lines 1-77
Link Here
|
1 |
INSERT INTO permissions (module_bit, code, description) VALUES |
1 |
INSERT INTO permissions (module, code, description) VALUES |
2 |
( 1, 'circulate_remaining_permissions', 'Remaining circulation permissions'), |
2 |
( 'superlibrarian', 'superlibrarian', 'Access to all librarian functions'), |
3 |
( 1, 'override_renewals', 'Override blocked renewals'), |
3 |
( 'circulate', 'circulate_remaining_permissions', 'Remaining circulation permissions'), |
4 |
( 1, 'overdues_report', 'Execute overdue items report'), |
4 |
( 'circulate', 'override_renewals', 'Override blocked renewals'), |
5 |
( 1, 'force_checkout', 'Force checkout if a limitation exists'), |
5 |
( 'circulate', 'overdues_report', 'Execute overdue items report'), |
6 |
( 1, 'manage_restrictions', 'Manage restrictions for accounts'), |
6 |
( 'circulate', 'force_checkout', 'Force checkout if a limitation exists'), |
7 |
( 3, 'parameters_remaining_permissions', 'Remaining system parameters permissions'), |
7 |
( 'circulate', 'manage_restrictions', 'Manage restrictions for accounts'), |
8 |
( 3, 'manage_circ_rules', 'manage circulation rules'), |
8 |
( 'catalogue', 'staff_login', 'Allow staff login.'), |
9 |
( 6, 'place_holds', 'Place holds for patrons'), |
9 |
( 'parameters', 'parameters_remaining_permissions', 'Remaining system parameters permissions'), |
10 |
( 6, 'modify_holds_priority', 'Modify holds priority'), |
10 |
( 'parameters', 'manage_circ_rules', 'manage circulation rules'), |
11 |
( 9, 'edit_catalogue', 'Edit catalog (Modify bibliographic/holdings data)'), |
11 |
( 'borrowers', 'view_borrowers', 'Show borrower details and search for borrowers.'), |
12 |
( 9, 'fast_cataloging', 'Fast cataloging'), |
12 |
( 'permissions', 'set_permissions', 'Set user permissions'), |
13 |
( 9, 'edit_items', 'Edit items'), |
13 |
( 'reserveforothers','place_holds', 'Place holds for patrons'), |
14 |
( 9, 'edit_items_restricted', 'Limit item modification to subfields defined in the SubfieldsToAllowForRestrictedEditing preference (please note that edit_item is still required)'), |
14 |
( 'reserveforothers','modify_holds_priority', 'Modify holds priority'), |
15 |
( 9, 'delete_all_items', 'Delete all items at once'), |
15 |
( 'editcatalogue', 'edit_catalogue', 'Edit catalog (Modify bibliographic/holdings data)'), |
16 |
(10, 'writeoff', 'Write off fines and fees'), |
16 |
( 'editcatalogue', 'fast_cataloging', 'Fast cataloging'), |
17 |
(10, 'remaining_permissions', 'Remaining permissions for managing fines and fees'), |
17 |
( 'editcatalogue', 'edit_items', 'Edit items'), |
18 |
(11, 'vendors_manage', 'Manage vendors'), |
18 |
( 'editcatalogue', 'edit_items_restricted', 'Limit item modification to subfields defined in the SubfieldsToAllowForRestrictedEditing preference (please note that edit_item is still required)'), |
19 |
(11, 'contracts_manage', 'Manage contracts'), |
19 |
( 'editcatalogue', 'delete_all_items', 'Delete all items at once'), |
20 |
(11, 'period_manage', 'Manage periods'), |
20 |
( 'updatecharges', 'writeoff', 'Write off fines and fees'), |
21 |
(11, 'budget_manage', 'Manage budgets'), |
21 |
( 'updatecharges', 'remaining_permissions', 'Remaining permissions for managing fines and fees'), |
22 |
(11, 'budget_modify', 'Modify budget (can''t create lines, but can modify existing ones)'), |
22 |
( 'acquisition', 'vendors_manage', 'Manage vendors'), |
23 |
(11, 'planning_manage', 'Manage budget plannings'), |
23 |
( 'acquisition', 'contracts_manage', 'Manage contracts'), |
24 |
(11, 'order_manage', 'Manage orders & basket'), |
24 |
( 'acquisition', 'period_manage', 'Manage periods'), |
25 |
(11, 'order_manage_all', 'Manage all orders and baskets, regardless of restrictions on them'), |
25 |
( 'acquisition', 'budget_manage', 'Manage budgets'), |
26 |
(11, 'group_manage', 'Manage orders & basketgroups'), |
26 |
( 'acquisition', 'budget_modify', 'Modify budget (can''t create lines, but can modify existing ones)'), |
27 |
(11, 'order_receive', 'Manage orders & basket'), |
27 |
( 'acquisition', 'planning_manage', 'Manage budget plannings'), |
28 |
(11, 'budget_add_del', 'Add and delete budgets (but can''t modify budgets)'), |
28 |
( 'acquisition', 'order_manage', 'Manage orders & basket'), |
29 |
(11, 'budget_manage_all', 'Manage all budgets'), |
29 |
( 'acquisition', 'order_manage_all', 'Manage all orders and baskets, regardless of restrictions on them'), |
30 |
(13, 'edit_news', 'Write news for the OPAC and staff interfaces'), |
30 |
( 'acquisition', 'group_manage', 'Manage orders & basketgroups'), |
31 |
(13, 'label_creator', 'Create printable labels and barcodes from catalog and patron data'), |
31 |
( 'acquisition', 'order_receive', 'Manage orders & basket'), |
32 |
(13, 'edit_calendar', 'Define days when the library is closed'), |
32 |
( 'acquisition', 'budget_add_del', 'Add and delete budgets (but can''t modify budgets)'), |
33 |
(13, 'moderate_comments', 'Moderate patron comments'), |
33 |
( 'acquisition', 'budget_manage_all', 'Manage all budgets'), |
34 |
(13, 'edit_notices', 'Define notices'), |
34 |
( 'management', 'management', 'Set library management parameters (deprecated)'), |
35 |
(13, 'edit_notice_status_triggers', 'Set notice/status triggers for overdue items'), |
35 |
( 'tools', 'edit_news', 'Write news for the OPAC and staff interfaces'), |
36 |
(13, 'edit_quotes', 'Edit quotes for quote-of-the-day feature'), |
36 |
( 'tools', 'label_creator', 'Create printable labels and barcodes from catalog and patron data'), |
37 |
(13, 'view_system_logs', 'Browse the system logs'), |
37 |
( 'tools', 'edit_calendar', 'Define days when the library is closed'), |
38 |
(13, 'inventory', 'Perform inventory (stocktaking) of your catalog'), |
38 |
( 'tools', 'moderate_comments', 'Moderate patron comments'), |
39 |
(13, 'stage_marc_import', 'Stage MARC records into the reservoir'), |
39 |
( 'tools', 'edit_notices', 'Define notices'), |
40 |
(13, 'manage_staged_marc', 'Managed staged MARC records, including completing and reversing imports'), |
40 |
( 'tools', 'edit_notice_status_triggers', 'Set notice/status triggers for overdue items'), |
41 |
(13, 'export_catalog', 'Export bibliographic and holdings data'), |
41 |
( 'tools', 'edit_quotes', 'Edit quotes for quote-of-the-day feature'), |
42 |
(13, 'import_patrons', 'Import patron data'), |
42 |
( 'tools', 'view_system_logs', 'Browse the system logs'), |
43 |
(13, 'edit_patrons', 'Perform batch modification of patrons'), |
43 |
( 'tools', 'inventory', 'Perform inventory (stocktaking) of your catalog'), |
44 |
(13, 'delete_anonymize_patrons', 'Delete old borrowers and anonymize circulation history (deletes borrower reading history)'), |
44 |
( 'tools', 'stage_marc_import', 'Stage MARC records into the reservoir'), |
45 |
(13, 'batch_upload_patron_images', 'Upload patron images in a batch or one at a time'), |
45 |
( 'tools', 'manage_staged_marc', 'Managed staged MARC records, including completing and reversing imports'), |
46 |
(13, 'schedule_tasks', 'Schedule tasks to run'), |
46 |
( 'tools', 'export_catalog', 'Export bibliographic and holdings data'), |
47 |
(13, 'items_batchmod', 'Perform batch modification of items'), |
47 |
( 'tools', 'import_patrons', 'Import patron data'), |
48 |
(13, 'items_batchmod_restricted', 'Limit batch item modification to subfields defined in the SubfieldsToAllowForRestrictedBatchmod preference (please note that items_batchmod is still required)'), |
48 |
( 'tools', 'edit_patrons', 'Perform batch modification of patrons'), |
49 |
(13, 'items_batchdel', 'Perform batch deletion of items'), |
49 |
( 'tools', 'delete_anonymize_patrons', 'Delete old borrowers and anonymize circulation history (deletes borrower reading history)'), |
50 |
(13, 'manage_csv_profiles', 'Manage CSV export profiles'), |
50 |
( 'tools', 'batch_upload_patron_images', 'Upload patron images in a batch or one at a time'), |
51 |
(13, 'moderate_tags', 'Moderate patron tags'), |
51 |
( 'tools', 'schedule_tasks', 'Schedule tasks to run'), |
52 |
(13, 'rotating_collections', 'Manage rotating collections'), |
52 |
( 'tools', 'items_batchmod', 'Perform batch modification of items'), |
53 |
(13, 'upload_local_cover_images', 'Upload local cover images'), |
53 |
( 'tools', 'items_batchmod_restricted', 'Limit batch item modification to subfields defined in the SubfieldsToAllowForRestrictedBatchmod preference (please note that items_batchmod is still required)'), |
54 |
(13, 'manage_patron_lists', 'Add, edit and delete patron lists and their contents'), |
54 |
( 'tools', 'items_batchdel', 'Perform batch deletion of items'), |
55 |
(13, 'records_batchmod', 'Perform batch modification of records (biblios or authorities)'), |
55 |
( 'tools', 'manage_csv_profiles', 'Manage CSV export profiles'), |
56 |
(13, 'marc_modification_templates', 'Manage marc modification templates'), |
56 |
( 'tools', 'moderate_tags', 'Moderate patron tags'), |
57 |
(13, 'records_batchdel', 'Perform batch deletion of records (bibliographic or authority)'), |
57 |
( 'tools', 'rotating_collections', 'Manage rotating collections'), |
58 |
(15, 'check_expiration', 'Check the expiration of a serial'), |
58 |
( 'tools', 'upload_local_cover_images', 'Upload local cover images'), |
59 |
(15, 'claim_serials', 'Claim missing serials'), |
59 |
( 'tools', 'manage_patron_lists', 'Add, edit and delete patron lists and their contents'), |
60 |
(15, 'create_subscription', 'Create a new subscription'), |
60 |
( 'tools', 'records_batchmod', 'Perform batch modification of records (biblios or authorities)'), |
61 |
(15, 'delete_subscription', 'Delete an existing subscription'), |
61 |
( 'tools', 'marc_modification_templates', 'Manage marc modification templates'), |
62 |
(15, 'edit_subscription', 'Edit an existing subscription'), |
62 |
( 'tools', 'records_batchdel', 'Perform batch deletion of records (bibliographic or authority)'), |
63 |
(15, 'receive_serials', 'Serials receiving'), |
63 |
( 'editauthorities', 'edit_authorities', 'Edit authorities'), |
64 |
(15, 'renew_subscription', 'Renew a subscription'), |
64 |
( 'serials', 'check_expiration', 'Check the expiration of a serial'), |
65 |
(15, 'routing', 'Routing'), |
65 |
( 'serials', 'claim_serials', 'Claim missing serials'), |
66 |
(15, 'superserials', 'Manage subscriptions from any branch (only applies when IndependentBranches is used)'), |
66 |
( 'serials', 'create_subscription', 'Create a new subscription'), |
67 |
(16, 'execute_reports', 'Execute SQL reports'), |
67 |
( 'serials', 'delete_subscription', 'Delete an existing subscription'), |
68 |
(16, 'create_reports', 'Create SQL reports'), |
68 |
( 'serials', 'edit_subscription', 'Edit an existing subscription'), |
69 |
(18, 'manage_courses', 'Add, edit and delete courses'), |
69 |
( 'serials', 'receive_serials', 'Serials receiving'), |
70 |
(18, 'add_reserves', 'Add course reserves'), |
70 |
( 'serials', 'renew_subscription', 'Renew a subscription'), |
71 |
(18, 'delete_reserves', 'Remove course reserves'), |
71 |
( 'serials', 'routing', 'Routing'), |
72 |
(19, 'manage', 'Manage plugins ( install / uninstall )'), |
72 |
( 'serials', 'superserials', 'Manage subscriptions from any branch (only applies when IndependentBranches is used)'), |
73 |
(19, 'tool', 'Use tool plugins'), |
73 |
( 'reports', 'execute_reports', 'Execute SQL reports'), |
74 |
(19, 'report', 'Use report plugins'), |
74 |
( 'reports', 'create_reports', 'Create SQL reports'), |
75 |
(19, 'configure', 'Configure plugins'), |
75 |
( 'staffaccess', 'staff_access_permissions', 'Allow staff members to modify permissions for other staff members'), |
76 |
(20, 'delete_public_lists', 'Delete public lists') |
76 |
( 'coursereserves', 'manage_courses', 'Add, edit and delete courses'), |
|
|
77 |
( 'coursereserves', 'add_reserves', 'Add course reserves'), |
78 |
( 'coursereserves', 'delete_reserves', 'Remove course reserves'), |
79 |
( 'plugins', 'manage', 'Manage plugins ( install / uninstall )'), |
80 |
( 'plugins', 'tool', 'Use tool plugins'), |
81 |
( 'plugins', 'report', 'Use report plugins'), |
82 |
( 'plugins', 'configure', 'Configure plugins'), |
83 |
( 'lists', 'delete_public_lists', 'Delete public lists') |
77 |
; |
84 |
; |