[open-ils-commits] [GIT] Evergreen ILS branch rel_2_8 updated. 8d8628b9260ec521c14bb3d8fcca76a72721555c

Evergreen Git git at git.evergreen-ils.org
Sun May 17 12:49:10 EDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_8 has been updated
       via  8d8628b9260ec521c14bb3d8fcca76a72721555c (commit)
      from  d9672aea69d97c06c8d3551299a043fdedd829ae (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8d8628b9260ec521c14bb3d8fcca76a72721555c
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date:   Sun May 17 12:32:21 2015 -0400

    Docs: Added hard due dates docs
    
    Signed-off-by: Yamil Suarez <yamil at yamil.com>

diff --git a/docs/admin_initial_setup/hard_due_dates.txt b/docs/admin_initial_setup/hard_due_dates.txt
new file mode 100644
index 0000000..7ce80de
--- /dev/null
+++ b/docs/admin_initial_setup/hard_due_dates.txt
@@ -0,0 +1,31 @@
+Hard due dates
+--------------
+
+This feature allows you to specify a specific due date within your circulation policies.  This is particularly useful for academic and school libraries, who may wish to make certain items due at the end of a semester or term.
+
+NOTE: To work with hard due dates, you will need the CREATE_CIRC_DURATION, UPDATE_CIRC_DURATION, and DELETE_CIRC_DURATION permissions at the _consortium_ level.
+
+Creating a hard due date
+~~~~~~~~~~~~~~~~~~~~~~~~
+Setting up hard due dates is a two-step process.  You must first create a hard due date, and then populate it with specific values.
+
+To create a hard due date:
+
+. Click *Admin -> Server Administration -> Hard Due Date Changes*.
+. Click *New Hard Due Date*.
+. In the *Name* field, enter a name for your hard due date.  Note that each hard due date can have multiple values, so it's best to use a generic name here, such as "End of semester."
+. In the *Owner* field, select the appropriate org unit for your new hard due date.
+. In the *Current Ceiling Date* field, select any value.  This field is required, but its value will be overwritten in subsequent steps, so you may enter an arbitrary date here.
+. Check the *Always Use?* checkbox if you want items to only receive the due dates you specify, regardless of when they would ordinarily be due.  If you leave this box unchecked, your specified due dates will serve as "ceiling" values that limit, rather than override, other circulation rules.  In other words, with this box checked, items may be due only on the specified dates.  With the box unchecked, items may be due _on or before_ the specified dates, simply not after.
+. Click *Save*.
+
+To add date values to your hard due date:
+
+. Click the hyperlinked name of the due date you just created.
+. Click on *New Hard Due Date Value*
+. In the *Ceiling Date* field, enter the specific date you would like items to be due.
+. In the *Active Date* field, enter the date you want this specific due date value to take effect.
+. Click *Save*.
+. Each Hard Due Date can include multiple values. For example, you can repeat these steps to enter specific due dates for several semesters using this same screen.
+
+After creating a hard due date and assigning it values, you can apply it by adding it to a circulation policy.
\ No newline at end of file
diff --git a/docs/root.txt b/docs/root.txt
index 853dd3e..7892122 100644
--- a/docs/root.txt
+++ b/docs/root.txt
@@ -127,6 +127,10 @@ include::admin_initial_setup/borrowing_items.txt[]
 // Return to normal title levels.
 :leveloffset: 0
 
+include::admin_initial_setup/hard_due_dates.txt[]
+
+
+
 include::admin/template_toolkit.txt[]
 
 // Push titles down one level.

-----------------------------------------------------------------------

Summary of changes:
 docs/admin_initial_setup/hard_due_dates.txt |   31 +++++++++++++++++++++++++++
 docs/root.txt                               |    4 +++
 2 files changed, 35 insertions(+), 0 deletions(-)
 create mode 100644 docs/admin_initial_setup/hard_due_dates.txt


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list