
Hello Everyone !
I need to override the default item search mechanism of POS.
In default mechanism we enter item id and hit enter. it searches the matching items and when we select some item it takes us to next window to select item dimensions.
But I want to search items based on serial number that is unique for every item, even for each item instance. So I want that when i enter a serial number and hit enter it get that item and add it to sale.
can anybody tell me which service project or trigger project deals with this functionality where i need to place my code.
thank you very much.
Please see the image for better understanding.
*This post is locked for comments
I have the same question (0)Found it.
when we enter some text or number on the bar shown in the image above and hit enter then for search following function gets called
Solution: services
Project: Dialog
Class: Dialog
Function : public ISearchResult Search(SearchType searchType, string searchTerm, bool showUIForEmptyResult)