|
Lines 55-62
INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) V
Link Here
|
| 55 |
-- Permissions |
55 |
-- Permissions |
| 56 |
|
56 |
|
| 57 |
INSERT IGNORE INTO userflags (bit, flag, flagdesc, defaulton) VALUES |
57 |
INSERT IGNORE INTO userflags (bit, flag, flagdesc, defaulton) VALUES |
| 58 |
(21, 'stockrotation', 'Manage stockrotation operations', 0); |
58 |
(22, 'stockrotation', 'Manage stockrotation operations', 0); |
| 59 |
|
59 |
|
| 60 |
INSERT IGNORE INTO permissions (module_bit, code, description) VALUES |
60 |
INSERT IGNORE INTO permissions (module_bit, code, description) VALUES |
| 61 |
(21, 'can_edit_rotas', 'Create, edit and delete rotas'), |
61 |
(22, 'can_edit_rotas', 'Create, edit and delete rotas'), |
| 62 |
(21, 'can_add_items_rotas', 'Add and remove items from rotas'); |
62 |
(22, 'can_add_items_rotas', 'Add and remove items from rotas'); |
| 63 |
- |
|
|