Point of sale display of grids

0
Hi,  I am developing a POS system. But I am a bit confused about the Grid system. Forgive me if I sound foolish, but usually in POS systems, the item code will be scanned or typed in a textbox and it will search from a pre entered list of items in an entity to display the price etc. But what I am a bit confused is, how to add that searched data of the item to a grid list below. And keep it on that grid as the next item is searched and added the same way. And after finished adding, we have to check out, means commit that data to an entity??  Please help, any help is useful. Dilan
asked
1 answers
0

Hi Dilan,

If I understand you correctly you are trying to add existing items to a list / grid. If this is the case, you could try to use a reference set selector. Please see https://docs.mendix.com/refguide5/reference-set-selector for some documentation about this. In the select page, you can add a search filter with the article code. This can then be filled by a scanner or by manually typing the article code into this search field.

Hope this helps!

answered