Howdy! I am a new buyer, I have some ideas to include in future updates.
Items + category can be added individually to the warehouse, for example:
item x, category y, in warehouse-1
item x, category y, in warehouse-2
currently the categories and items you add reflects on all warehouses when added, not individually.
On the page where you see item x on the phone, you struggle to see all the data.
the item picture should be above and the scan bar + code should come below. I hope they are useful (at least I consider them very useful.)
Thank you and have a nice day all!
- MSAnswered
Hello,
-
Are you saying that the categories and items should be attached to the warehouse? So, each warehouse could have its own categories and items?
-
I will update the view details page in the next update.
Thank you
-
- DVAnswered
Yes, will be super, because if you want a item to be added only in warehouse1, then is perfect.
And please tell me how can i translate it? Because i want to add german lang and romanian. Thanks!
- MSAnswered
Hello,
- Please duplicate
lang/en.json
tolang/de.json
andlang/en/
tolang/de/
then translate them. - Once translated, you can edit
lang/lang.json
and add your language entry{ "value": "de", "label": "German", "flag": "DE" },
. - Lastly run
npm i && npm run build
to build the application.
Thank you
- Please duplicate
- DVAnswered
Thank you!!! ?
- Login to Reply