[Bug 7362] New: Allow searching by item number as a fallback
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 Bug #: 7362 Summary: Allow searching by item number as a fallback Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation AssignedTo: kyle.m.hall@gmail.com ReportedBy: robin@catalyst.net.nz QAContact: ian.walls@bywatersolutions.com CC: gmcharlt@gmail.com If a library has many items not barcoded, then it'd be good to be able to have them do circulation using the item number. This development will allow using the item number as a fallback if no barcode match was found. To do: * Add a syspref that enables falling back to the item number * When a search is done in the circ interface, and a matching barcode is not found, and the syspref is on: ** Attempt to load an item with a matching item ID and present that. * Update the template to note that it was searching by item number as well, for error messages. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 Robin Sheat <robin@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kyle.m.hall@gmail.com |robin@catalyst.net.nz -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 Robin Sheat <robin@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Change sponsored?|--- |Sponsored -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 --- Comment #1 from Robin Sheat <robin@catalyst.net.nz> 2011-12-15 04:15:46 UTC --- Created attachment 6800 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6800 Bug 7362 - allow checkout by item number This adds a system preference (CircFallbackItemnumber) that allows the item number to be used instead of a barcode when issuing items. It will check the barcode first, but if it isn't found, it'll attempt to use the item number. There is also a bit of related refactoring going on, removing some of the assumption from Koha that every item has a barcode, and using that as a primary key in the circulatory system. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 --- Comment #2 from Robin Sheat <robin@catalyst.net.nz> 2011-12-15 04:16:36 UTC --- (Not going to mark as "needs signoff" until it's had a bit of internal testing first, but if you want it, here it is.) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 Robin Sheat <robin@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6800|0 |1 is obsolete| | --- Comment #3 from Robin Sheat <robin@catalyst.net.nz> 2011-12-15 04:45:17 UTC --- Created attachment 6802 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6802 Bug 7362 - allow checkout by item number This adds a system preference (CircFallbackItemnumber) that allows the item number to be used instead of a barcode when issuing items. It will check the barcode first, but if it isn't found, it'll attempt to use the item number. There is also a bit of related refactoring going on, removing some of the assumption from Koha that every item has a barcode, and using that as a primary key in the circulatory system. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 --- Comment #4 from Robin Sheat <robin@catalyst.net.nz> 2011-12-15 04:45:57 UTC --- (this second one removes some debug code left behind) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 --- Comment #5 from Robin Sheat <robin@catalyst.net.nz> 2011-12-15 23:29:14 UTC --- Also, going to add returning by item number to this. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 --- Comment #6 from Robin Sheat <robin@catalyst.net.nz> 2011-12-20 04:08:03 UTC --- Created attachment 6879 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6879 Bug 7362 - allow returns by item number This allows the item number to be provided as a fallback if the item doesn't have a barcode when returning items. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 --- Comment #7 from Robin Sheat <robin@catalyst.net.nz> 2011-12-20 04:09:15 UTC --- Also going to have a bit of internal testing before I mark it signed off. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 --- Comment #8 from Robin Sheat <robin@catalyst.net.nz> 2011-12-20 04:09:34 UTC --- ("needs signed off", that is) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff CC| |jcamins@cpbibliography.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz --- Comment #9 from Chris Cormack <chris@bigballofwax.co.nz> --- Robin, something to look at in the new year? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 --- Comment #10 from Chris Cormack <chris@bigballofwax.co.nz> --- I had a crack at rebasing this but there are a lot of conflicts. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 Robin Sheat <robin@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |RESOLVED Resolution|--- |WONTFIX --- Comment #11 from Robin Sheat <robin@catalyst.net.nz> --- We no longer need this, I'm going to knock it on the head. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org