|
|
BARCODES Inventory Interface supports printing the following barcodes:
To print any of the above barcodes requires a single call to the bc_print() function. The bc_print function is configurable via the parameters that are passed to it and the style defaults that establish the format of the barcode. The following is a description of the syntax to use bc_print().
~bc_print(<row>, <col>, <message>, <type>, <characters_per_inch>, <height>, <printer_type>, <printer_lines_per_inch>)~
Dot Matrix: Number of lines per inch the dot matrix printer is in. Used to calculate the height of the barcode. Default is 6 lines per inch. |
|