Author Topic: How to Give access to report section if building a site for client.  (Read 11544 times)

Offline sahil

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
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?

Offline eCommerce Core

  • Administrator
  • Hero Member
  • *****
  • Posts: 1602
  • Karma: +93/-1
    • View Profile
Re: How to Give access to report section if building a site for client.
« Reply #1 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

“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

Offline sultanali

  • Newbie
  • *
  • Posts: 6
  • Karma: +1/-1
    • View Profile
Re: How to Give access to report section if building a site for client.
« Reply #2 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....

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 6065
  • Karma: +284/-2
    • View Profile
Re: How to Give access to report section if building a site for client.
« Reply #3 on: January 03, 2018, 12:57:03 AM »
Make sure admin/controller/pages/user/user_permission.php file exist and have read permissions

Offline BorislTat

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
    • Hello.
Re: How to Give access to report section if building a site for client.
« Reply #4 on: October 11, 2018, 06:46:18 AM »
Your phrase simply excellent

Offline hyperlocalcloud

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
    • Hyperlocal Cloud
Re: How to Give access to report section if building a site for client.
« Reply #5 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.

 

Powered by SMFPacks Social Login Mod