I am trying to figure out how I could remove the “Tools” item in the main menu.
When I click on it, I can reach the “Emails Template” menu item which I didn’t see how to de-activate it…
Is there a way to exclude it?
I am using the revolution pro theme, tried with myField module but without success…
Finally I found a workaround.
I edited the \htdocs\custom\revolutionpro\core\menus\standard\versions\12-0-0.php file and replaced the enabled property assignment by 0:
One simple way is to insert $user->admin into database=>_menu=>perms for rawid=18316 so that ‘Tools’ from top-menu gets hidden from users other than admin.
Please note, this will only hide ‘Tools’ from menu, but still direct link will be accessible. For removing access, you may need to add the following code to appropriate pages/sections (Ex: htdocs/core/tools.php):
Tested both hiding items and greying when no permission. These features work fine for other menu items. But the Tools menu remains visible. And reveals the left menu as well.
Yes, Proposals, Sales Orders and Purchase Orders are visible on the left menu and they are functional.
There’s mention about Advanced Permissions under Users and User Groups permissions tab. However the Advanced Permissions modules in not included in the standard install.
Looking at Dolistore I see Advanced Permissions is only supported through V16 while I am on V22
To confirm - they can see the Purchase Order under Commerce in the left menu. But purchase Order is not allowed for that user/group it is greyed out.
When goods arrive and this user attempts to add a new Reception, there’s no place to add it. System says it is added by the Purchase Order.