jocani19
Active member
- Jun 4, 2022
- 117
- 63
- 28
I got it! Thanks!That's how you use multiple unit.
Unit like
Box
Can
You have a box then inside a box you have a can.
1box = 24 cans
So you sell as a box =1box
if you want to sell as a can = 24cans
good to know that you understood the issue.Modules are not working for me. All my server requirements are green.
mydomain.com/public/Modules/Superadmin/install
1) I made a folder 'Modules' www root / It shows me 404 error.
2)
I don`t have a 'Upload Module' button.
- Unzip the downloaded code. Inside that, you will find the module zip file, upload this zip file by clicking on Upload Module.
NOTE: If it displays some error then you can unzip the module zip file and place it directly inside the Modules folder (pos/Modules folder)
Can anyone help?
-------------solved----------
Wrong account![]()
share 3 resources to get the password or read the whole thread to get the password for free. (already shared)how to fix this?
Hidden text, you need have 3 resources, now you have 0 resources.
how to get rid of the modules feature in the menu can't do it, right?Modules feature is visible to super admin only.
I posted all modules: https://babiato.tech/threads/ultima...nvoicing-application.8938/page-65#post-857770how to get rid of the modules feature in the menu can't do it, right?
login as superadmin. how to get rid of the modules menu? because I only need 'administer Backup' only.
Finally i understand your idea.login as superadmin. how to get rid of the modules menu? because I only need 'administer Backup' only.
//Modules menu
if (auth()->user()->can('manage_modules')) {
$menu->url(action('Install\ModulesController@index'), __('lang_v1.modules'), ['icon' => 'fa fas fa-plug', 'active' => request()->segment(1) == 'manage-modules'])->order(60);
}
yes, it worked. Thank you very much. How about sending coffee to you?Finally i understand your idea.
Open: app\Http\Middleware\AdminSidebarMenu.php
Find this code and delete it:
Code://Modules menu if (auth()->user()->can('manage_modules')) { $menu->url(action('Install\ModulesController@index'), __('lang_v1.modules'), ['icon' => 'fa fas fa-plug', 'active' => request()->segment(1) == 'manage-modules'])->order(60); }
Haha many thank, my paypal is: [email protected]yes, it worked. Thank you very much. How about sending coffee to you?