Getting Started: Permissions
From the user icon at top right, you can access the Users, Roles, and Permissions pages. Akaunting adds even more power to Laravel with an easy to use interface to manage all these features.
Permissions page allows you to define the permissions that will be used within the application and assigned to roles.
From Roles page, you can create unlimited roles and assign different permissions to each of them. Let's say you want to give access to your accountant but don't want to let them see everything. Here you can create a new role and assign just the permissions to want.
Furthermore, all these permissions and roles are also applicable to RESTful API access so you can create an API user account that can just read but not write data to your Akaunting.
Finally, the Users page allows you create unlimited users. You can assign them to roles to limit their access. Even more, if you have multiple companies, then you can assign different users to different companies.
Comments