[Koha-bugs] [Bug 9921] Make it possible to force 001 = biblionumber

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 25 10:29:28 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9921

--- Comment #68 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
The ...AV.pl catalouging plugins are based on a counter in an authorised value.
The original catalouging plugin is used for generating stocknumbers, but could
also be adapted to be used for generating numerus currens callnumbers.

This has the advantage that even with more than one person catalouging at the
same time, the number is only generated/used once. The downside is that when
you have used a number but not save the record/item, the number is lost unused.

I believe other catalouging plugins use the approach to look for the
max(stocknumber or similar) with SQL and creating the next number from there.
Advantage: Every number will be used, disadvantage: the number could be used
multiple times. 

I can send you the file for the 001-plugin we use - but I think I really only
adapted the SQL statement of stocknumberAV.pl a bit.

This might also be interesting for you (new in 18.11): bug 19263

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list