Identifiers
Identification reports
Label reports
The documentation concerns the general interface for generating a label report. Many different label templates are predefined in the system, but they use a single data interface. |
Creating labels for printing codes and other information is based on the report mechanism. The input file to the application is a file with the extension jasper
. The report is used in the label print wizard by the "Generate and print identifiers" action. You can create your own label layouts. This is possible by selecting your own label to print.
Flap
name | description | type |
---|---|---|
CODE |
displays the abbreviated code number to be printed. It contains only the last 7 characters of the generated code |
string |
BARCODE |
displays the full text of the code. Used to generate graphic codes |
string |
TYPE |
type of object (product, element) |
string |
NAME |
object name |
string |
SERIAL_NUMBER |
object serial number (if any) |
string |
TEXT1 |
additional text no. 1 configurable in the label print wizard |
string |
TEXT2 |
additional text no. 2 configurable in the label print wizard |
string |
parameter_<parameter name> |
Value of the parameter with the given name (for Product, Group of Elements and Element) |
string |
Fields for reports with multiple columns
For 3x1 and 4x1 reports in a row, you can download fields with a suffix equal to the column number, i.e. respectively:
-
CODE1, CODE2, CODE3, CODE4
-
BARCODE1, BARCODE2, BARCODE3, BARCODE4
-
TYPE1, TYPE2, TYPE3, TYPE4
-
NAME1, NAME2, NAME3, NAME4
-
SERIAL_NUMBER1, SERIAL_NUMBER2, SERIAL_NUMBER3, SERIAL_NUMBER4
-
parameter_<parameter name>1/2/3/4