[Bug 7494] New: Use partial barcode or callnumber as a fallback for the barcode search in checkout
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7494 Bug #: 7494 Summary: Use partial barcode or callnumber as a fallback for the barcode search in checkout Classification: Unclassified Change sponsored?: Seeking cosponsors Product: Koha Version: master Platform: All URL: http://koha:8080/cgi-bin/koha/circ/circulation.pl OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation AssignedTo: kyle.m.hall@gmail.com ReportedBy: mjr@ttllp.co.uk QAContact: koha.sekjal@gmail.com CC: gmcharlt@gmail.com This could be done in a similar manner to Bug 1081. Probably should be optional, as should that search. An alternative implementation may be to add a Checkout button under "Available" entries in the "Status" column of the item table in the catalogue/detail.pl output. -- 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=7494 --- Comment #1 from MJ Ray (software.coop) <mjr@ttllp.co.uk> --- Created attachment 8652 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8652&action=edit bug 7494: optional checkout-time fallback search for a book -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7494 MJ Ray (software.coop) <mjr@ttllp.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Assignee|kyle.m.hall@gmail.com |mjr@ttllp.co.uk -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7494 MJ Ray (software.coop) <mjr@software.coop> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8652|0 |1 is obsolete| | --- Comment #2 from MJ Ray (software.coop) <mjr@software.coop> --- Created attachment 10139 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10139&action=edit bug 7494: optional checkout-time fallback search for a book -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7494 --- Comment #3 from MJ Ray (software.coop) <mjr@software.coop> --- rebased to current master. The idea of this feature is that if nothing is found as a barcode, it will do a regular search and use that if there is a match, warning if there were multiple matches. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7494 Marijana Glavica <mglavica@ffzg.hr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion CC| |mglavica@ffzg.hr --- Comment #4 from Marijana Glavica <mglavica@ffzg.hr> --- It works in the simplest case when you have just one item attached to your biblio. It offers you always just first item. If that first item is already on loan, it will not offer you next one available. Also, if you have more than one item, and first one is marked as "not for loan", it will tell you that item is not for loan (because it looks just at the fist item). It offers you just first biblio if more than one result exist, but that is fine, you can search more precisely. So, you can use this feature only if you always have just one item attached to every biblio. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7494 MJ Ray (software.coop) <mjr@software.coop> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #10139|0 |1 is obsolete| | --- Comment #5 from MJ Ray (software.coop) <mjr@software.coop> --- Created attachment 15945 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15945&action=edit bug 7494: optional checkout-time fallback search for a book When issuing a book, some libraries want to issue by title or other details. This patch adds a systempreference and code that allows it. To test: 1) scan a patron card or enter a surname to start checking out; 2) enter title or other keywords; 3) the circulation screen should display a warning allowing to choose between copies. Signed-off-by: MJ Ray <mjr@phonecoop.coop> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7494 --- Comment #6 from MJ Ray (software.coop) <mjr@software.coop> --- rebased to current master I think this version allows you to choose between possible matches. Do you think this could be included? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7494 MJ Ray (software.coop) <mjr@software.coop> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7494 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7494 MJ Ray (software.coop) <mjr@software.coop> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #15945|0 |1 is obsolete| | --- Comment #7 from MJ Ray (software.coop) <mjr@software.coop> --- Created attachment 16365 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16365&action=edit bug 7494: optional checkout-time fallback search for a book When issuing a book, some libraries want to issue by title or other details. This patch adds a systempreference and code that allows it. To test: 1) scan a patron card or enter a surname to start checking out; 2) enter title or other keywords; 3) the circulation screen should display a warning allowing to choose between copies. Signed-off-by: MJ Ray <mjr@phonecoop.coop> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7494 MJ Ray (software.coop) <mjr@software.coop> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff --- Comment #8 from MJ Ray (software.coop) <mjr@software.coop> --- trivial rebase to current master -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7494 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #9 from Owen Leonard <oleonard@myacpl.org> --- I think the warning next needs to be tweaked a little to make this readable. If I input a call number the dialog begins with this line: The barcode was not found 636.1 En Fast cataloging Something more readable might be: No barcode found matching "636.1 En" [Add record using fast cataloging] I'm also concerned about the amount of information offered by the buttons. Will it be enough to identify the correct copy? I would think you should also include library, item type, and collection code information. What about availability? Does it only offer to check out items which are available? If not, you would need to include availability/status information as well. One more thing: We use "Check out" instead of "Issue." -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7494 MJ Ray (software.coop) <mjr@software.coop> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |ASSIGNED --- Comment #10 from MJ Ray (software.coop) <mjr@software.coop> --- (In reply to comment #9)
I think the warning next needs to be tweaked a little to make this readable. If I input a call number the dialog begins with this line:
The barcode was not found 636.1 En Fast cataloging
Something more readable might be:
No barcode found matching "636.1 En" [Add record using fast cataloging]
I'm also concerned about the amount of information offered by the buttons. Will it be enough to identify the correct copy? I would think you should also include library, item type, and collection code information.
I did not change that warning text and I do not intend to change it. Please open a new bug about that - and maybe the html syntax bug (early </li>) that I did change because I needed to to make the new form display correctly.
What about availability? Does it only offer to check out items which are available? If not, you would need to include availability/status information as well.
I'll see what has to be added to a SimpleSearch to only offer available items, or how to show availability information. Any ideas?
One more thing: We use "Check out" instead of "Issue."
Good catch. I'll fix that one on next upload. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7494 MJ Ray (software.coop) <mjr@software.coop> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #16365|0 |1 is obsolete| | --- Comment #11 from MJ Ray (software.coop) <mjr@software.coop> --- Created attachment 16685 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16685&action=edit bug 7494: optional checkout-time fallback search for a book When issuing a book, some libraries want to issue by title or other details. This patch adds a systempreference and code that allows it. To test: 1) scan a patron card or enter a surname to start checking out; 2) enter title or other keywords; 3) the circulation screen should display a warning allowing to choose between copies. Signed-off-by: MJ Ray <mjr@phonecoop.coop> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7494 MJ Ray (software.coop) <mjr@software.coop> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #12 from MJ Ray (software.coop) <mjr@software.coop> --- Corrected Issue to Check out. [17:32]<jcamins> slef: it probably doesn't work in the staff client either. <jcamins> In fact, I'm sure it doesn't. <jcamins> Availability limits are fundamentally broken. <slef> ok, I'll leave it undone in the new feature <jcamins> Good plan. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7494 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7494 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #16685|0 |1 is obsolete| | --- Comment #13 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 17389 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17389&action=edit bug 7494: optional checkout-time fallback search for a book When issuing a book, some libraries want to issue by title or other details. This patch adds a systempreference and code that allows it. To test: 1) scan a patron card or enter a surname to start checking out; 2) enter title or other keywords; 3) the circulation screen should display a warning allowing to choose between copies. Signed-off-by: MJ Ray <mjr@phonecoop.coop> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7494 Kyle M Hall <kyle.m.hall@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle.m.hall@gmail.com --- Comment #14 from Kyle M Hall <kyle.m.hall@gmail.com> --- Note: This may be a useful building block to get the barcode prefixes to pass QA ( i.e. display this if multiple items share a root barcode, in case a librarian is accidentally checking in an item from another library that uses the same barcode ) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7494 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |jonathan.druart@biblibre.co | |m Patch complexity|--- |Small patch QA Contact|koha.sekjal@gmail.com |jonathan.druart@biblibre.co | |m --- Comment #15 from Jonathan Druart <jonathan.druart@biblibre.com> --- QA comment: The introduced behavior seems logical. All works as expected. Minor: - the ergonomic should certainly improved later. - there are some indentation issues, I will fix them with my patch. - the variable name "options" is not well choosen. Marked as Passed QA. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7494 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #17389|0 |1 is obsolete| | --- Comment #16 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 18981 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18981&action=edit bug 7494: optional checkout-time fallback search for a book When issuing a book, some libraries want to issue by title or other details. This patch adds a systempreference and code that allows it. To test: 1) scan a patron card or enter a surname to start checking out; 2) enter title or other keywords; 3) the circulation screen should display a warning allowing to choose between copies. Signed-off-by: MJ Ray <mjr@phonecoop.coop> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7494 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #17 from Galen Charlton <gmcharlt@gmail.com> --- Pushed to master. Thanks, MJ! -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7494 Magnus Enger <magnus@enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus@enger.priv.no --- Comment #18 from Magnus Enger <magnus@enger.priv.no> --- Searching Bugzilla for itemBarcodeFallbackSearch did not turn up this bug, but with this comment it will. :-) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7494 Magnus Enger <magnus@enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |10768 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7494 Magnus Enger <magnus@enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |12256 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org