Bug 36499 - Add last checkout date column to the item search results
Summary: Add last checkout date column to the item search results
Status: RESOLVED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Searching (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Laura Escamilla
QA Contact: Emily Lamancusa (emlam)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-03 02:04 UTC by Laura Escamilla
Modified: 2024-07-11 16:03 UTC (History)
5 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact: Caroline Cyr La Rose
Documentation submission: https://gitlab.com/koha-community/koha-manual/-/merge_requests/898
Text to go in the release notes:
Version(s) released in:
24.05.00
Circulation function:


Attachments
Bug 36499: Added datelastborrowed column to item search results (7.03 KB, patch)
2024-04-04 13:34 UTC, Laura Escamilla
Details | Diff | Splinter Review
Bug 36499: Added datelastborrowed column to item search results (7.08 KB, patch)
2024-04-04 15:17 UTC, ByWater Sandboxes
Details | Diff | Splinter Review
Bug 36499: Added datelastborrowed column to item search results (7.15 KB, patch)
2024-04-17 20:15 UTC, Emily Lamancusa (emlam)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Laura Escamilla 2024-04-03 02:04:11 UTC
When doing an item search some libraries would find it useful if there was a column showing the date last borrowed.
Comment 1 Laura Escamilla 2024-04-04 13:34:15 UTC
Created attachment 164423 [details] [review]
Bug 36499: Added datelastborrowed column to item search results

Test plan:
1. Apply patch
2. Checkout an item to a patron
3. Perform an item search and either search as is, or add a “Last checkout date:” of today’s date for a more refined search.
    1. Notice that there is now a date last borrowed column by the date due column
    2. Export the table into a CSV and notice that there is also a date last borrowed column there
4. Sign off and have an amazing day :D
Comment 2 ByWater Sandboxes 2024-04-04 15:17:21 UTC
Created attachment 164428 [details] [review]
Bug 36499: Added datelastborrowed column to item search results

Test plan:
1. Apply patch
2. Checkout an item to a patron
3. Perform an item search and either search as is, or add a “Last checkout date:” of today’s date for a more refined search.
    1. Notice that there is now a date last borrowed column by the date due column
    2. Export the table into a CSV and notice that there is also a date last borrowed column there
4. Sign off and have an amazing day :D

Signed-off-by: Michelle Spinney <mspinney@clamsnet.org>
Comment 3 Marcel de Rooy 2024-04-12 08:55:14 UTC
(In reply to Laura Escamilla from comment #0)
> When doing an item search some libraries would find it useful if there was a
> column showing the date last borrowed.

Sounds like an enh to me ?
Comment 4 Laura Escamilla 2024-04-12 10:08:50 UTC
(In reply to Marcel de Rooy from comment #3)

> Sounds like an enh to me ?

Yes - thank you for updating the status, Marcel!
Comment 5 Emily Lamancusa (emlam) 2024-04-17 20:15:43 UTC
Created attachment 165033 [details] [review]
Bug 36499: Added datelastborrowed column to item search results

Test plan:
1. Apply patch
2. Checkout an item to a patron
3. Perform an item search and either search as is, or add a “Last checkout date:” of today’s date for a more refined search.
    1. Notice that there is now a date last borrowed column by the date due column
    2. Export the table into a CSV and notice that there is also a date last borrowed column there
4. Sign off and have an amazing day :D

Signed-off-by: Michelle Spinney <mspinney@clamsnet.org>
Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Comment 6 Katrin Fischer 2024-04-29 07:10:55 UTC
I am really hesitant about adding more columns to the item search results without having column configuration. I have decided to push this one, because we already have a search option for 'last checkout date' so this adds consistency between search and results. But I might hold off to add more.
Comment 7 Katrin Fischer 2024-04-29 07:44:05 UTC
Pushed for 24.05!

Well done everyone, thank you!
Comment 8 Fridolin Somers 2024-05-24 09:41:33 UTC
Not backported to 23.11.x