Bug 30184 - Create statistical items that are returned immediately
Summary: Create statistical items that are returned immediately
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-25 17:58 UTC by Andrew Fuerste-Henry
Modified: 2022-10-02 12:11 UTC (History)
3 users (show)

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 Andrew Fuerste-Henry 2022-02-25 17:58:41 UTC
Bug 23207 added the ability for an item type to be automatically returned at the end of its checkout period. However, in some cases libraries want to record a use but not have any loan period at all -- essentially a local use, but tied to a patron.
Comment 1 Katrin Fischer 2022-02-26 13:07:08 UTC
+1
Comment 2 David Cook 2022-02-28 00:34:24 UTC
This is an interesting one. I was looking at this in the context of the self-checkout and at the time I thought a regular in-house use would work but in hindsight maybe it wouldn't as maybe it wouldn't be tied to the borrower.
Comment 3 Katrin Fischer 2022-10-02 12:11:12 UTC
Can be solved using a plugin and the checkout hook if someone runs into this as a requirement.