|
24 | 24 | 'children' => [
|
25 | 25 | 'client.read',
|
26 | 26 | 'client.list',
|
| 27 | + 'client.read-ip', |
27 | 28 | ],
|
28 | 29 | ],
|
29 | 30 | 'role:client.manager' => [
|
|
39 | 40 | 'client.unblock',
|
40 | 41 | 'client.get-note',
|
41 | 42 | 'client.set-note',
|
| 43 | + 'client.read-financial-info', |
| 44 | + 'client.read-requisite', |
| 45 | + 'client.read-referral', |
| 46 | + 'client.read-deleted', |
42 | 47 | 'purse.update',
|
43 | 48 | 'purse.read',
|
44 | 49 | 'purse.set-credit',
|
|
122 | 127 | 'server.see-label',
|
123 | 128 | 'server.read-legend',
|
124 | 129 | 'server.read-financial-info',
|
125 |
| - 'server.read-manager', |
126 | 130 | 'server.read-billing',
|
127 | 131 | ],
|
128 | 132 | ],
|
|
476 | 480 | 'description' => 'The role is generally assigned to staff who are in charge of bills management',
|
477 | 481 | 'children' => [
|
478 | 482 | 'bill.read',
|
479 |
| - 'charge.read', |
480 | 483 | ],
|
481 | 484 | ],
|
482 | 485 | 'role:bill.manager' => [
|
|
489 | 492 | 'bill.delete',
|
490 | 493 | 'deposit',
|
491 | 494 | 'role:purse.manager',
|
492 |
| - 'charge.read', |
493 | 495 | ],
|
494 | 496 | ],
|
495 | 497 | 'role:bill.master' => [
|
|
785 | 787 | 'children' => [
|
786 | 788 | 'role:stock.user',
|
787 | 789 | 'role:move.manager',
|
| 790 | + 'part.read-administrative', |
788 | 791 | ],
|
789 | 792 | ],
|
790 | 793 | 'role:stock.manager' => [
|
|
1095 | 1098 | 'role:ticket.user',
|
1096 | 1099 | 'ticket.update',
|
1097 | 1100 | 'ticket.delete',
|
| 1101 | + 'ticket.read-templates', |
| 1102 | + 'ticket.read-statistics', |
| 1103 | + 'ticket.set-private', |
| 1104 | + 'ticket.set-recipient', |
| 1105 | + 'ticket.set-time', |
1098 | 1106 | ],
|
1099 | 1107 | ],
|
1100 | 1108 | 'role:beta-tester' => [
|
|
1205 | 1213 | 'type' => 2,
|
1206 | 1214 | 'description' => 'Prohibits listing of the client',
|
1207 | 1215 | ],
|
| 1216 | + 'client.read-ip' => [ |
| 1217 | + 'type' => 2, |
| 1218 | + 'description' => 'Allows viewing client\'s IP', |
| 1219 | + ], |
| 1220 | + 'deny:client.read-ip' => [ |
| 1221 | + 'type' => 2, |
| 1222 | + 'description' => 'Prohibits viewing client\'s IP', |
| 1223 | + ], |
1208 | 1224 | 'client.create' => [
|
1209 | 1225 | 'type' => 2,
|
1210 | 1226 | 'description' => 'Allows creating of the client',
|
|
1269 | 1285 | 'type' => 2,
|
1270 | 1286 | 'description' => 'Prohibits set-note operation on the client',
|
1271 | 1287 | ],
|
| 1288 | + 'client.read-financial-info' => [ |
| 1289 | + 'type' => 2, |
| 1290 | + 'description' => 'Allows viewing client\'s financial info', |
| 1291 | + ], |
| 1292 | + 'deny:client.read-financial-info' => [ |
| 1293 | + 'type' => 2, |
| 1294 | + 'description' => 'Prohibits viewing client\'s financial info', |
| 1295 | + ], |
| 1296 | + 'client.read-requisite' => [ |
| 1297 | + 'type' => 2, |
| 1298 | + 'description' => 'Allows viewing setted requisite to client', |
| 1299 | + ], |
| 1300 | + 'deny:client.read-requisite' => [ |
| 1301 | + 'type' => 2, |
| 1302 | + 'description' => 'Prohibits viewing setted requisite to client', |
| 1303 | + ], |
| 1304 | + 'client.read-referral' => [ |
| 1305 | + 'type' => 2, |
| 1306 | + 'description' => 'Allows viewing client\'s referral', |
| 1307 | + ], |
| 1308 | + 'deny:client.read-referral' => [ |
| 1309 | + 'type' => 2, |
| 1310 | + 'description' => 'Prohibits viewing client\'s referral', |
| 1311 | + ], |
| 1312 | + 'client.read-deleted' => [ |
| 1313 | + 'type' => 2, |
| 1314 | + 'description' => 'Allows viewing deleted clients', |
| 1315 | + ], |
| 1316 | + 'deny:client.read-deleted' => [ |
| 1317 | + 'type' => 2, |
| 1318 | + 'description' => 'Prohibits viewing deleted clients', |
| 1319 | + ], |
1272 | 1320 | 'purse.update' => [
|
1273 | 1321 | 'type' => 2,
|
1274 | 1322 | 'description' => 'Allows updating of the purse',
|
|
1517 | 1565 | 'type' => 2,
|
1518 | 1566 | 'description' => 'Prohibits reading financial info of the server',
|
1519 | 1567 | ],
|
1520 |
| - 'server.read-manager' => [ |
1521 |
| - 'type' => 2, |
1522 |
| - 'description' => 'Allows reading manager info of the server', |
1523 |
| - ], |
1524 |
| - 'deny:server.read-manager' => [ |
1525 |
| - 'type' => 2, |
1526 |
| - 'description' => 'Prohibits reading manager info of the server', |
1527 |
| - ], |
1528 | 1568 | 'server.read-billing' => [
|
1529 | 1569 | 'type' => 2,
|
1530 | 1570 | 'description' => 'Allow reading of tariff and sale information of server',
|
|
2159 | 2199 | 'type' => 2,
|
2160 | 2200 | 'description' => 'Prohibits reading of the bill',
|
2161 | 2201 | ],
|
2162 |
| - 'charge.read' => [ |
2163 |
| - 'type' => 2, |
2164 |
| - 'description' => 'Allow reading of the charges', |
2165 |
| - ], |
2166 |
| - 'deny:charge.read' => [ |
2167 |
| - 'type' => 2, |
2168 |
| - 'description' => 'Prohibits reading of the charges', |
2169 |
| - ], |
2170 | 2202 | 'bill.create' => [
|
2171 | 2203 | 'type' => 2,
|
2172 | 2204 | 'description' => 'Allows creating of the bill',
|
|
2575 | 2607 | 'type' => 2,
|
2576 | 2608 | 'description' => 'Prohibits reading of the stock',
|
2577 | 2609 | ],
|
| 2610 | + 'part.read-administrative' => [ |
| 2611 | + 'type' => 2, |
| 2612 | + 'description' => 'Allows reading administrative data of the part', |
| 2613 | + ], |
| 2614 | + 'deny:part.read-administrative' => [ |
| 2615 | + 'type' => 2, |
| 2616 | + 'description' => 'Prohibits reading admin data of the parts', |
| 2617 | + ], |
2578 | 2618 | 'have-goods' => [
|
2579 | 2619 | 'type' => 2,
|
2580 | 2620 | 'description' => 'Allows have-goods operation',
|
|
2951 | 2991 | 'type' => 2,
|
2952 | 2992 | 'description' => 'Prohibits deleting of the ticket',
|
2953 | 2993 | ],
|
| 2994 | + 'ticket.read-templates' => [ |
| 2995 | + 'type' => 2, |
| 2996 | + 'description' => 'Allows viewing ticket templates', |
| 2997 | + ], |
| 2998 | + 'deny:ticket.read-templates' => [ |
| 2999 | + 'type' => 2, |
| 3000 | + 'description' => 'Prohibits viewing ticket templates', |
| 3001 | + ], |
| 3002 | + 'ticket.read-statistics' => [ |
| 3003 | + 'type' => 2, |
| 3004 | + 'description' => 'Allows viewing tickets statistics', |
| 3005 | + ], |
| 3006 | + 'deny:ticket.read-statistics' => [ |
| 3007 | + 'type' => 2, |
| 3008 | + 'description' => 'Prohibits viewing tickets statistics', |
| 3009 | + ], |
| 3010 | + 'ticket.set-private' => [ |
| 3011 | + 'type' => 2, |
| 3012 | + 'description' => 'Allows setting `private` to answer', |
| 3013 | + ], |
| 3014 | + 'deny:ticket.set-private' => [ |
| 3015 | + 'type' => 2, |
| 3016 | + 'description' => 'Prohibits setting `private` to answer', |
| 3017 | + ], |
| 3018 | + 'ticket.set-recipient' => [ |
| 3019 | + 'type' => 2, |
| 3020 | + 'description' => 'Allows setting ticket\'s recipient', |
| 3021 | + ], |
| 3022 | + 'deny:ticket.set-recipient' => [ |
| 3023 | + 'type' => 2, |
| 3024 | + 'description' => 'Prohibits setting ticket\'s recipient', |
| 3025 | + ], |
| 3026 | + 'ticket.set-time' => [ |
| 3027 | + 'type' => 2, |
| 3028 | + 'description' => 'Allows setting spent time to ticket', |
| 3029 | + ], |
| 3030 | + 'deny:ticket.set-time' => [ |
| 3031 | + 'type' => 2, |
| 3032 | + 'description' => 'Prohibits setting spent time to ticket', |
| 3033 | + ], |
2954 | 3034 | 'test.beta' => [
|
2955 | 3035 | 'type' => 2,
|
2956 | 3036 | 'description' => 'Allows betaing of the test',
|
|
0 commit comments