Release notes for lp1207903: new lost billing min/max setting
authorRemington Steed <rjs7@calvin.edu>
Tue, 24 Sep 2013 20:54:37 +0000 (16:54 -0400)
committerJeff Godin <jgodin@tadl.org>
Wed, 22 Jan 2014 15:24:29 +0000 (10:24 -0500)
Signed-off-by: Remington Steed <rjs7@calvin.edu>
Signed-off-by: Jeff Godin <jgodin@tadl.org>
docs/RELEASE_NOTES_NEXT/Circulation/lost_min_max_item_pricing.txt [new file with mode: 0644]

diff --git a/docs/RELEASE_NOTES_NEXT/Circulation/lost_min_max_item_pricing.txt b/docs/RELEASE_NOTES_NEXT/Circulation/lost_min_max_item_pricing.txt
new file mode 100644 (file)
index 0000000..7ae826d
--- /dev/null
@@ -0,0 +1,24 @@
+Lost Item Billing: New Min/Max Price Settings
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+When an item is marked lost, the user is typically billed for the item.
+In Evergreen, they can either be charged the amount recorded in the item
+object, or if that value is blank (or zero), charged a default price
+(controlled by settings).
+
+In addition to these existing settings, now we can accommodate a range of
+prices by saying the patron should be billed at least 'X' and not more
+than 'Y'. This also allows you to effectively set a fixed price for all
+lost items by setting min and max to the same amount.
+
+New Org Unit Settings
++++++++++++++++++++++
+
+ * Minimum Item Price: circ.min_item_price
+ * Maximum Item Price: circ.max_item_price
+
+New Permissions
++++++++++++++++
+
+ * UPDATE_ORG_UNIT_SETTING.circ.min_item_price
+ * UPDATE_ORG_UNIT_SETTING.circ.max_item_price