AbanteCart Community

eCommerce construction => General Discussion => Topic started by: sahil on March 03, 2017, 09:31:00 AM

Title: How to Give access to report section if building a site for client.
Post by: sahil on March 03, 2017, 09:31:00 AM
Hi There,

I have Created Abantecart for one of my clients. I don't want to give them admin access so I Created a new group under users Section.

But they are not able to access reports section which contains Sales, Order, tax and all that info.

Which Permissions should I allow them?
Title: Re: How to Give access to report section if building a site for client.
Post by: eCommerce Core on March 03, 2017, 12:21:55 PM
You can create a new user group with permissions that you need and assign that user to that group.

Search for report in controller field in "Edit User Group" section.

http://docs.abantecart.com/pages/users/user_permissions.html

Title: Re: How to Give access to report section if building a site for client.
Post by: sultanali on December 29, 2017, 07:20:34 AM
Not Found
The requested URL /pages/users/user_permissions.html was not found on this server.

page not found....
Title: Re: How to Give access to report section if building a site for client.
Post by: Basara on January 03, 2018, 12:57:03 AM
Make sure admin/controller/pages/user/user_permission.php file exist and have read permissions
Title: Re: How to Give access to report section if building a site for client.
Post by: BorislTat on October 11, 2018, 06:46:18 AM
Your phrase simply excellent
Title: Re: How to Give access to report section if building a site for client.
Post by: hyperlocalcloud on November 18, 2024, 07:20:15 AM
To give your client access to the report section of a website, you can implement a role-based access control (RBAC) system. Start by creating user roles, such as "Admin" and "Client," with the client role being granted limited access to specific sections, such as reports. In the backend, set permissions for the report section to be visible only to users with the appropriate role. You can manage this through a content management system (CMS) or custom development, using a combination of authentication (e.g., username and password) and authorization mechanisms to ensure proper access control.