From 0d66de6af64e2c31e643e7f02f9c296119997e87 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 6 Dec 2018 14:44:13 +0100 Subject: [PATCH] Taiga 726, 727: Add new granular parameters permissions --- source/administration.rst | 2 + source/patrons.rst | 174 ++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 173 insertions(+), 3 deletions(-) diff --git a/source/administration.rst b/source/administration.rst index fb204c7..e1e706f 100644 --- a/source/administration.rst +++ b/source/administration.rst @@ -132,6 +132,8 @@ link to edit/alter details associated with the library in question. You will be unable to edit the 'Library code' +.. _library-groups-label: + Library groups ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/source/patrons.rst b/source/patrons.rst index e60260d..73a658d 100644 --- a/source/patrons.rst +++ b/source/patrons.rst @@ -756,19 +756,187 @@ If the staff member has 'parameters' permissions they have the ability to perform all of these actions. If you would like to control parameter permissions on a more granular level choose from these options: +- manage\_audio\_alerts + + - Manage audio alerts + + - The ability to access the :ref:`Audio alerts ` + configuration in the administration module. + +- manage\_auth\_values + + - Manage authorized value categories and authorised values + + - The ability to access the :ref:`Auhorized values ` + configuration in the administration module. + - manage\_circ\_rules - Manage circulation rules - The ability to access the :ref:`Circulation and fines - rules ` in the administration area + rules ` configuration + in the administration module. + +- manage\_circ\_rules\_from\_any\_libraries + + - Manage circulation rules form any library. If not set the logged in user can + only edit circulation rules from their own library (please note that + manage\_circ\_rules is still required). + +- manage\_cities + + - Manage cities and towns + + - The ability to access the :ref:`Cities and towns ` + configuration in the administration module. + +- manage\_classifications + + - Manage classification sources and filing rules + + - The ability to access the :ref:`Classification sources ` + configuration in the administration module. + +- manage\_column\_config + + - Manage column configuration + + - The ability the access the :ref:`Configure columns ` + page in the administration module. + +- manage\_didyoumean + + - Manage Did you mean? configuration + + - The ability to access the :ref:`Did you mean? ` + configuration in the administration module. + +- manage\_item\_circ\_alerts + + - Manage item circulation alerts + + - The ability to access the :ref:`Item circulation alerts ` + configuration in the administration module. + +- manage\_item\_search\_fields + + - Manage item search fields + + - The ability to access the :ref:`Item search fields ` + configuration in the administration module. + +- manage\_itemtypes + + - Manage item types + + - The ability to access the :ref:`Item types ` + configuration in the administratoin module. + +- manage\_keywords2koha\_mappings + + - Manage Keywords to Koha mappings + + - The ability to access the :ref:`Keywords to MARC mapping ` + configuration in the administration module. + +- manage\_libraries + + - Manage libraries and library groups + + - The ability to access the :ref:`Libraries ` and + :ref:`Library groups ` configuration pages + in the administration module. + +- manage\_marc\_frameworks + + - Manage MARC bibliographic and authority frameworks and test them + + - The ability to access the + :ref:`MARC bibliographic framework `, + :ref:`Authority types `, + :ref:`Koha to MARC mapping `, and + :ref:`MARC Bibliographic framework test ` + configuration areas in the administration module. + +- manage\_matching\_rules + + - Manage record matching rules + + - The ability to access the :ref:`Record matching rules ` + configuration in the administration module. + +- manage\_oai\_sets + + - Manage OAI sets + + - The ability to access the :ref:`OAI sets ` + configuration in the administration module. + +- manage\_patron\_attributes + + - Manage extened patron attributes + + - The ability to access the :ref:`Patron attribute types ` + configuration in the administration module. + +- manage\_patron\_categories + + - Manage patron categories + + - The ability to access the :ref:`Patron categories ` + configuration in the administration module. + +- manage\_search\_engine\_config + + - Manage search engine configuration + + - The ability to access the Search engine configuraton in the + administration module. Note: This area will only be visible when + the :ref:`SearchEngine` system preference is set to 'Elasticsearch'. + +- manage\_search\_targets + + - Manage Z39.50 and SRU server configuration + + - The ability to access the :ref:`Z39.50/SRU servers ` + configuration in the administration module. + +- manage\_sms_providers + + - Manage SMS cellular providers + + - The ability to access the :ref:`SMS cellular providers ` configuration + in the administration module. Note: This area will only be visible when + the :ref:`SMSSendDriver` system preference is set to 'Email'. + +- manage\_sysprefs + + - Manage global system preferences + + - The ability to access the :ref:`Global system preferences ` + in the administration module. + +- manage\_transfers + + - Manage library transfer limits and transport cost matrix + + - The ability to access the :ref:`Library transfer limits ` + and :ref:`Transport cost matrix ` + configuration pages in the administration module. + +- manage\_usage\_stats + + - Manage usage statistics settings + + - Ability to access the :ref:`Share your usage statistics ` + configuration in the administration module. - parameters\_remaining\_permissions - Remaining system parameters permissions - - The ability to access all areas in Administration (other than the - Circulation and fines rules) + - The ability to access all remaining areas in the administration module. .. _granular-borrowers-permissions-label: -- 1.7.2.5