Add new option for max/min lost item pricing
authorDan Wells <dbw2@calvin.edu>
Fri, 14 Dec 2012 19:02:22 +0000 (14:02 -0500)
committerRemington Steed <rjs7@calvin.edu>
Wed, 25 Sep 2013 14:31:00 +0000 (10:31 -0400)
commita0575789d629f54409036c4e65e2793739bd2e0a
tree3d956bd5a054de76b0277d5cfab83b98028d47c4
parent188537250069e7dd8c9624f674e03eadfd6d8db7
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]