Bug 28296

Summary: Optionally show all checkins for day and branch on checkin screen
Product: Koha Reporter: Andrew Fuerste-Henry <andrew>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, kyle.m.hall, lisette
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Andrew Fuerste-Henry 2021-05-06 13:52:32 UTC
On the checkin screen, Koha maintains a list of all items checked in. This list is lost if one leaves the page and then returns to it. Some libraries would find it helpful if this list of checked in items were more persistent. We could give the option to load a table showing the all the checkins for that day and branch.
Comment 1 Lisette Scheer 2021-05-07 01:03:35 UTC
Would this be something that would be feasible for a large branch or only small branches?

I like the idea.
Lisette
Comment 2 Katrin Fischer 2023-07-01 09:00:10 UTC
As we always reload the full page right now, it would probably slow things down after time considerably. A lot of the page would need to be rewritten to only reload parts of it.