[Koha-bugs] [Bug 13376] Include a user-editable area/ page for terms and conditions of use in the opac

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 26 12:29:06 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13376

Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |olli-antti.kivilahti at jns.fi

--- Comment #2 from Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi> ---
I am looking into developing this kind of a system.

We have self-service libraries and we need to know in Koha if the users have
agreed to the "Terms and Conditions" of self-service library use.
We use this information to communicate with the self-service devices whether or
not users are allowed to access the self-service resources.

I already added a custom borrower attribute SST&C (Self-Service Terms &
Conditions) where you use the authorised_values-list YES_NO to agree or not.
You can easily add another types of T&C to borrower attributes.

Now I am looking into where to show the T&C in OPAC.
Probably I will have a new tab in the left navigation menu, where using the
translation tools there will be placeholders that can be filled from the
.po-files, matching the given custom borrower attribute.
Or maybe use messaging templates instead.

Exacts are fuzzy, but the user must be able to accept T&C from the OPAC.
Maybe I need to write a real T&C module, maybe that would be for the best.

Whatever the implementation:
-one must be able to dynamically CRUD translateable T&Cs and view them in the
OPAC
-OPAC user must be able to agree or disagree with the T&C at any time.
-All user agreement-status changes must be logged, so we know if the users is
trying to trick us by switching agreement statuses.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list