Bug 36861

Summary: Add ILL statuses codes to Request statuses section
Product: Koha Reporter: Aude Charillon <aude.charillon>
Component: DocumentationAssignee: Bugs List <koha-bugs>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: thibault.keromnes
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Patch complexity: ---
Documentation contact: Aude Charillon | Thibault Keromnes Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Aude Charillon 2024-05-14 15:30:13 UTC
The ILL request statuses codes are not in the manual nor in the database schema. It would be useful to include them in the manual to help with reporting. They should be added to: https://koha-community.org/manual/latest/en/html/ILL_requests.html#request-statuses

New request => 'NEW'
Requested => 'REQ'
Requested from partners => 'GENREQ'
Request reverted => 'REQREV'
Cancellation requested => 'CANCREQ'
Completed => 'COMP'
Checked out => 'CHK'
Returned to library => 'RET'
Comment 1 Thibault Keromnès 2024-07-09 13:20:35 UTC
Added to the manual (thanks to Aude's help)