R
Asked
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
- MSAnsweredHello,
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 - 129
After modification, you need to rebuild the app `npm i && npm build`
Thank you - RAnsweredWhat 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
- RAnsweredOr, how do I do this? rebuild the app npm i && npm build
- MSAnsweredThis is the command to run, `npm i` will install the dependencies and `npm build` will build the app. You should run these commands in the terminal after opening the site directory. Thank you
- RAnsweredNot Work Bro
- RAnsweredi think i'm doing something wrong
- MSAnsweredYour 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