I'm working on an app which combines the barcode scanner with an email service. I scan a barcode, the code then populates a text box, which then will be sent out as the body of an email.
As of now, I can only have one code per email, since the scan of another code would simply replace the first code.
I would like to be able to scan multiple codes, which then list into the email body. Also I would like to be able to add a quantity or comment to each scanned item. Basically something like a supermarket register. For example the body of the email should look something like this after I scanned 3 items and added their quantities:
scannedcode1 5
scannedcode2 2
scannedcode3 1
Can someone help me out here?