I would like it not to be shown because there are approximately 1845 Warehouses within the system and it is impossible to add 30 items and see them
- MSAnswered
Hello,
Yes, that’s a lot. I will show the total quantity in the next update.
If you want to modify yourself the file would be
resources/js/Pages/Item/Index.vue
around line no 124 - 129After modification, you need to rebuild the app
npm i && npm build
Thank you
- RAnswered
What would be the cost for you to support me with that, the truth is that it is somewhat complicated for me since I do not handle vue.js
- RAnswered
Or, how do I do this? rebuild the app npm i && npm build
- MSAnswered
This is the command to run,
npm i
will install the dependencies andnpm build
will build the app. You should run these commands in the terminal after opening the site directory. Thank you - RAnswered
Not Work Bro
- RAnswered
i think i’m doing something wrong
- MSAnswered
Your server might not have node installed. You can do it locally and then upload the files to the server. Or just wait another day as there is an issue reported and I am fixing then will release update. Thank you
- Login to Reply