From 5e01e8a45eb2e124371be62a4c5d70e67ee954c0 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Thu, 16 Nov 2017 21:25:21 -0800 Subject: [PATCH] Docs: Set Per-OU Limits on Allowed Payment Amounts Signed-off-by: Jane Sandberg --- docs/admin/allowed_payments.adoc | 22 ++++++++++++++++++++++ docs/root_staff_client_admin.adoc | 6 ++++++ 2 files changed, 28 insertions(+) create mode 100644 docs/admin/allowed_payments.adoc diff --git a/docs/admin/allowed_payments.adoc b/docs/admin/allowed_payments.adoc new file mode 100644 index 0000000000..1dfb2c19d7 --- /dev/null +++ b/docs/admin/allowed_payments.adoc @@ -0,0 +1,22 @@ +Setting limits on allowed payment amounts +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Two new settings have been added to prevent library staff +from accidentally clearing all patron bills by scanning a +barcode into the Payment Amount field, or accidentally +entering the amount without a decimal point (such as you +would when using a cash register). + +Both settings are available via the Library Settings Editor. +The Payment amount threshold for Are You Sure? dialog +(`ui.circ.billing.amount_warn`) setting identifies the amount +above which staff will be asked if they're sure they want +to apply the payment. The Maximum payment amount allowed +(`ui.circ.billing.amount_limit`) setting identifies the +maximum amount of money that can be accepted through the +staff client. + +These settings only affect the staff client, not credit +cards accepted through the public catalog, or direct API +calls from third party tools. + diff --git a/docs/root_staff_client_admin.adoc b/docs/root_staff_client_admin.adoc index e83954cd20..5f214aeef0 100644 --- a/docs/root_staff_client_admin.adoc +++ b/docs/root_staff_client_admin.adoc @@ -141,6 +141,12 @@ fines and other charges in the Public Catalog. Credit card settings can be conf include::admin/desk_payments.adoc[] +:leveloffset: 0 + +include::admin/allowed_payments.adoc[] + +:leveloffset: 1 + include::circulation/user_buckets.adoc[] :leveloffset: 0 -- 2.43.2