Go to file
2024-04-17 21:18:11 +02:00
.github/workflows feat: add linting CI job 2023-12-09 12:01:52 +01:00
paperless_asn_qr_codes Add types and help strings for the positional arguments 2024-04-17 21:18:11 +02:00
.gitignore initial commit 2023-11-18 17:59:00 +01:00
LICENSE initial commit 2023-11-18 17:59:00 +01:00
pyproject.toml feat: add linting CI job 2023-12-09 12:01:52 +01:00
README.md feat: enable debugging alignment with borders 2023-11-25 17:37:34 +01:00

paperless-asn-qr-codes

paperless-asn-qr-codes is a command line utility for generating ASN labels for paperless with both a human readable representation, as well as a QR code for machine consumption. The labels are Avery 4731 labels.

Installation

pip install paperless-asn-qr-codes

Supported Sheets

Some different sheet types are supported with the --format argument, however, not all are tested.

Default is Avery L4731.

Currently tested and known working are:

  • Avery L4731 (DIN A4 Labels)

Tips & Tricks

In case your printer has alignment issues, you can generate a PDF with borders around the labels by using the --border option.

License

paperless-asn-qr-codes is distributed under the terms of the GPL-3.0 license.