Release notes for Conditional Negative Balance branch user/kmlussier/negative-balance-release-notes
authorKathy Lussier <klussier@masslnc.org>
Mon, 10 Feb 2014 05:24:18 +0000 (00:24 -0500)
committerKathy Lussier <klussier@masslnc.org>
Mon, 10 Feb 2014 05:24:18 +0000 (00:24 -0500)
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
docs/RELEASE_NOTES_NEXT/Circulation/conditional-negative-balances.txt [new file with mode: 0644]

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 (file)
index 0000000..4ac16a5
--- /dev/null
@@ -0,0 +1,26 @@
+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. 
+
+In addition to the new library settings, the system now has a new void payment
+type. Staff will continue to be able to void a bill in the same way they always
+have, but instead of marking the bills as voided, void payments will be applied
+in the amount of the voided billings.
+
+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)