Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

How to Give access to report section if building a site for client.

Started by sahil, March 03, 2017, 09:31:00 AM

Previous topic - Next topic

sahil

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?

eCommerce Core

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

"If you're in the luckiest one per cent of humanity, you owe it to the rest of humanity to think about the other 99 per cent."
― Warren Buffett

sultanali

Not Found
The requested URL /pages/users/user_permissions.html was not found on this server.

page not found....

Basara

Make sure admin/controller/pages/user/user_permission.php file exist and have read permissions

BorislTat


hyperlocalcloud

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.

Forum Rules Code of conduct
AbanteCart.com 2010 -