From e9c5319bc8d8535113cd1b4c28f132fe7d21a957 Mon Sep 17 00:00:00 2001 From: Remington Steed Date: Tue, 24 Sep 2013 16:54:37 -0400 Subject: [PATCH] Release notes for lp1207903: new lost billing min/max setting Signed-off-by: Remington Steed Signed-off-by: Jeff Godin --- .../Circulation/lost_min_max_item_pricing.txt | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/Circulation/lost_min_max_item_pricing.txt 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 index 0000000000..7ae826d074 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Circulation/lost_min_max_item_pricing.txt @@ -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 -- 2.11.0