You can massively import barcodes from a text file, by clicking on the “Edit > Import barcodes from a text file” option.
The text file with the barcodes must have a .csv extension, with ANSI character encoding and a ‘|’ delimiter.
Fields:
| 
					 1  | 
						Product Code|Barcode|Quantity  | 
					
πχ.
| 
					 1 2 3 4 5 6 7 8 9 10 11  | 
						RB011|0111102050|1 RB011|0111201250|1 RB011|0111251100|3 RB031|0311102050|4 RB031|0311201250|1 RB031|0311251100|1 RB041|0411102050|1 RB041|0411201250|2,3 RB041|0411251100|1 RB042|0421102050|1 RB042|0421201250|100  | 
					
