Bug 27772 - Add a Koha::Patron->todays_checkins method
Summary: Add a Koha::Patron->todays_checkins method
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Martin Renvoize
QA Contact: Testopia
URL:
Keywords:
Depends on: 12224
Blocks:
  Show dependency treegraph
 
Reported: 2021-02-24 12:30 UTC by Martin Renvoize
Modified: 2023-11-14 14:42 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Renvoize 2021-02-24 12:30:22 UTC
Bug 12224 added a 'todays checkins' search in the slip printer controller.. it would be nice to have that available as a method in Koha::Patron to ensure it gets properly unit tested.
Comment 1 Katrin Fischer 2023-07-01 17:23:42 UTC
There is a known issue here if checkouts are immediately anonymized, see 28896.

But this would only work on the checkin page itself, not when printing the checkin slip from the patron account.