User Documentation

Introduction

This program creates individual random codes for a list of input data (e.g. customers identifiers) and writes this codes to a csv file. Additionally barcodes for the individual codes can be created.

Configuration

The application is configured with a single configuration file.

The default configuration file is <install directory>/etc/qrcode.yaml. If no other file is given in the command line that file is used.

To use your own configuration file use the command line switch --conf (short -c).

On Windows

<install directory>\bin\RandomBarcode.bat -c myconf.yaml

On Linux or MacOS

<install directory>/bin/RandomBarcode -c myconf.yaml

If the configuration file is named with a relative path the current working directory is the base.