]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/Circulation/lost_min_max_item_pricing.txt
7ae826d0743824e83812e95454cd2e4dcdbd8489
[working/Evergreen.git] / docs / RELEASE_NOTES_NEXT / Circulation / lost_min_max_item_pricing.txt
1 Lost Item Billing: New Min/Max Price Settings
2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3
4 When an item is marked lost, the user is typically billed for the item.
5 In Evergreen, they can either be charged the amount recorded in the item
6 object, or if that value is blank (or zero), charged a default price
7 (controlled by settings).
8
9 In addition to these existing settings, now we can accommodate a range of
10 prices by saying the patron should be billed at least 'X' and not more
11 than 'Y'. This also allows you to effectively set a fixed price for all
12 lost items by setting min and max to the same amount.
13
14 New Org Unit Settings
15 +++++++++++++++++++++
16
17  * Minimum Item Price: circ.min_item_price
18  * Maximum Item Price: circ.max_item_price
19
20 New Permissions
21 +++++++++++++++
22
23  * UPDATE_ORG_UNIT_SETTING.circ.min_item_price
24  * UPDATE_ORG_UNIT_SETTING.circ.max_item_price