Hi, i want to resolve 1 problem. When i add items in check-in or checkout. They are not showing in same sequence in which i am adding in check-in or check-out item list, they auto sort some items comes up and some items comes down. i need it in a sequence in which i am adding. how to resolve this ?
- MSAnswered
Hello,
Simple Stock Manager
prependTonew item to the order list. It don’t sort the items. If the item already exists in the order it will not change the position and just update the quantity only.If you need to modify then
themes/default/assets/js/stin.jsfor check-in andthemes/default/assets/js/stout.jsfor check-outs. The function name would be same in bothloadInItemsThank you
- AAnswered
No, the question i am asking that is, when i add items in check-in list or check-out list, the items not listing in same sequence in which i am adding, also i want to disable auto enter item functionality.
- AAnswered
I know it just add the quantity if i add same item, but i am asking, if i m adding different item, why they are not listing in a sequence in which i am adding items in check-in/out list.
- MSAnswered
Hello,
There is no such option by settings. I have told you that items are prepended to the table to keep the newly added item on top. If you don’t need, you can change the files mentioned in my previous reply and use
appendinstead ofprependThank you
- AAnswered
i changed prepend to append, now items are listing from lower product id to highest product id number. Actually items are listing on item id basis. is there any possibility that items should not use item id, its should use item name to make check-in check-out list.
- MSAnswered
Hello,
I don’t understand what are you trying to get. Please share screenshots and feel free to hire any developer to help you get the desired result.
Thank you
- Login to Reply