Bug 36861 - Add ILL statuses codes to Request statuses section
Summary: Add ILL statuses codes to Request statuses section
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Documentation (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-14 15:30 UTC by Aude Charillon
Modified: 2025-06-02 20:46 UTC (History)
1 user (show)

See Also:
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:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)