Bug 37141 - Add option to display completed bookings from patron page
Summary: Add option to display completed bookings from patron page
Status: Needs Signoff
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Martin Renvoize
QA Contact: Testopia
URL:
Keywords:
Depends on: 37047
Blocks:
  Show dependency treegraph
 
Reported: 2024-06-20 10:53 UTC by Martin Renvoize
Modified: 2024-07-03 06:37 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 37141: Add 'Include completed' option to bookings tab (3.44 KB, patch)
2024-06-20 11:15 UTC, Martin Renvoize
Details | Diff | Splinter Review
Bug 37141: Add 'Show completed' option to bookings tab (3.38 KB, patch)
2024-07-03 06:35 UTC, Martin Renvoize
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Renvoize 2024-06-20 10:53:30 UTC
Currently on the bookings tab of the patron pages, we always filter to active bookings.

We should add the option to display completed bookings too; This would match the functionality introduced in the biblio details view for bookings in bug 37065
Comment 1 Martin Renvoize 2024-06-20 11:15:14 UTC
Created attachment 167934 [details] [review]
Bug 37141: Add 'Include completed' option to bookings tab

This patch adds the 'Include completed' filter toggle option to the
bookings display tab on both the patron details and circulation pages.
Comment 2 Martin Renvoize 2024-07-03 06:35:50 UTC
Created attachment 168420 [details] [review]
Bug 37141: Add 'Show completed' option to bookings tab

This patch adds the 'Show completed' filter toggle option to the
bookings display tab on both the patron details and circulation pages.