Merge branch 'various-1' into 'master'
authorCaroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com>
Fri, 7 Dec 2018 22:36:47 +0000 (22:36 +0000)
committerCaroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com>
Fri, 7 Dec 2018 22:36:47 +0000 (22:36 +0000)
Various fixes to the manual

See merge request koha-community/koha-manual!207

source/administration.rst
source/images.rst
source/images/patrons/account_renewal_date.png [new file with mode: 0644]
source/images/patrons/renew_account.png [new file with mode: 0644]
source/patrons.rst
source/searching.rst

index 2b6d4a0..1a5080e 100644 (file)
@@ -3244,7 +3244,7 @@ Column settings
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 This administration area will help you hide or display columns on fixed
-tables throughout the staff client.
+tables throughout the staff client and OPAC.
 
 -  *Get there:* Administration > Additional parameters > Column settings
 
@@ -3278,10 +3278,54 @@ top right of the page
 
 |image244|
 
-       **Note**
-      
-       Any tables with columns listed here have the option to export to Excel, export to CSV,
-       copy, or print within the table header
+
++------------------+-----------------------------------------+
+| Module           | Tables                                  |
++==================+=========================================+
+| Acquisitions     | - Late orders                           |
+|                  | - Order search results                  |
+|                  | - Basket summary                        |
++------------------+-----------------------------------------+
+| Administration   | - Currencies                            |
++------------------+-----------------------------------------+
+| Catalog          | - Acquisition details                   |
+|                  | - Checkout history                      |
++------------------+-----------------------------------------+
+| Cataloging       | - Item table above edit item form       |
++------------------+-----------------------------------------+
+| Circulation      | - Checkins                              |
+|                  | - Checkouts                             |
+|                  | - Holds to pull                         |
+|                  | - Holds queue                           |
++------------------+-----------------------------------------+
+| Course reserves  | - Courses                               |
+|                  | - Reserves                              |
++------------------+-----------------------------------------+
+| Patrons          | - Holds history                         |
+|                  | - Fines > Account                       |
+|                  | - Details > Checkouts                   |
+|                  | - Patron search results                 |
++------------------+-----------------------------------------+
+| Tools            | - Notices and slips                     |
++------------------+-----------------------------------------+
+| OPAC             | - Holdings/items                        |
+|                  | - Serials issues on subscription tab    |
++------------------+-----------------------------------------+
+| Reports          | - Items lost                            |
+|                  | - Saved SQL reports                     |
++------------------+-----------------------------------------+
+| Serials          | - Acquisition details                   |
++------------------+-----------------------------------------+
+
+**Note** 
+
+  Patrons in the OPAC can't change the column visibility. For OPAC tables
+  this feature only allows to control the visibility of columns.   
+
+**Note**
+
+  Any tables with columns listed here also have the option to export to Excel, export to CSV,
+  copy, or print within the table header.
 
 .. _audio-alerts-label:
 
index 7bae060..59b76b9 100644 (file)
 .. |image1358| image:: images/coursereserves/batchadditems.png
 .. |image1359| image:: images/patrons/patrondetails.png
 .. |image1360| image:: images/patrons/finescharges.png
-.. |image1361| image:: images/patrons/articlesrequests.png
+.. |image1361| image:: images/patrons/articlerequests.png
 .. |image1362| image:: images/patrons/clubstab.png
 .. |image1363| image:: images/patrons/patronrestrictions-checkout.png
 .. |image1364| image:: images/tools/patronclubs/newclubtemplate.png
 .. |image1388| image:: images/illrequests/createILLstaff2.png
 .. |image1389| image:: images/illrequests/confirmrequeststaff.png
 .. |image1390| image:: images/circ/prevcheckout.png
-.. |image1391| image:: images/opac/checkoutnote.png
\ No newline at end of file
+.. |image1391| image:: images/opac/checkoutnote.png
+.. |image1392| image:: images/patrons/account_renewal_date.png
+.. |image1393| image:: images/patrons/renew_account.png
diff --git a/source/images/patrons/account_renewal_date.png b/source/images/patrons/account_renewal_date.png
new file mode 100644 (file)
index 0000000..9461fb7
Binary files /dev/null and b/source/images/patrons/account_renewal_date.png differ
diff --git a/source/images/patrons/renew_account.png b/source/images/patrons/renew_account.png
new file mode 100644 (file)
index 0000000..0fa32d6
Binary files /dev/null and b/source/images/patrons/renew_account.png differ
index 7016551..0c40bf1 100644 (file)
@@ -366,15 +366,15 @@ Patrons in Koha can be edited using one of many edit buttons.
    |image427|
 
 -  Patron passwords are not recoverable. The stars show on the patron
-   detail next to the Password label are always there even if a password
+   detail next to the password label are always there even if a password
    isn't set. If a patron forgets their password the only option is to
    reset their password. To change the patron's password, click the
    'Change password' button.
 
    |image428|
 
-   -  Koha cannot display existing passwords. Leave the field blank to
-      leave password unchanged.
+   -  Koha cannot display existing passwords as they are encrypted in the
+      database. Leave the field blank to leave password unchanged.
 
    -  This form can automatically generate a random password if you
       click the link labeled "Click to fill with a randomly generated
@@ -441,6 +441,32 @@ Patrons in Koha can be edited using one of many edit buttons.
 
       |image437|
 
+.. _renew-patron-account-label:
+
+Renew patron account
+----------------------------------
+
+When renewing a patron account you can either edit the the expiry date
+manually in the patron record or use the 'Renew patron' option from the
+More menu in the toolbar at the top.
+
+|image1393|
+
+Using the latter the new expiry date will be calculated using the 
+enrollment period configured for the patron category of the user.
+The system preference :ref:`BorrowerRenewalPeriodBase` determines if
+the new expiry date will be calculated from the current date or from the 
+old expiry date.
+
+One advantage of using the 'Renew patron' option is that it will be logged
+as a membership renewal in the action_logs table and be visible as such
+when using the :ref:`Log viewer <log-viewer-label>` or the 
+:ref:`Modificaton log <modification-log-label>` from the patron account.
+
+The renewal date of the patron account will be visible on the details tab.
+
+|image1392|
+
 .. _managing-patron-self-edits-label:
 
 Managing patron self edits
index b6a1810..7c07f4e 100644 (file)
@@ -333,6 +333,8 @@ available facets include:
 
 -  Authors
 
+-  Collections
+
 -  Home library, holding library or both
 
     **Note**
@@ -340,10 +342,18 @@ available facets include:
     This depends on your setting for the :ref:`DisplayLibraryFacets 
     <displaylibraryfacets-label>` system preference.
 
+-  Item types
+
 -  Locations
 
+-  Series
+
+-  Places (geographic name headings)
+
 -  Topics (subject headings)
 
+-  Titles (uniform title headings)
+
 When there are more than five facets in a category, a 'Show more' link
 will appear. You can control the display of the facets using the following
 systempreferences: :ref:`displayFacetCount <displayfacetcount-label>`, :ref: