Hi, I’m using Simple Stock Manager internally for my own business and want to make a few frontend-only customizations:
Remove language dropdown – I only use Turkish, so I want to hide the language selection from the UI. Hide “System Settings” in the top menu – just visually remove it from navigation.
Remove “Suppliers” section – I don’t need supplier tracking; I want to hide the supplier tab and form section and allow stock entry without supplier – right now, it doesn’t let me submit a check-in without selecting a supplier.
Rename “Customers” to “Branches” in the menu and i want to Low stock products should show in red on the alerts page for quick visibility.
These are just frontend/UI changes – no backend functionality needs to be disabled. Could you please let me know which Vue files I should update for this?
- MSAnswered
Hello,
For language, you can edit
lang/languages.json
For menus, you can edit
resources/js/Core/menu.js
The check in vue files are in the
resources/js/Pages/Checkin/
folder.You can edit your language if you need to change customer to any other words.
Thank you
- Login to Reply