Bug 30184

Summary: Create statistical items that are returned immediately
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: dcook, gmcharlt, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
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 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.