[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. 6f7e36dcb45fa088483f4ff6a4dc8217b0204dd9
Evergreen Git
git at git.evergreen-ils.org
Fri Nov 17 00:25:57 EST 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_3_0 has been updated
via 6f7e36dcb45fa088483f4ff6a4dc8217b0204dd9 (commit)
from add2c11f4474f0f8466e341fef31f75a200e1e2f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6f7e36dcb45fa088483f4ff6a4dc8217b0204dd9
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date: Thu Nov 16 21:25:21 2017 -0800
Docs: Set Per-OU Limits on Allowed Payment Amounts
Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
diff --git a/docs/admin/allowed_payments.adoc b/docs/admin/allowed_payments.adoc
new file mode 100644
index 0000000..1dfb2c1
--- /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 e83954c..5f214ae 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
-----------------------------------------------------------------------
Summary of changes:
docs/admin/allowed_payments.adoc | 22 ++++++++++++++++++++++
docs/root_staff_client_admin.adoc | 6 ++++++
2 files changed, 28 insertions(+), 0 deletions(-)
create mode 100644 docs/admin/allowed_payments.adoc
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list