Powered by Blogger.

Add Menu on “Items and Inventory” Module Front Accounting


In this case, we want to add an inquiry menu on the “Item and Inventory” module like in the picture below.



This is the way, open file “\applications\inventory.php”, then find code and modify it like the picture below.



//Add by : Andik
$this->add_lapp_function(1, _("Inventory Item &On-Hand"),
"inventory/inquiry/stock_onhand.php?", 'SA_ITEMSSTATVIEW', MENU_INQUIRY);
//end

It’s so simple.

No comments