Lines 37-42
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
37 |
( 9, 'edit_catalogue', 'Edit catalog (Modify bibliographic/holdings data)'), |
37 |
( 9, 'edit_catalogue', 'Edit catalog (Modify bibliographic/holdings data)'), |
38 |
( 9, 'fast_cataloging', 'Fast cataloging'), |
38 |
( 9, 'fast_cataloging', 'Fast cataloging'), |
39 |
( 9, 'edit_items', 'Edit Items'), |
39 |
( 9, 'edit_items', 'Edit Items'), |
|
|
40 |
( 9, 'edit_items_restricted', 'Limit item modification to barcode, status and note (please note that edit_item is still required)'), |
41 |
( 9, 'delete_all_items', 'Delete all items at once'), |
40 |
(10, 'writeoff', 'Write off fines and fees'), |
42 |
(10, 'writeoff', 'Write off fines and fees'), |
41 |
(10, 'remaining_permissions', 'Remaining permissions for managing fines and fees'), |
43 |
(10, 'remaining_permissions', 'Remaining permissions for managing fines and fees'), |
42 |
(11, 'vendors_manage', 'Manage vendors'), |
44 |
(11, 'vendors_manage', 'Manage vendors'), |
Lines 69-74
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
69 |
(13, 'batch_upload_patron_images', 'Завантаження зображень відвідувачів партіями чи усіх за раз'), |
71 |
(13, 'batch_upload_patron_images', 'Завантаження зображень відвідувачів партіями чи усіх за раз'), |
70 |
(13, 'schedule_tasks', 'Планування задач до виконання'), |
72 |
(13, 'schedule_tasks', 'Планування задач до виконання'), |
71 |
(13, 'items_batchmod', 'Perform batch modification of items'), |
73 |
(13, 'items_batchmod', 'Perform batch modification of items'), |
|
|
74 |
(13, 'items_batchmod_restricted', 'Limit batch item modification to item status (please note that items_batchmod is still required)'), |
72 |
(13, 'items_batchdel', 'Perform batch deletion of items'), |
75 |
(13, 'items_batchdel', 'Perform batch deletion of items'), |
73 |
(13, 'manage_csv_profiles', 'Manage CSV export profiles'), |
76 |
(13, 'manage_csv_profiles', 'Manage CSV export profiles'), |
74 |
(13, 'moderate_tags', 'Moderate patron tags'), |
77 |
(13, 'moderate_tags', 'Moderate patron tags'), |
75 |
- |
|
|