Topic: item Search Problem

if i enabled (Search Item List) the item disappear from the scroll bar that is beside the Select an item
i can only get the items when i search for it first

i think that the scroll bar should have the full list of the item and category's before search and after search should contained the searched items   


thanks

Last edited by Amjad (10/11/2011 01:15:57 pm)

Re: item Search Problem

up


sad

Re: item Search Problem

The search item list is used if you have many items. You can partly or entirely search by id, category or description. You can use a '*' for searching all items. Then you tab away from the search field.

/Joe

Re: item Search Problem

thanks joe for your help , but first we have many items and we can search about it by id or its codes but suppose I forget the code if we have too mach items and we want to search about it by its name , I can not ..
I try to type the description or name but I can found it so I remove the search item list to show all item and search about it directly

I think my manager try to do this step in the online Demo and it's work , Can search by name or code

Finally, if this issue mean there is problem in our system itself how can we fixed it ?


Hope you get my questions  ..

Re: item Search Problem

If you search partly the matching items will show up in the list. F.i.
You have the following items in your stock:

Item 10
Stock 2
Item11
item12
stockitem

and you search by 'item' you will get
item 10
Item11
item12
stockitem

in your listbox.
Here you can select the item you want.

I hope that explains how it works.

/Joe