Bug 38591

Summary: Add a new ILL status "Available in library"
Product: Koha Reporter: Mathieu Saby <mathsabypro>
Component: ILLAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: pedro.amorim, tomascohen
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 Mathieu Saby 2024-12-01 15:33:29 UTC
A status "Available in library" (or "Received") should be useful to better monitor the progress of the transaction

As I understand it, the current workflow (if you check out ILL items) is : 
- NEW : new request created by a patron or a librarian
- REQ : request validated by the library and send to a document provider
- CHK : document received by the library and checked out to the patron
- RET : document checked in by the patron
- COMP : end of transaction. document sent back to the document provider

I think it could better be :

As I understand it, the current workflow (if you check out ILL items) is : 
- NEW : new request created by a patron or a librarian
- REQ : request validated by the library and send to a document provider
- AVA : document received by library, availalable for check out => at THAT stage we can send a message to the patron asking them to come to the library
- CHK : document and checked out to the patron
- RET : document checked in by the patron
- COMP : end of transaction. document sent back to the document provider