Koha/C4/Barcodes
Jared Camins-Esakov a2186855b3 Bug 8524: Add a non-automatic barcode plugin
In addition to adding a new barcode plugin, this commit begins
refactoring the barcode generation code using a new module,
C4::Barcodes::ValueBuilder. From the POD:
    This module is intended as a shim to ease the eventual transition
    from having all barcode-related code in the value builder plugin
    barcode.pl file to using C4::Barcodes. Since the shift will require
    a rather significant amount of refactoring, this module will return
    value builder-formatted results, at first by merely running the
    code that was formerly in the barcodes.pl value builder, but later
    by using C4::Barcodes.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2012-08-31 17:42:26 +02:00
..
annual.pm Bug 7941 : Fix version numbers in modules 2012-06-11 17:29:38 +02:00
EAN13.pm Bug 6448 [2/3] Barcodes::EAN13 autoBarcode 2012-08-02 18:41:44 +02:00
hbyymmincr.pm Bug 7941 : Fix version numbers in modules 2012-06-11 17:29:38 +02:00
incremental.pm Bug 7941 : Fix version numbers in modules 2012-06-11 17:29:38 +02:00
PrinterConfig.pm Bug 7941 : Fix version numbers in modules 2012-06-11 17:29:38 +02:00
ValueBuilder.pm Bug 8524: Add a non-automatic barcode plugin 2012-08-31 17:42:26 +02:00