Bug 7976: Remove the borrow permission
[koha.git] / installer / data / mysql / ru-RU / mandatory / permissions_and_user_flags.sql
index 9b9839d..23af322 100644 (file)
@@ -8,7 +8,6 @@ INSERT INTO userflags (bit, flag, flagdesc, defaulton) VALUES
    (4, 'borrowers',       'Внесение и изменение посетителей',0),
    (5, 'permissions',     'Установка привилегий пользователя',0),
    (6, 'reserveforothers','Резервирование книжек для посетителей',0),
-   (7, 'borrow',          'Заем книг',1),
    (9, 'editcatalogue',   'Изменение каталога (изменение библиографических/локальных данных)',0),
    (10,'updatecharges',   'Обновление оплат пользователей',0),
    (11,'acquisition',     'Управление поступлениями и/или предложениями',0),
@@ -19,7 +18,8 @@ INSERT INTO userflags (bit, flag, flagdesc, defaulton) VALUES
    (16,'reports',         'Разрешение на доступ к модулю отчетов',0),
    (17,'staffaccess',     'Смена имени(логина)/привилегий для работников библиотеки',0),
    (18,'coursereserves',  'Course Reserves',0),
-   (19,'plugins',         'Koha plugins', '0')
+   (19,'plugins',         'Koha plugins', '0'),
+   (20,'lists',           'Lists', '0')
 ;
 
 TRUNCATE permissions;
@@ -37,6 +37,8 @@ INSERT INTO permissions (module_bit, code, description) VALUES
    ( 9, 'edit_catalogue', 'Edit catalog (Modify bibliographic/holdings data)'),
    ( 9, 'fast_cataloging', 'Fast cataloging'),
    ( 9, 'edit_items', 'Edit Items'),
+   ( 9, 'edit_items_restricted', 'Limit item modification to barcode, status and note (please note that edit_item is still required)'),
+   ( 9, 'delete_all_items', 'Delete all items at once'),
    (10, 'writeoff', 'Write off fines and fees'),
    (10, 'remaining_permissions', 'Remaining permissions for managing fines and fees'),
    (11, 'vendors_manage', 'Manage vendors'),
@@ -69,12 +71,14 @@ INSERT INTO permissions (module_bit, code, description) VALUES
    (13, 'batch_upload_patron_images',  'Загрузка изображений посетителей партиями или всех сразу'),
    (13, 'schedule_tasks',              'Планирование задач к выполнению'),
    (13, 'items_batchmod', 'Perform batch modification of items'),
+   (13, 'items_batchmod_restricted', 'Limit batch item modification to item status (please note that items_batchmod is still required)'),
    (13, 'items_batchdel', 'Perform batch deletion of items'),
    (13, 'manage_csv_profiles',         'Manage CSV export profiles'),
    (13, 'moderate_tags', 'Moderate patron tags'),
    (13, 'rotating_collections', 'Manage rotating collections'),
    (13, 'upload_local_cover_images', 'Upload local cover images'),
    (13, 'manage_patron_lists', 'Add, edit and delete patron lists and their contents'),
+   (13, 'records_batchmod', 'Perform batch modification of records (biblios or authorities)'),
    (13, 'marc_modification_templates', 'Manage marc modification templates'),
    (13, 'records_batchdel', 'Perform batch deletion of records (bibliographic or authority)'),
    (15, 'check_expiration',            'Check the expiration of a serial'),
@@ -94,6 +98,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES
    (19, 'manage', 'Manage plugins ( install / uninstall )'),
    (19, 'tool', 'Use tool plugins'),
    (19, 'report', 'Use report plugins'),
-   (19, 'configure', 'Configure plugins')
+   (19, 'configure', 'Configure plugins'),
+   (20, 'delete_public_lists', 'Delete public lists')
 ;