[Koha-bugs] [Bug 7362] New: Allow searching by item number as a fallback

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 15 01:44:53 CET 2011


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 at gmail.com
        ReportedBy: robin at catalyst.net.nz
         QAContact: ian.walls at bywatersolutions.com
                CC: gmcharlt at 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.


More information about the Koha-bugs mailing list