S
Asked
Hi,
I would like to know how to change the static dropdown for customer selection in POS screen to searchable dropdown, so that I can search the existing customer using the name or contact number while billing
Thank you
I would like to know how to change the static dropdown for customer selection in POS screen to searchable dropdown, so that I can search the existing customer using the name or contact number while billing
Thank you
- MSAnsweredHello,
The dropdown for customers is not ajax based. All the customers are loaded using POS controller's index method. You can check the js and pos js files in the `lib.js` file.
Thank you - Login to Reply