Accountant role added new permissions

This commit is contained in:
Cüneyt Şentürk
2022-11-01 16:51:11 +03:00
parent 133771a4b3
commit 9aec85ec9f
3 changed files with 74 additions and 0 deletions

View File

@ -134,8 +134,10 @@ class Permissions extends Seeder
'accountant' => [
'admin-panel' => 'r',
'api' => 'r',
'auth-profile' => 'r,u',
'common-dashboards' => 'r',
'common-items' => 'r',
'common-reports' => 'r',
'purchases-bills' => 'r',
'purchases-vendors' => 'r',
'sales-customers' => 'r',
@ -153,6 +155,14 @@ class Permissions extends Seeder
'modules-item' => 'r',
'modules-my' => 'r',
'modules-tiles' => 'r',
'widgets-account-balance' => 'r',
'widgets-bank-feeds' => 'r',
'widgets-cash-flow' => 'r',
'widgets-currencies' => 'r',
'widgets-expenses-by-category' => 'r',
'widgets-payables' => 'r',
'widgets-profit-loss' => 'r',
'widgets-receivables' => 'r',
],
];