Bug 36547 - Add 'Checked out on' column to overdues table
Summary: Add 'Checked out on' column to overdues table
Status: RESOLVED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Laura Escamilla
QA Contact: Kyle M Hall (khall)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-08 20:37 UTC by Laura Escamilla
Modified: 2024-11-18 12:31 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
This enhancement adds a "Checked out on" column to the report found at Circulation -> Overdues.
Version(s) released in:
24.11.00
Circulation function:


Attachments
Bug 36547: Added checked out column to Overdue table (4.09 KB, patch)
2024-04-08 21:06 UTC, Laura Escamilla
Details | Diff | Splinter Review
Bug 36547: Added checked out column to Overdue table (4.15 KB, patch)
2024-04-09 10:52 UTC, Lucas Gass (lukeg)
Details | Diff | Splinter Review
Bug 36547: Added checked out column to Overdue table (4.21 KB, patch)
2024-07-19 11:15 UTC, Kyle M Hall (khall)
Details | Diff | Splinter Review
Bug 36547: (QA follow-up) Tidy overdue.pl (25.78 KB, patch)
2024-07-19 11:16 UTC, Kyle M Hall (khall)
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-08 20:37:21 UTC

    
Comment 1 Laura Escamilla 2024-04-08 21:06:10 UTC Comment hidden (obsolete)
Comment 2 Lucas Gass (lukeg) 2024-04-09 10:52:49 UTC Comment hidden (obsolete)
Comment 3 Kyle M Hall (khall) 2024-07-19 11:15:54 UTC
Created attachment 169198 [details] [review]
Bug 36547: Added checked out column to Overdue table

To test:
1. Make sure you have some overdue checkouts in your installation.
2. Go to Circulation > Overdues
3. Verify the ‘Checked out on’ column is visible by default, but can be hidden using the column settings
4. Verify that the export to CSV via the link on top of the table and includes the ‘Checked out on’ field.
5. Sign off and have an incredible day :D

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Comment 4 Kyle M Hall (khall) 2024-07-19 11:16:03 UTC
Created attachment 169199 [details] [review]
Bug 36547: (QA follow-up) Tidy overdue.pl

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Comment 5 Martin Renvoize (ashimema) 2024-07-23 16:02:53 UTC
Thanks for all the hard work!

Pushed to main for the next 24.11.00 release as RM Assistant
Comment 6 Lucas Gass (lukeg) 2024-08-28 20:29:46 UTC
The tidy patch causes a lot of merge conflicts, so I won't backport this one to 24.05.x