Lines 7-20
INSERT INTO userflags (bit, flag, flagdesc, defaulton) VALUES
Link Here
|
7 |
(5,'permissions','Set user permissions',0), |
7 |
(5,'permissions','Set user permissions',0), |
8 |
(6,'reserveforothers','Place and modify holds for patrons',0), |
8 |
(6,'reserveforothers','Place and modify holds for patrons',0), |
9 |
(7,'borrow','Borrow books',1), |
9 |
(7,'borrow','Borrow books',1), |
10 |
(9,'editcatalogue','Edit Catalog (Modify bibliographic/holdings data)',0), |
10 |
(9,'editcatalogue','Edit catalog (Modify bibliographic/holdings data)',0), |
11 |
(10,'updatecharges','Manage patrons fines and fees',0), |
11 |
(10,'updatecharges','Manage patrons fines and fees',0), |
12 |
(11,'acquisition','Acquisition and/or suggestion management',0), |
12 |
(11,'acquisition','Acquisition and/or suggestion management',0), |
13 |
(12,'management','Set library management parameters (deprecated)',0), |
13 |
(12,'management','Set library management parameters (deprecated)',0), |
14 |
(13,'tools','Use all tools (expand for granular tools permissions)',0), |
14 |
(13,'tools','Use all tools (expand for granular tools permissions)',0), |
15 |
(14,'editauthorities','Edit Authorities',0), |
15 |
(14,'editauthorities','Edit authorities',0), |
16 |
(15,'serials','Manage serial subscriptions',0), |
16 |
(15,'serials','Manage serial subscriptions',0), |
17 |
(16,'reports','Allow access to the reports module',0), |
17 |
(16,'reports','Allow access to the reports module',0), |
18 |
(17,'staffaccess','Allow staff members to modify permissions for other staff members',0), |
18 |
(17,'staffaccess','Allow staff members to modify permissions for other staff members',0), |
19 |
(18,'coursereserves','Course Reserves',0), |
19 |
(18,'coursereserves','Course reserves',0), |
20 |
(19, 'plugins', 'Koha plugins', '0'); |
20 |
(19, 'plugins', 'Koha plugins', '0'); |