[Bug 7911] New: Greater flexibility in auto barcode number generation
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7911 Priority: P5 - low Change sponsored?: --- Bug ID: 7911 Assignee: gmcharlt@gmail.com Summary: Greater flexibility in auto barcode number generation QA Contact: koha.sekjal@gmail.com Severity: enhancement Classification: Unclassified OS: All Reporter: savitra.sirohi@osslabs.biz Hardware: All Status: NEW Version: rel_3_8 Component: Cataloging Product: Koha Currently there are 3 options for barcode numbers generation - incrementing number, branch prefix, year prefix. Need greater flexibility: Prefix by itype Barcode ranges linked to itype -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7911 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de Version|rel_3_8 |master -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7911 Ian Walls <koha.sekjal@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=7676 --- Comment #1 from Ian Walls <koha.sekjal@gmail.com> --- Having more barcode options is definitely a good thing. I would recommend, however, we abstract this another level, and create barcode namespaces. These namespaces would live in their own database table, with a unique code, and the user could create as many as they need. Each namespace would be composed of several kinds of tokens: - plain text: universal constants across the entire namespace. Easy stuff. - items.*: meta token to retrieve the code from any of the items database fields. Most useful for core data like homebranch, itype, ccode, stocknumber, etc - alternate branch code: a new field to the branches table that let's libraries specify another identifier code. This would satisfy bug 7676. - auto-increment numbers: token for an integer that auto-increases by a specified value (default 1) for each new material in the namespace. A length limiter would also need to be applied, as well as whether to zero-pad or not. - date: token for the date acquired, formatted using standard d,D,m,M,y,Y syntax - checksum: a token to calculate a checksum of the rest of the namespace. the type of checksum calculation would need to be specified (and a plugin for that calculation added to the codebase) Other tokens as required, but I think this would cover most of our cases. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7911 Amit Gupta <amit.gupta@osslabs.biz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amit.gupta@osslabs.biz Assignee|gmcharlt@gmail.com |amit.gupta@osslabs.biz -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7911 Amit Gupta <amit.gupta@osslabs.biz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |ASSIGNED -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7911 --- Comment #2 from Amit Gupta <amit.gupta@osslabs.biz> --- Created attachment 9949 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9949&action=edit Greater flexibility in auto barcode number Add option to generate autoBarcode with itemtype as prefix To Test: 1) Go to More->Adminstration->Global system preferences 2) Choose (generated in the form itemtypecode) under autobarcode option. 3) Create one bibliographic record and add item. 4) Click on barcode field it will generate barcode automatically for ex: BK0001 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7911 Amit Gupta <amit.gupta@osslabs.biz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7911 Amit Gupta <amit.gupta@osslabs.biz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7911 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron@veron.ch --- Comment #3 from Marc Véron <veron@veron.ch> --- Would it be possible to resolve Bug 6981 "barcode not incrementing" together with this enhancement? Problem of Bug 6981 is that numbers do not incrementing correctly after 2345678765345431 (precision problem because representation of integers change to float). E.g. if you set the value to 2345678765345435 the form will show a value of 2345678765345441 See tests and description in Bug 6981 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7911 Derryn <derrynj@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |derrynj@gmail.com -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7911 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |ASSIGNED --- Comment #4 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- Resetting to ASSGINED as the author set it to "Failed QA." -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7911 Iming Chan <imingchan@yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |imingchan@yahoo.com.au --- Comment #5 from Iming Chan <imingchan@yahoo.com.au> --- Could we also add the option of using 14-digit barcodes with Mod 10 check digit? This barcode style is very common from other ILMS, including our old one! Perhaps we can specify the start of the patron barcode like "2009400123456?" with the question mark (?) indicates the position of the check digit. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7911 Eric Bégin <eric.begin@inLibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.begin@inLibro.com --- Comment #6 from Eric Bégin <eric.begin@inLibro.com> --- Which options were implemented so far in the autobarcode ? Do you still plan to release something for this ? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7911 Francois Charbonnier <francois.charbonnier@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |francois.charbonnier@inlibr | |o.com -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7911 L N Mishra <minturaj75@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |minturaj75@gmail.com --- Comment #7 from L N Mishra <minturaj75@gmail.com> --- I have used the attachment of Amit Gupta for generating autobarcode (itype) but it not increment value of bar code when i save new item of same item type . -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org