Bug 7468: Print barcodes by range
authorDavid Bourgault <david.bourgault@inlibro.com>
Mon, 18 Sep 2017 14:55:05 +0000 (10:55 -0400)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 21 Jan 2020 11:28:19 +0000 (11:28 +0000)
commit89b658885f53fbc8836080b83ae1e67c945f1aa0
tree8205a440a8efd3010d754f42bcee7ddcbf1f5e27
parentd653251562e75a3da5a5df287a126e9a33707320
Bug 7468: Print barcodes by range

Adds an option to the label creator to print a range of barcodes.
Only allows printing to PDF.

C4/Label.pm had to get minor changes to override database-based barcode
generation. Same with labels/label-create-pdf.pl. By default, the
barcode is fetched from the database using the itemnumber, but when
printing ranges, you might not have a corresponding  database entry.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Labels/Label.pm
koha-tmpl/intranet-tmpl/prog/en/includes/labels-toolbar.inc
koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-range.tt [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt
labels/label-create-pdf.pl
labels/label-edit-range.pl [new file with mode: 0755]
labels/label-print.pl