Topic: Remove manufacturing and dimension modules,
Hello,
I am trying to remove manufacturing and dimension module from menu. Is there any option to do this or any change in code to hide them from users?
Thanks,
Vishwajeet
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → FA Modifications → Remove manufacturing and dimension modules,
Hello,
I am trying to remove manufacturing and dimension module from menu. Is there any option to do this or any change in code to hide them from users?
Thanks,
Vishwajeet
Comment out the following lines 18, 19, 80 & 81 in frontaccounting.php:
..
..
// include_once($path_to_root . '/applications/manufacturing.php');
// include_once($path_to_root . '/applications/dimensions.php');
..
..
// $this->add_application(new manufacturing_app());
// $this->add_application(new dimensions_app());
..
..
Hi,
Thanks for your help. It hides those menu items.
Hi,Thanks for the great input. I have a question here.
This will be reflected in all the companies, i need to do this in only one company where its not needed.
Is this possible ?
You can use the company number in an if statement to prevent it's inclusion / execution for the specific company you want to suppress it for. The currently logged in company should be in the session.
FrontAccounting forum → FA Modifications → Remove manufacturing and dimension modules,
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.