Problem in adding rights to a new role

Dear Experts,

I have created a new role. Now I want to assign only different reports to that role.
In software I have only option to assign doc type.

Now for example I want to authorize “account receivable” report only. How can I do it?
Same way I want to authorize some more reports.

Thanks,

@Zahid.Butt Go to User Permission Manager.
Select Doctype and Role
Click only on Report Checkbox in Permissions,
This will give report permission to user.
reference: https://frappe.github.io/erpnext/user/manual/en/setting-up/users-and-permissions/role-based-permissions.html

Second way:
Go to User Permission Manager.
Select Dotype report and report name for user, if will give access to perticular report to selected user.
reference: https://frappe.github.io/erpnext/user/manual/en/setting-up/users-and-permissions/user-permissions.html

1 Like

Mr Kolate_sambhaji,

Thanks for your time. Please explain me following.
There are two reports “sales register & purchase regsiter” in accounts module under Taxes head. I want to assign these two reports to a user, How can I do this?

Regards,

@Zahid.Butt
Purchase Register is created on Purchase Invoice and Sales Register is Created on Sales Invoice.
If you want to assign this report to user, add Report permission on Sales/Purchase Invoice for that role.

You can also open user permission manager and give above two report access,please note if you give access using user permission manager, then user can see only those reports which are defined in User Permission Manager.

1 Like

Thanks a lot, its working.

1 Like