Add new option for max/min lost item pricing user/dbwells/min_max_item_pricing
authorDan Wells <dbw2@calvin.edu>
Fri, 14 Dec 2012 19:02:22 +0000 (14:02 -0500)
committerDan Wells <dbw2@calvin.edu>
Wed, 11 Sep 2013 15:51:01 +0000 (11:51 -0400)
commit9baefad3d4ff510854f17101097bfbc959f10dbc
treed010346a474524b00fb3f1867678f1ceb3374909
parentdc7ec6cfb60d66150ad43d4157a63ea739667217
Add new option for max/min lost item pricing

In addition to a 'default' price when price is missing or zero,
we can also accommodate a range of prices by saying it should be
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 an equal amount.

Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm
Open-ILS/src/perlmods/lib/OpenILS/Const.pm
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.data.min_max_prices.sql [new file with mode: 0644]