|
Lines 17-22
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
| 17 |
( 3, 'manage_patron_attributes', 'Manage extended patron attributes'), |
17 |
( 3, 'manage_patron_attributes', 'Manage extended patron attributes'), |
| 18 |
( 3, 'manage_transfers', 'Manage library transfer limits and transport cost matrix'), |
18 |
( 3, 'manage_transfers', 'Manage library transfer limits and transport cost matrix'), |
| 19 |
( 3, 'manage_item_circ_alerts', 'Manage item circulation alerts'), |
19 |
( 3, 'manage_item_circ_alerts', 'Manage item circulation alerts'), |
|
|
20 |
( 3, 'manage_cash_registers', 'Add and remove cash registers'), |
| 20 |
( 3, 'manage_cities', 'Manage cities and towns'), |
21 |
( 3, 'manage_cities', 'Manage cities and towns'), |
| 21 |
( 3, 'manage_marc_frameworks', 'Manage MARC bibliographic and authority frameworks'), |
22 |
( 3, 'manage_marc_frameworks', 'Manage MARC bibliographic and authority frameworks'), |
| 22 |
( 3, 'manage_classifications', 'Manage classification sources'), |
23 |
( 3, 'manage_classifications', 'Manage classification sources'), |
|
Lines 120-125
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
| 120 |
(23, 'self_checkout_module', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID'), |
121 |
(23, 'self_checkout_module', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID'), |
| 121 |
(24, 'manage_rotas', 'Create, edit and delete rotas'), |
122 |
(24, 'manage_rotas', 'Create, edit and delete rotas'), |
| 122 |
(24, 'manage_rota_items', 'Add and remove items from rotas'), |
123 |
(24, 'manage_rota_items', 'Add and remove items from rotas'), |
| 123 |
(25, 'manage_cash_registers', 'Add and remove cash registers'), |
|
|
| 124 |
(25, 'takepayment', 'Access the point of sale page and take payments') |
124 |
(25, 'takepayment', 'Access the point of sale page and take payments') |
| 125 |
; |
125 |
; |
| 126 |
- |
|
|