---- Reported by cmm1005@gmail.com 2010-03-05 19:25:05 ---- autoBarcode currently increments from highest barcode value. This creates problems for libraries that need to catalog beginning at a specified barcode number, i.e., to fill large holes due to weeding. autoBarcode should increment from user defined value (i.e., "Next barcode number:), which should be changeable on the cataloger's interface. --- Bug imported by chris@bigballofwax.co.nz 2010-05-21 01:25 UTC --- This bug was previously known as _bug_ 4304 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4304 Actual time not defined. Setting to 0.0 The original reporter of this bug does not have an account here. Reassigning to the person who moved it here: chris@bigballofwax.co.nz. Previous reporter was cmm1005@gmail.com. Setting qa contact to the default for this product. This bug either had no qa contact or an invalid one.
This is not possible in current version of Koha.
The easiest way around this right now is to create the first item with your 'start number' and then Koha will count from that as always the highest existing barcode is used. I wonder if this is not easier than having to maintain a different setting?
(In reply to Katrin Fischer from comment #2) > The easiest way around this right now is to create the first item with your > 'start number' and then Koha will count from that as always the highest > existing barcode is used. I wonder if this is not easier than having to > maintain a different setting? I am closing this WONTFIX as the existing workaround seems a good option. Please reopen if you disagree.