Summary: | Add option for deleting resolved ILL requests to cleanup_database.pl | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | ILL | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | lisette, martin.renvoize, pedro.amorim, r.delahunty |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22513 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29109 |
||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Katrin Fischer
2023-01-13 14:32:16 UTC
The backend may let the deletion of the request in whatever status, can it not? Regardless, this bug is about adding the possibility of cleaning up "resolved" requests from the database. I think we need to first set what a "resolved" request is. Is it "COMP", "CANCREQ", both, something else? Perhaps have a default definition of what a "resolved" request is, and add an argument to the script for custom "resolved" status conditions (this would also enable setting statuses that are backend specific, something we have no way of knowing from core alone). Could config be based on a system preference where each library could put in the statuses they wanted cleaned up and the number of days to keep them before clearing them out? |