At our pickup window we are pulling patron's holds and checking them out manually. Sometimes it's helpful to know how many items we are looking for on the holds shelves. It would be useful to staff if the number of holds waiting to be picked up displayed on the check out screen above the list of titles. So instead of just seeing 'Holds waiting:" staff could see 'Holds waiting (9)
Created 0 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 0 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 1 0 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 1 0 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 <64;bedfordtx.gov">barbara.johnson64;bedfordtx.gov>
Created 1 0 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 <64;bedfordtx.gov">barbara.johnson64;bedfordtx.gov> Signed-off-by: Katrin Fischer <8364;web.de">katrin.fischer.8364;web.de>
Pushed to master for 21.05, thanks to everybody involved!
Enhancement not pushed to 20.11.x