]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/Circulation/limit_payment_amounts_accepted.txt
small typo fix in 2.10 release notes
[working/Evergreen.git] / docs / RELEASE_NOTES_NEXT / Circulation / limit_payment_amounts_accepted.txt
1 Set Per-OU Limits on Allowed Payment Amounts
2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3 Two new settings have been added to prevent clerks from accidentally clearing
4 all patron bills by scanning a barcode into the Payment Amount field, or
5 accidentally entering the amount without a decimal point (such as you
6 would when using a cash register).
7
8 Bothe settings are available via the Library Settings Editor. The _Payment
9 amount threshold for Are You Sure? dialog_ (ui.circ.billing.amount_warn)
10 setting identifies the amount above
11 which staff will be asked if they're sure they want to apply the payment.
12 The _Maximum payment amount allowed_ (ui.circ.billing.amount_limit)
13 setting identifies the maximum amount of
14 money that can be accepted through the staff client.
15
16 These settings only effect the staff client, not credit
17 cards accepted through the OPAC, or direct API calls
18 from third party tools.