5b1748d15d2e1ae3a55650b7979beee858020d60
[koha.git] / installer / data / mysql / userflags.sql
1 INSERT INTO userflags (bit, flag, flagdesc, defaulton) VALUES
2 (0,'superlibrarian','Access to all librarian functions',0),
3 (1,'circulate','Check out and check in items',0),
4 (2,'catalogue','<b>Required for staff login.</b> Staff access, allows viewing of catalogue in staff client.',0),
5 (3,'parameters','Manage Koha system settings (Administration panel)',0),
6 (4,'borrowers','Add or modify patrons',0),
7 (5,'permissions','Set user permissions',0),
8 (6,'reserveforothers','Place and modify holds for patrons',0),
9 (9,'editcatalogue','Edit catalog (Modify bibliographic/holdings data)',0),
10 (10,'updatecharges','Manage patrons fines and fees',0),
11 (11,'acquisition','Acquisition and/or suggestion management',0),
12 (13,'tools','Use all tools (expand for granular tools permissions)',0),
13 (14,'editauthorities','Edit authorities',0),
14 (15,'serials','Manage serial subscriptions',0),
15 (16,'reports','Allow access to the reports module',0),
16 (17,'staffaccess','Allow staff members to modify permissions and passwords for other staff members',0),
17 (18,'coursereserves','Course reserves',0),
18 (19, 'plugins', 'Koha plugins', '0'),
19 (20, 'lists', 'Lists', 0),
20 (21, 'clubs', 'Patron clubs', '0'),
21 (22,'ill','The Interlibrary Loans Module',0),
22 (23,'self_check','Self check modules',0),
23 (24, 'stockrotation', 'Manage stockrotation operations', 0),
24 (25, 'cash_management', 'Cash management', 0)
25 ;