Release notes for Purge Holds routine
authorThomas Berezansky <tsbere@mvlc.org>
Wed, 13 Feb 2013 21:08:01 +0000 (16:08 -0500)
committerDan Wells <dbw2@calvin.edu>
Fri, 7 Jun 2013 19:22:32 +0000 (15:22 -0400)
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
docs/RELEASE_NOTES_NEXT/purge_holds.txt [new file with mode: 0644]

diff --git a/docs/RELEASE_NOTES_NEXT/purge_holds.txt b/docs/RELEASE_NOTES_NEXT/purge_holds.txt
new file mode 100644 (file)
index 0000000..f015f6d
--- /dev/null
@@ -0,0 +1,7 @@
+New Feature: "Purge Holds"
+==========================
+Similar to purging circulations one may wish to purge old (filled or canceled) hold information. This feature adds a database function and settings for doing so.
+
+The settings allow for a default retention age as well as filled, canceled, and canceled by cancel cause ages. The most specific one wins unless a patron is retaining their hold history. In the latter case the patron's holds are retained either way.
+
+Note that the function still needs to be called, which could be set up as a cron job or done more manually, say after statistics collection.