Bug 7976: Remove the borrow permission
[koha.git] / installer / data / mysql / uk-UA / mandatory / permissions_and_user_flags.sql
1 TRUNCATE userflags;
2
3 INSERT INTO userflags (bit, flag, flagdesc, defaulton) VALUES
4    (0, 'superlibrarian',  'Доступ до усіх бібліотечних функцій',0),
5    (1, 'circulate',       'Обіг книжок',0),
6    (2, 'catalogue',       'Перегляд каталогу (інтерфейс бібліотекаря)',0),
7    (3, 'parameters',      'Встановлення системних налаштувань Koha',0),
8    (4, 'borrowers',       'Внесення та зміна відвідувачів',0),
9    (5, 'permissions',     'Встановлення привілеїв користувача',0),
10    (6, 'reserveforothers','Резервування книжок для відвідувачів',0),
11    (9, 'editcatalogue',   'Редагування каталогу (зміна бібліографічних/локальних даних)',0),
12    (10,'updatecharges',   'Оновлення сплат користувачів',0),
13    (11,'acquisition',     'Управління надходженнями і/чи пропозиціями',0),
14    (12,'management',      'Встановлення параметрів керування бібліотекою',0),
15    (13,'tools',           'Використання інструментів (експорт, імпорт, штрих-коди)',0),
16    (14,'editauthorities', 'Дозвіл на редагування авторитетних джерел',0),
17    (15,'serials',         'Дозвіл на керування підпискою періодичних видань',0),
18    (16,'reports',         'Дозвіл на доступ до модуля звітів',0),
19    (17,'staffaccess',     'Зміна імені(логіну)/привілеїв для працівників бібліотеки',0),
20    (18,'coursereserves',  'Course Reserves',0),
21    (19,'plugins',         'Koha plugins', '0'),
22    (20,'lists',           'Lists', '0')
23 ;
24
25 TRUNCATE permissions;
26
27 INSERT INTO permissions (module_bit, code, description) VALUES
28    ( 1, 'circulate_remaining_permissions', 'Remaining circulation permissions'),
29    ( 1, 'override_renewals', 'Override blocked renewals'),
30    ( 1, 'overdues_report', 'Execute overdue items report'),
31    ( 1, 'force_checkout', 'Force checkout if a limitation exists'),
32    ( 1, 'manage_restrictions', 'Manage restrictions for accounts'),
33    ( 3, 'parameters_remaining_permissions', 'Remaining system parameters permissions'),
34    ( 3, 'manage_circ_rules', 'manage circulation rules'),
35    ( 6, 'place_holds', 'Place holds for patrons'),
36    ( 6, 'modify_holds_priority', 'Modify holds priority'),
37    ( 9, 'edit_catalogue', 'Edit catalog (Modify bibliographic/holdings data)'),
38    ( 9, 'fast_cataloging', 'Fast cataloging'),
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'),
42    (10, 'writeoff', 'Write off fines and fees'),
43    (10, 'remaining_permissions', 'Remaining permissions for managing fines and fees'),
44    (11, 'vendors_manage', 'Manage vendors'),
45    (11, 'contracts_manage', 'Manage contracts'),
46    (11, 'period_manage', 'Manage periods'),
47    (11, 'budget_manage', 'Manage budgets'),
48    (11, 'budget_modify', 'Modify budget (can''t create lines, but can modify existing ones)'),
49    (11, 'planning_manage', 'Manage budget plannings'),
50    (11, 'order_manage', 'Manage orders & basket'),
51    (11, 'order_manage_all', 'Manage all orders and baskets, regardless of restrictions on them'),
52    (11, 'group_manage', 'Manage orders & basketgroups'),
53    (11, 'order_receive', 'Manage orders & basket'),
54    (11, 'budget_add_del', 'Add and delete budgets (but cant modify budgets)'),
55    (11, 'budget_manage_all', 'Manage all budgets'),
56    (13, 'edit_news',                   'Написання новин для електронного каталогу та інтерфейсу бібліотекарів'),
57    (13, 'label_creator',               'Створення друкованих наклейок і штрих-кодів з каталогу та з даними про користувачів'),
58    (13, 'edit_calendar',               'Визначення днів, коли бібліотека закрита'),
59    (13, 'moderate_comments',           'Регулювання коментарів від відвідувачів'),
60    (13, 'edit_notices',                'Визначення повідомлень'),
61    (13, 'edit_notice_status_triggers', 'Встановлення тригерів повідомлень/статусів для прострочених примірників'),
62    (13, 'edit_quotes', 'Edit quotes for quote-of-the-day feature'),
63    (13, 'view_system_logs',            'Перегляд протоколів системи'),
64    (13, 'inventory',                   'Проведення інвентаризації(аналізу) Вашого каталогу'),
65    (13, 'stage_marc_import',           'Заготівля МАРК-записів у сховище'),
66    (13, 'manage_staged_marc',          'Керування заготовленими МАРК-записами, в тому числі доповнення та зворотній імпорт'),
67    (13, 'export_catalog',              'Експортування бібліографічної інформації та даних про одиниці зберігання'),
68    (13, 'import_patrons',              'Імпортування даних про відвідувачів'),
69    (13, 'edit_patrons', 'Perform batch modification of patrons'),
70    (13, 'delete_anonymize_patrons',    'Вилучення користувачів з протермінованим періодом реєстрації та анонімізація історії обігу (вилучення історія читання користувачів)'),
71    (13, 'batch_upload_patron_images',  'Завантаження зображень відвідувачів партіями чи усіх за раз'),
72    (13, 'schedule_tasks',              'Планування задач до виконання'),
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)'),
75    (13, 'items_batchdel', 'Perform batch deletion of items'),
76    (13, 'manage_csv_profiles', 'Manage CSV export profiles'),
77    (13, 'moderate_tags', 'Moderate patron tags'),
78    (13, 'rotating_collections', 'Manage rotating collections'),
79    (13, 'upload_local_cover_images', 'Upload local cover images'),
80    (13, 'manage_patron_lists', 'Add, edit and delete patron lists and their contents'),
81    (13, 'records_batchmod', 'Perform batch modification of records (biblios or authorities)'),
82    (13, 'marc_modification_templates', 'Manage marc modification templates'),
83    (13, 'records_batchdel', 'Perform batch deletion of records (bibliographic or authority)'),
84    (15, 'check_expiration',            'Check the expiration of a serial'),
85    (15, 'claim_serials',               'Claim missing serials'),
86    (15, 'create_subscription',         'Create a new subscription'),
87    (15, 'delete_subscription',         'Delete an existing subscription'),
88    (15, 'edit_subscription',           'Edit an existing subscription'),
89    (15, 'receive_serials',             'Serials receiving'),
90    (15, 'renew_subscription',          'Renew a subscription'),
91    (15, 'routing',                     'Routing'),
92    (15, 'superserials', 'Manage subscriptions from any branch (only applies when IndependantBranches is used)'),
93    (16, 'execute_reports', 'Execute SQL reports'),
94    (16, 'create_reports', 'Create SQL Reports'),
95    (18, 'manage_courses', 'Add, edit and delete courses'),
96    (18, 'add_reserves', 'Add course reserves'),
97    (18, 'delete_reserves', 'Remove course reserves'),
98    (19, 'manage', 'Manage plugins ( install / uninstall )'),
99    (19, 'tool', 'Use tool plugins'),
100    (19, 'report', 'Use report plugins'),
101    (19, 'configure', 'Configure plugins'),
102    (20, 'delete_public_lists', 'Delete public lists')
103 ;