[open-ils-commits] [GIT] Evergreen ILS branch master updated. 538a1a06ab04cd69dcccdab348fcd2eec62d8fab

Evergreen Git git at git.evergreen-ils.org
Wed Aug 19 16:01:04 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, master has been updated
       via  538a1a06ab04cd69dcccdab348fcd2eec62d8fab (commit)
      from  cb8273339ddb0998791f52c1baac36045db75a39 (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 538a1a06ab04cd69dcccdab348fcd2eec62d8fab
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Mon Feb 10 00:24:18 2014 -0500

    lp1198465 Release notes for Conditional Negative Balance branch
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/docs/RELEASE_NOTES_NEXT/Circulation/conditional-negative-balances.txt b/docs/RELEASE_NOTES_NEXT/Circulation/conditional-negative-balances.txt
new file mode 100644
index 0000000..f2db7f4
--- /dev/null
+++ b/docs/RELEASE_NOTES_NEXT/Circulation/conditional-negative-balances.txt
@@ -0,0 +1,38 @@
+Conditional Negative Balances
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Evergreen sites will now have more control over whether a negative balance can
+be applied to a user's billing record and when that negative balance can be 
+applied. Through a series of Library Settings, a site can prohibit negative
+balances on bills or can allow those negative balances to be applied for a
+specific period of time after a lost or overdue bill is charged to the user.
+Sites can set a default for all types of bills or can apply distinct settings
+for lost bills and for overdue fines. The more specific settings will override
+the default. 
+
+Sites that opt to allow negative balances for a specific period of time must
+1) enable the relevant "prohibit negative balances" setting(s) and 2) specify
+the time period in the relevant Negative Balance Interval setting(s).  
+
+In addition to the new library settings, the system now has a new account 
+adjustment payment type. This payment type will be utilized for libraries 
+prohibiting negative balances to replace the previous voiding behavior that 
+caused the negative balances to occur. The account adjustment payment type will
+also be used for all libraries, regardless of the state of negative balance
+settings, in cases where overdue fines are adjusted when an overdue item is
+marked lost.
+
+An _Adjust to Zero_ option replaces the _Void All Billings_ option in the bills
+area of the patron record. This option will always adjust the selected bill to
+a zero balance. It can also be used to clear a negative balance from the
+patron's record. 
+
+New Library Settings
+++++++++++++++++++++
+ * Negative Balance Interval (Default) (bill.negative_balance_interval_default)
+ * Negative Balance Interval for Lost (bill.negative_balance_interval_on_lost) -
+ * Negative Balance Interval for Overdues (bill.negative_balance_interval_on_overdues
+ * Prohibit negative balance on bills (Default) (bill.prohibit_negative_balance_default)
+ * Prohibit negative balance on bills for lost materials (bill.prohibit_negative_balance_on_lost)
+ * Prohibit negative balance on bills for overdue materials (bill.prohibit_negative_balance_on_overdues)
+ 
+ 

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

Summary of changes:
 .../Circulation/conditional-negative-balances.txt  |   38 ++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)
 create mode 100644 docs/RELEASE_NOTES_NEXT/Circulation/conditional-negative-balances.txt


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list