Summary: | Display number of holds awaiting pickup on check out screens | ||
---|---|---|---|
Product: | Koha | Reporter: | Barbara Johnson <barbara.johnson> |
Component: | Circulation | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | fridolin.somers, gmcharlt, kyle.m.hall, lucas |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This patch changes the way waiting holds are displayed on the checkout screen. Holds waiting at the current library will now be displayed separately from holds waiting at other libraries, with a count shown for each group.
|
Version(s) released in: |
21.05.00
|
Circulation function: | |||
Attachments: |
Display of the number of holds awaiting pickup
Screenshot of a proposed change Bug 27924: Display number of holds awaiting pickup on check out screens Bug 27924: Display number of holds awaiting pickup on check out screens Bug 27924: Display number of holds awaiting pickup on check out screens |
Description
Barbara Johnson
2021-03-10 23:38:07 UTC
Created attachment 118083 [details]
Display of the number of holds awaiting pickup
I think we can add dataTables to this table which would gain the ability to sort these columns. Hi Barbara, this looks a bit different than I expected (maybe some clever local CSS?) Which page are we looking at on your screenshot? Is this the checkouts tab on the patron account in staff? Created attachment 119962 [details]
Screenshot of a proposed change
What do y'all think of this?
That's perfect. Thx, Owen! Wondering, would "... (4):" or "...: 4" be better in this case? Created attachment 119994 [details] [review] Bug 27924: Display number of holds awaiting pickup on check out screens This patch modifies the checkout page so that waiting holds are displayed separately depending on whether they are waiting at the current branch or not. A count of each number of waiting holds is displayed too. Unrelated change: A missing </li> has been added for markup validity. To test, apply the patch and view the checkout screen in these situations: - A patron with no waiting holds. - A patron with one or more holds waiting at the current library. - A patron with one or more holds waiting at another library. - A patron with holds waiting at both the current library and at other libraries. In each case, the display of waiting hold information should be correct, including the count of holds of each kind. (In reply to Katrin Fischer from comment #6) > Wondering, would "... (4):" or "...: 4" be better in this case? I questioned that too and have decided to get rid of the ":" Created attachment 120006 [details] [review] Bug 27924: Display number of holds awaiting pickup on check out screens This patch modifies the checkout page so that waiting holds are displayed separately depending on whether they are waiting at the current branch or not. A count of each number of waiting holds is displayed too. Unrelated change: A missing </li> has been added for markup validity. To test, apply the patch and view the checkout screen in these situations: - A patron with no waiting holds. - A patron with one or more holds waiting at the current library. - A patron with one or more holds waiting at another library. - A patron with holds waiting at both the current library and at other libraries. In each case, the display of waiting hold information should be correct, including the count of holds of each kind. Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> Created attachment 120030 [details] [review] Bug 27924: Display number of holds awaiting pickup on check out screens This patch modifies the checkout page so that waiting holds are displayed separately depending on whether they are waiting at the current branch or not. A count of each number of waiting holds is displayed too. Unrelated change: A missing </li> has been added for markup validity. To test, apply the patch and view the checkout screen in these situations: - A patron with no waiting holds. - A patron with one or more holds waiting at the current library. - A patron with one or more holds waiting at another library. - A patron with holds waiting at both the current library and at other libraries. In each case, the display of waiting hold information should be correct, including the count of holds of each kind. Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 21.05, thanks to everybody involved! Enhancement not pushed to 20.11.x |