Summary: | Search serials by barcode | ||
---|---|---|---|
Product: | Koha | Reporter: | Kyle M Hall <kyle.m.hall> |
Component: | Serials | Assignee: | natasha <tasham_8> |
Status: | Failed QA --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | bklein, colin.campbell, jonathan.druart, severine.queune, tasham_8 |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://devs.bywatersolutions.com/projects/search-serials-by-barcode/ | ||
Change sponsored?: | Seeking cosponsors | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 14875 - Search serials by barcode
Bug 14875 Search serials by barcode Bug 14875 - Search serials by barcode Bug 14875 Search serials by barcode |
Description
Kyle M Hall
2015-09-22 14:55:21 UTC
Work to be done: Modify quick search to add barcode field ( may need to make it hidden by default ala the patron quick search Modify the advanced search to add barcode field Modify serials-search.pl to accept barcode as a parameter Modify SearchSubscriptions to accept barcode as a parameter Seeking Co-Sponsors: http://devs.bywatersolutions.com/projects/search-serials-by-barcode/ Created attachment 47074 [details] [review] Bug 14875 - Search serials by barcode This patch is only for the advanced search To test: 1. Go to serials 2. If required make a new subscription and/or then click on advanced search 3. See that there is no barcode field. 4. Apply patch and repeat steps, there should now be a barcode field. 5. Type in a barcode and hit search. See that your book shows up. This is not quite fixed, we will continue working on it Created attachment 47077 [details] [review] Bug 14875 Search serials by barcode To test: 1. Go onto the 'Serials' page 2. In the quick search, there are only two search fields; ISSN and Title 3. Apply the patch 4. There should now be three search fields, 'Barcode' being added. 5. Fill in that field with a barcode and matching results should come up. Created attachment 47323 [details] [review] Bug 14875 - Search serials by barcode This patch is only for the advanced search To test: 1. Go to serials 2. If required make a new subscription and/or then click on advanced search 3. See that there is no barcode field. 4. Apply patch and repeat steps, there should now be a barcode field. 5. Type in a barcode and hit search. See that your book shows up. Signed-off-by: Nicole Engard <nengard@bywatersolutions.com> Created attachment 47324 [details] [review] Bug 14875 Search serials by barcode To test: 1. Go onto the 'Serials' page 2. In the quick search, there are only two search fields; ISSN and Title 3. Apply the patch 4. There should now be three search fields, 'Barcode' being added. 5. Fill in that field with a barcode and matching results should come up. Signed-off-by: Nicole Engard <nengard@bywatersolutions.com> Natasha, when a subroutine is modified, tests should be provided to cover the changes and avoid regression later. Could you please provide some tests? Any progress? Carnegie team I'd be interested to learn about the use case here. Since items are optional for subscriptions, I'd be interested to learn about the workflow here. |