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