Bug 37141

Summary: Add option to display completed bookings from patron page
Product: Koha Reporter: Martin Renvoize <martin.renvoize>
Component: Staff interfaceAssignee: Martin Renvoize <martin.renvoize>
Status: Needs Signoff --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, kkrueger, nick
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37065
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 37047    
Bug Blocks:    
Attachments: Bug 37141: Add 'Include completed' option to bookings tab
Bug 37141: Add 'Show completed' option to bookings tab

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.