Summary: | Add option in item search for excluding checked out items | ||
---|---|---|---|
Product: | Koha | Reporter: | Donna <bwsdonna> |
Component: | Searching | Assignee: | Katrin Fischer <katrin.fischer> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | ||
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
23.05.00
|
|
Circulation function: | |||
Attachments: |
Bug 32960: Add option "not checked out" to item search
Bug 32960: Add option "not checked out" to item search Bug 32960: Add option "not checked out" to item search |
Description
Donna
2023-02-14 16:39:58 UTC
Created attachment 146913 [details] [review] Bug 32960: Add option "not checked out" to item search This enhances the availability search option on item search to have a third option: ignore, checked out and not checked out. I chose 'not checked out' as available could be misleading, the item might still be lost or withdrawn and not on the shelf. To test: * Apply patch * Make sure some items are checked out * Search with 'ignore' - note number of results * Search with 'checked out' - note number of results * Search with 'not checked out' - number of results should match ignore minus checked out Created attachment 146919 [details] [review] Bug 32960: Add option "not checked out" to item search This enhances the availability search option on item search to have a third option: ignore, checked out and not checked out. I chose 'not checked out' as available could be misleading, the item might still be lost or withdrawn and not on the shelf. To test: * Apply patch * Make sure some items are checked out * Search with 'ignore' - note number of results * Search with 'checked out' - note number of results * Search with 'not checked out' - number of results should match ignore minus checked out Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 147215 [details] [review] Bug 32960: Add option "not checked out" to item search This enhances the availability search option on item search to have a third option: ignore, checked out and not checked out. I chose 'not checked out' as available could be misleading, the item might still be lost or withdrawn and not on the shelf. To test: * Apply patch * Make sure some items are checked out * Search with 'ignore' - note number of results * Search with 'checked out' - note number of results * Search with 'not checked out' - number of results should match ignore minus checked out Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to master for 23.05. Nice work everyone, thanks! |