[Koha-bugs] [Bug 23427] Better sorting of previous checkouts

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 5 15:33:02 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23427

--- Comment #2 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
Created attachment 91994
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=91994&action=edit
Bug 23427: Better sorting of previous checkouts

In patron circulation or details page, previous checkouts are displayed sorted
by due date.
Many checkouts may have same due date so it would be better to sort on
timestamp as second sort criteria, like todays's checkouts.

Test plan :
1) Create for a patron two issues with same due date and a few seconds between
them
2) Create another issue with a different due date
3) Come back a day later
4) Set preference previousIssuesDefaultSortOrder = "latest to earliest"
5) Go to patron circulation page and check sort order is OK : sorted by "Due
date" then "Cheked out on"
6) Go to patron details page and check sort order is OK : sorted by "Due date"
then "Cheked out on"
7) Set preference previousIssuesDefaultSortOrder = "earliest to latest"
8) Go to patron circulation page and check sort order is OK : sorted by "Due
date" then "Cheked out on"
9) Go to patron details page and check sort order is OK : sorted by "Due date"
then "Cheked out on"

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list