Summary: | Allow searching by item number as a fallback | ||
---|---|---|---|
Product: | Koha | Reporter: | Robin Sheat <robin> |
Component: | Circulation | Assignee: | Robin Sheat <robin> |
Status: | CLOSED WONTFIX | QA Contact: | Ian Walls <koha.sekjal> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | chris, gmcharlt, jcamins |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | Sponsored | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Bug 7362 - allow checkout by item number
Bug 7362 - allow checkout by item number Bug 7362 - allow returns by item number |
Description
Robin Sheat
2011-12-15 00:44:53 UTC
Created attachment 6800 [details] [review] 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. (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.) Created attachment 6802 [details] [review] 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. (this second one removes some debug code left behind) Also, going to add returning by item number to this. Created attachment 6879 [details] [review] 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. Also going to have a bit of internal testing before I mark it signed off. ("needs signed off", that is) Robin, something to look at in the new year? I had a crack at rebasing this but there are a lot of conflicts. We no longer need this, I'm going to knock it on the head. |