Skip to content

Commit 8673bd3

Browse files
HP-2335 created role:bill.staff-manager and role:staff-manager
1 parent a1a5618 commit 8673bd3

File tree

3 files changed

+53
-25
lines changed

3 files changed

+53
-25
lines changed

src/files/items.php

+40-24
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,14 @@
141141
'server.assign-hub',
142142
],
143143
],
144+
'role:bill.staff-manager' => [
145+
'type' => 1,
146+
'children' => [
147+
'role:bill.manager',
148+
'bill.charges.read',
149+
'bill.see-server-charges',
150+
],
151+
],
144152
'role:server.master' => [
145153
'type' => 1,
146154
'description' => 'The role is generally assigned to staff who have exceptionally high permissions on servers management',
@@ -884,6 +892,13 @@
884892
'role:hub.staff-admin',
885893
],
886894
],
895+
'role:staff-manager' => [
896+
'type' => 1,
897+
'children' => [
898+
'role:bill.staff-manager',
899+
'see-no-mans',
900+
],
901+
],
887902
'role:accounter' => [
888903
'type' => 1,
889904
'description' => 'The role is generally assigned to staff who are in charge of accounting',
@@ -1142,6 +1157,7 @@
11421157
'description' => 'The role is for testing only',
11431158
'children' => [
11441159
'role:staff-admin',
1160+
'role:staff-manager',
11451161
'role:manager',
11461162
'role:document.master',
11471163
'role:finance.master',
@@ -1606,6 +1622,22 @@
16061622
'type' => 2,
16071623
'description' => 'Prohibits assign hub to server',
16081624
],
1625+
'bill.charges.read' => [
1626+
'type' => 2,
1627+
'description' => 'Allows charges.read operation on the bill',
1628+
],
1629+
'deny:bill.charges.read' => [
1630+
'type' => 2,
1631+
'description' => 'Prohibits charges.read operation on the bill',
1632+
],
1633+
'bill.see-server-charges' => [
1634+
'type' => 2,
1635+
'description' => 'Allows to see server charges (detailed bill info)',
1636+
],
1637+
'deny:bill.see-server-charges' => [
1638+
'type' => 2,
1639+
'description' => 'Denies to see server charges (detailed bill info)',
1640+
],
16091641
'hub.read' => [
16101642
'type' => 2,
16111643
'description' => 'Allows reading of the hub',
@@ -2704,6 +2736,14 @@
27042736
'type' => 2,
27052737
'description' => 'Prohibits admining',
27062738
],
2739+
'see-no-mans' => [
2740+
'type' => 2,
2741+
'description' => 'Allows see-no-mans operation',
2742+
],
2743+
'deny:see-no-mans' => [
2744+
'type' => 2,
2745+
'description' => 'Prohibits see-no-mans operation',
2746+
],
27072747
'manage' => [
27082748
'type' => 2,
27092749
'description' => 'Allows manageing',
@@ -2768,14 +2808,6 @@
27682808
'type' => 2,
27692809
'description' => 'Prohibits owning',
27702810
],
2771-
'see-no-mans' => [
2772-
'type' => 2,
2773-
'description' => 'Allows see-no-mans operation',
2774-
],
2775-
'deny:see-no-mans' => [
2776-
'type' => 2,
2777-
'description' => 'Prohibits see-no-mans operation',
2778-
],
27792811
'part.sell' => [
27802812
'type' => 2,
27812813
'description' => 'Allows selling of the part',
@@ -3056,22 +3088,6 @@
30563088
'type' => 2,
30573089
'description' => 'Prohibits view.not-used operation on the ref',
30583090
],
3059-
'bill.charges.read' => [
3060-
'type' => 2,
3061-
'description' => 'Allows charges.read operation on the bill',
3062-
],
3063-
'deny:bill.charges.read' => [
3064-
'type' => 2,
3065-
'description' => 'Prohibits charges.read operation on the bill',
3066-
],
3067-
'bill.see-server-charges' => [
3068-
'type' => 2,
3069-
'description' => 'Allows to see server charges (detailed bill info)',
3070-
],
3071-
'deny:bill.see-server-charges' => [
3072-
'type' => 2,
3073-
'description' => 'Denies to see server charges (detailed bill info)',
3074-
],
30753091
'client.set-description' => [
30763092
'type' => 2,
30773093
'description' => 'Allows set-description operation on the client',

src/files/source/tree.php

+10
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@
6262
'server.update',
6363
'server.assign-hub',
6464
],
65+
'role:bill.staff-manager' => [
66+
'role:bill.manager',
67+
'bill.charges.read',
68+
'bill.see-server-charges',
69+
],
6570
'role:server.master' => [
6671
'role:server.staff-admin', 'role:server.manager',
6772
],
@@ -384,6 +389,10 @@
384389
'role:server.staff-admin',
385390
'role:hub.staff-admin',
386391
],
392+
'role:staff-manager' => [
393+
'role:bill.staff-manager',
394+
'see-no-mans',
395+
],
387396
'role:accounter' => [
388397
'role:manager',
389398
'role:hub.manager',
@@ -512,6 +521,7 @@
512521
],
513522
'role:almighty' => [
514523
'role:staff-admin',
524+
'role:staff-manager',
515525
'role:manager',
516526
'role:document.master',
517527
'role:finance.master',

tests/unit/CheckAccessTrait.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,9 @@ public function testAlmighty()
528528
'purse.set-credit','server.read-wizzard','server.read-legend','server.read-financial-info', 'server.read-system-info',
529529
'server.read-billing','server.assign-hub', 'plan.set-note',
530530
'client.read-financial-info', 'client.read-requisite', 'client.read-referral', 'client.read-deleted', 'client.read-ip',
531-
'part.read-administrative', 'ticket.read-templates', 'ticket.read-statistics', 'ticket.set-private', 'ticket.set-recipient', 'ticket.set-time'
531+
'part.read-administrative', 'ticket.read-templates', 'ticket.read-statistics', 'ticket.set-private', 'ticket.set-recipient', 'ticket.set-time',
532+
533+
'see-no-mans', 'bill.charges.read', 'bill.see-server-charges',
532534
]);
533535
}
534536

0 commit comments

Comments
 (0)