cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Barcode in quick/table UI

RicardoRenteria
Participant
0 Likes
401

In CCO quick/table mode is it possible to capture the barcode of the items to be added to receipt? Like works in the retail UI.

Accepted Solutions (0)

Answers (3)

Answers (3)

JoergAldinger
Active Contributor
0 Likes

Hello Ricardo:

I think you will have to capture the item itself, and then check how many barcodes are associated to that item, and if it is only one, then you could take that as the barcode, if you need it. Otherwise I don't see how you could do that since the buttons use item codes and there may be more than one barcode associated with each item.

Best regards,

Joerg.

RicardoRenteria
Participant
0 Likes

Thank you rzieschang

my question is focused in the field to capture the barcode; because in the quick service UI the user select the articles by using the Quick Selection pushbuttons. Does the UI provide that field or it should be "developed"? I mean create the field by plugin in order to capture the barcode.

R_Zieschang
Active Contributor

Hi ricardo.renteria2,

the Quick Service does not provide a dedicated field for that. You can scan barcodes whenever you want.
That said, if you need to capture the scan string, you may check which events are thrown in the UI event bus.

Regards

Robert

R_Zieschang
Active Contributor
0 Likes

Dear ricardo.renteria2,

I would suggest to check which event in the UI is thrown, when you scan a barcode, handle this event and you should have the scan string in the event payload.

hth

Robert