[Koha-patches] [PATCH] Bug 6966: Members Help Files

Nicole C. Engard nengard at bywatersolutions.com
Thu Oct 6 20:44:29 CEST 2011


This patch updates the members help files. It removes
an unused file and adds a new one for the partial fines
payments. It also adds links to the manuals to all pages.
---
 .../prog/en/modules/help/members/boraccount.tt     |    6 +-
 .../prog/en/modules/help/members/mancredit.tt      |    3 +
 .../prog/en/modules/help/members/maninvoice.tt     |    3 +
 .../prog/en/modules/help/members/member-flags.tt   |   67 +++++++++++++-------
 .../en/modules/help/members/member-password.tt     |    9 +++-
 .../prog/en/modules/help/members/member.tt         |    2 +
 .../prog/en/modules/help/members/memberentry.tt    |    2 +
 .../prog/en/modules/help/members/members-home.tt   |   21 +++---
 .../prog/en/modules/help/members/messaging.tt      |    9 ---
 .../prog/en/modules/help/members/moremember.tt     |   16 +++--
 .../prog/en/modules/help/members/notices.tt        |    6 ++-
 .../prog/en/modules/help/members/pay.tt            |    2 +
 .../prog/en/modules/help/members/paycollect.tt     |   53 +++++++++++++++
 .../prog/en/modules/help/members/readingrec.tt     |    4 +-
 14 files changed, 150 insertions(+), 53 deletions(-)
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/messaging.tt
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/paycollect.tt

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/boraccount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/boraccount.tt
index 8307e15..fd8cc7f 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/boraccount.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/boraccount.tt
@@ -9,8 +9,8 @@
 <p>Most fees and fines will be charged automatically if the fines cron job is running:</p>
 
 <ul>
-	<li>Fines will be charged based on your Circulation &amp; Fines Rules</li>
-	<li>Hold fees will be charged based on the rules you set in the Patron Types &amp; Categories administration area</li>
+	<li>Fines will be charged based on your Circulation & Fines Rules</li>
+	<li>Hold fees will be charged based on the rules you set in the Patron Types & Categories administration area</li>
 	<li>Rental fees will be charged based on the settings in your Item Types administration area</li>
 	<li>Marking an item 'Lost' via the cataloging module will automatically charge the patron the replacement cost for that item</li>
 </ul>
@@ -19,4 +19,6 @@
 
 <p>To the right of each account line there is a print link. Clicking that link will print an invoice for the line item that includes the date and description of the line item along with the total outstanding on the account.</p>
 
+<p><strong>See the full documentation for Patron Fines in the <a href="http://manual.koha-community.org/3.6/en/patroninformation.html#patronfines">manual</a> (online).</strong></p>
+
 [% INCLUDE 'help-bottom.inc' %]
\ No newline at end of file
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/mancredit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/mancredit.tt
index c0e76f8..4238795 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/mancredit.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/mancredit.tt
@@ -3,6 +3,7 @@
 <h1>Create Manual Credit</h1>
 
 <p>Manual credits can be used to pay off parts of fines, or to forgive a fine amount.</p>
+
 <ul>
 	<li>First choose the type of credit you'd like to apply</li>
 	<li>If this credit is associated with an item you can enter that item's barcode so that the line item links to the right item</li>
@@ -10,4 +11,6 @@
 	<li>In the amount field, do not enter currency symbols, only numbers and decimals</li>
 </ul>
 
+<p><strong>See the full documentation for Creating Manual Credits in the <a href="http://manual.koha-community.org/3.6/en/patroninformation.html#manualcredit">manual</a> (online).</strong></p>
+
 [% INCLUDE 'help-bottom.inc' %]
\ No newline at end of file
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/maninvoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/maninvoice.tt
index e062142..0b6378f 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/maninvoice.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/maninvoice.tt
@@ -3,6 +3,7 @@
 <h1>Create Manual Invoice</h1>
 
 <p>For fees that are not automatically charged, librarians can create a manual invoice</p>
+
 <ul>
 	<li>First choose the type of invoice you would like to create
 <ul>
@@ -14,4 +15,6 @@
 	<li>In the amount field, do not enter currency symbols, only numbers and decimals</li>
 </ul>
 
+<p><strong>See the full documentation for Creating Manual Invoices in the <a href="http://manual.koha-community.org/3.6/en/patroninformation.html#manualinvoice">manual</a> (online).</strong></p>
+
 [% INCLUDE 'help-bottom.inc' %]
\ No newline at end of file
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-flags.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-flags.tt
index 82efa4f..9559314 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-flags.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-flags.tt
@@ -1,23 +1,22 @@
 [% INCLUDE 'help-top.inc' %]   
 
-<h1>Setting Patron Permissions</h1>
+<h1>Patron Permissions</h1>
 
-<p>Patron permissions are used to define the rights of staff members when in the intranet/staff client.</p>
-	<ul>
-		<li>To alter patron permissions, click on Patrons on the main menu at the top of the screen.</li>
-		<li>Search or browse for the patron you'd like to edit</li>
-		<li>Click on the patron's name from the results</li>
-		<li>Click the 'More' button on the top right of the patron profile and choose 'Set Permissions'</li>
-		<li>Choose the permissions you'd like this patron to have</li>
-		<li>You can pick as many permissions as you'd like for each staff member
-		<ul>
-			<li><span style="background-color: #ffe599">TIP: If a staff member is set to 'superlibrarian' they have access to all functions and do not need any other permissions checked</span></li>
-		</ul></li>
-	</ul>
+<p>Patron Permissions are used to allow staff members access to the staff client.</p>
 
-<h3>Patron Permissions Defined</h3>
+<p style="color: #990000">Important: In order for a staff member to log into the staff interface they must have (at the very least) 'catalogue' permissions which allow them to view the staff interface.</p>
+
+<h2>6.1. Setting Patron Permissions</h2>
+
+<p>To set patron permissions, you must first have a patron of the 'Staff' type open</p>
+
+<ul>
+	<li>On the patron record click More and choose Set Permissions to alter patron permissions</li>
+	<li>You will be presented with a list of preferences, some of which can be expanded by clicking the plus sign to the left of the section title.</li>
+</ul>
+
+<h2>Patron Permissions Defined</h2>
 
-<p>Depending on the permission certain menu items will be removed from the menus in Koha, preventing users from accessing them.</p>
 <ul>
 	<li>superlibrarian
 <ul>
@@ -27,7 +26,7 @@
 	<li>circulate
 <ul>
 	<li>Ability to check (issue) books out and in and access the 'Circulation' page in the staff client</li>
-	<li>This section can be expanded (Learn more below)</li>
+	<li>This section can be expanded</li>
 </ul>
 </li>
 	<li>catalogue
@@ -54,7 +53,7 @@
 	<li>reserveforothers
 <ul>
 	<li>Ability to place holds on books for patrons via the staff interface</li>
-	<li>This section can be expanded (Learn more below)</li>
+	<li>This section can be expanded</li>
 </ul>
 </li>
 	<li>borrow
@@ -65,7 +64,7 @@
 	<li>editcatalogue
 <ul>
 	<li>Ability to catalog items (add and edit bibliographic and holdings data)</li>
-	<li>This section can be expanded (Learn more below)</li>
+	<li>This section can be expanded</li>
 </ul>
 </li>
 	<li>updatecharges
@@ -76,7 +75,7 @@
 	<li>acquisition
 <ul>
 	<li>Provides access to the acquisitions and patron purchase suggestion modules</li>
-	<li>This section can be expanded (Learn more below)</li>
+	<li>This section can be expanded</li>
 </ul>
 </li>
 	<li>management
@@ -87,7 +86,7 @@
 	<li>tools
 <ul>
 	<li>Access to all items in the Tools section of the staff client</li>
-	<li>This section can be expanded (Learn more below)</li>
+	<li>This section can be expanded</li>
 </ul>
 </li>
 	<li>editauthorities
@@ -98,14 +97,14 @@
 	<li>serials
 <ul>
 	<li>Allows access to the serials module</li>
-	<li>This section can be expanded (Learn more below)</li>
+	<li>This section can be expanded</li>
 </ul>
 </li>
 	<li>reports
 <ul>
 	<li>Allow access to the Reports module (ability to create, edit and run all reports)</li>
 	<li>Reports found on the Circulation page are not controlled by this permission</li>
-	<li>This section can be expanded (Learn more below)</li>
+	<li>This section can be expanded</li>
 </ul>
 </li>
 	<li>staffaccess
@@ -114,8 +113,11 @@
 </ul>
 </li>
 </ul>
+
 <h3>Granular Circulate Permissions</h3>
+
 <p>If the staff member has 'circulate' permissions they have the ability to perform all of these actions. If you would like to control circulation permissions on a more granular level choose from these options:</p>
+
 <ul>
 	<li>circulate_remaining_permissions
 <ul>
@@ -128,8 +130,11 @@
 </ul>
 </li>
 </ul>
+
 <h3>Granular Holds Permissions</h3>
+
 <p>If the staff member has 'reserveforothers' permissions they have the ability to perform all of these actions. If you would like to control holds permissions on a more granular level choose from these options:</p>
+
 <ul>
 	<li>modify_holds_priority
 <ul>
@@ -142,8 +147,11 @@
 </ul>
 </li>
 </ul>
+
 <h3>Granular Cataloging Permissions</h3>
+
 <p>If the staff member has 'editcatalogue' permissions they have the ability to perform all of these actions. If you would like to control cataloging permissions on a more granular level choose from these options:</p>
+
 <ul>
 	<li>edit_catalogue
 <ul>
@@ -161,8 +169,11 @@
 </ul>
 </li>
 </ul>
+
 <h3>Granular Acquisitions Permissions</h3>
+
 <p>If the staff member has 'acquisition' permissions they have the ability to perform all of these actions. If you would like to control acquisitions permissions on a more granular level choose from these options:</p>
+
 <ul>
 	<li>budget_add_del
 <ul>
@@ -215,8 +226,11 @@
 </ul>
 </li>
 </ul>
+
 <h3>Granular Serials Permissions</h3>
+
 <p>If the staff member has 'serials' permissions they have the ability to perform all of these actions. If you would like to control serials permissions on a more granular level choose from these options:</p>
+
 <ul>
 	<li>check_expiration
 <ul>
@@ -259,8 +273,11 @@
 </ul>
 </li>
 </ul>
+
 <h3>Granular Tools Permissions</h3>
+
 <p>If the staff member has 'tools' permissions they have the ability to access and use all items under the Tools menu. If you would like to control which tools staff members have access to on a more granular level choose from these options:</p>
+
 <ul>
 	<li>batch_upload_patron_images
 <ul>
@@ -353,8 +370,11 @@
 </ul>
 </li>
 </ul>
+
 <h3>Granular Reports Permissions</h3>
+
 <p>If the staff member has 'reports' permissions they have the ability to perform all of these actions. If you would like to control reports permissions on a more granular level choose from these options:</p>
+
 <ul>
 	<li>create_reports
 <ul>
@@ -367,4 +387,7 @@
 </ul>
 </li>
 </ul>
+
+<p><strong>See the full documentation for Patron Permissions in the <a href="http://manual.koha-community.org/3.6/en/patronpermissions.html">manual</a> (online).</strong></p>
+
 [% INCLUDE 'help-bottom.inc' %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-password.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-password.tt
index 2bb4dd2..3aa783c 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-password.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-password.tt
@@ -2,7 +2,12 @@
 
 <h1>Change Patron Password</h1>
 
-<p>Koha cannot display existing passwords, so this form can only be used to change a patron's username and/or password, but not to recover an existing password.</p>
+<p>To only change the patron's password, click the 'Change Password' button</p>
+
+<ul>
+    <li>Patron passwords are encrypted and cannot be recovered by the library staff</li>
+    <li>This form will automatically generate a random password, this password is not the patron's current password, just a new random password</li>
+</ul>
 
 <p>The default minimum password length is 3 characters long.  To change this value, update your system preferences.</p>
 
@@ -10,5 +15,7 @@
 	<li><em>Get there:</em> More &gt; Administration &gt; Global System Preferences &gt; Patrons &gt; minPasswordLength</li>
 </ul>
 
+<p><strong>See the full documentation for Editing Patrons in the <a href="http://manual.koha-community.org/3.6/en/editpatrons.html">manual</a> (online).</strong></p>
+
 [% INCLUDE 'help-bottom.inc' %]
 
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member.tt
index 5cc430f..4a6e75f 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member.tt
@@ -8,4 +8,6 @@
 
 <p>You can also browse through the patron records by clicking on the linked letters across the top.</p>
 
+<p><strong>See the full documentation for Patron Search in the <a href="http://manual.koha-community.org/3.6/en/patronsearch.html">manual</a> (online).</strong></p>
+
 [% INCLUDE 'help-bottom.inc' %]
\ No newline at end of file
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/memberentry.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/memberentry.tt
index b832f4c..f61f5c1 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/memberentry.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/memberentry.tt
@@ -76,4 +76,6 @@
 
 <p style="color: #990000">Remember to assign your staff secure usernames and passwords since these will be used to log into the staff client.</p>
 
+<p><strong>See the full documentation for Adding Patrons in the <a href="http://manual.koha-community.org/3.6/en/patrons.html#addnewpatron">manual</a> (online).</strong></p>
+
 [% INCLUDE 'help-bottom.inc' %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-home.tt
index 0a73eb6..765a813 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-home.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-home.tt
@@ -1,16 +1,15 @@
 [% INCLUDE 'help-top.inc' %]
 
-<h1>Patrons help</h1>
+<h1>Patrons</h1>
 
-<p>The Patrons portion stores the information you add about your patrons.</p>
-	<ul>
-		<li>To add a patron, type their name into the search box and click the 'Search' button.</li>
-		<li>If there is already a patron matching the name you searched, it will show on the results list.<br/>
-		<ul>
-			<li>This can be particularly useful when people have lost their cards or when children forget their cards. That way, you can avoid having multiple numbers for the same patron.</li>
-		</ul></li>
-		<li>Alternatively, you can browse a section of patron by selecting the first letter of the Patron's last name from the list on the right.</li>
-		<li>If the patron does not already have an account, click the 'New' button and choose the patron type you'd like to add</li>
-	</ul>
+<p>The Patrons module stores the information you add about your patrons.</p>
+
+<p>From here you can search for a patron by entering any part of their name, username, email address or barcode in the search box at the top.</p>
+
+<p>If you want to search for more than just a part of a patron name, username, email address or barcode, you can click the plus sign [+] to the right of the search box.</p>
+
+<p>You can also browse through the patron records by clicking on the linked letters across the top.</p>
+
+<p><strong>See the full documentation for the Patrons module in the <a href="http://manual.koha-community.org/3.6/en/patrons.html">manual</a> (online).</strong></p>
 	
 [% INCLUDE 'help-bottom.inc' %]
\ No newline at end of file
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/messaging.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/messaging.tt
deleted file mode 100644
index c3b1396..0000000
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/messaging.tt
+++ /dev/null
@@ -1,9 +0,0 @@
-[% INCLUDE 'help-top.inc' %]
-
-<h1>Patron Messaging</h1>
-
-<p>The patron's messaging preferences are set when adding or editing the patron. This tab will show the messages that have been sent and those that are queued to be sent</p>
-
-<p>Once a message is sent it will say so in the status column.</p>
-
-[% INCLUDE 'help-bottom.inc' %]
\ No newline at end of file
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/moremember.tt
index 9384e6f..d674919 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/moremember.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/moremember.tt
@@ -10,13 +10,17 @@
 
 <h2>Details</h2>
 
-<p>All patron information will appear on the Details tab. This includes all the contact information, notes, messaging preferences, etc entered when adding the patron.
-In the case of patrons who are marked as 'Child' or 'Professional' and their Guarantors additional information will appear on their record.</p>
+<p>All patron information will appear on the Details tab. This includes all the contact information, notes, messaging preferences, etc entered when adding the patron. In the case of patrons who are marked as 'Child' or 'Professional' and their Guarantors additional information will appear on their record.</p>
 
 <ul>
 <li>A child patron will list their Guarantor</li>
 <li>On the Guarantor's record, all children and/or professionals will be listed</li>
 </ul>

+
+<p>Below the patron's information on the details screen is a tabbed display of the items they have checked out, overdue, and on hold.</p>
+
+<p>If they have family at the library staff can see what the other family members have checked out.</p>
+
 <h2>Fines</h2>
 
 <p>The patron's complete accounting history will appear on the Fines tab. Contrary to its name, the Fines tab does not just show fine data, it also shows membership fees, rental fees, reserve fees and any other charge you may have for patrons.</p>
@@ -34,13 +38,11 @@ In the case of patrons who are marked as 'Child' or 'Professional' and their Gua
 <li>The Object field lists the patron that is being modified</li>
 </ul>
 
-<h2>Messaging</h2>
+<h2>Notices</h2>
 
 <p>The patron's messaging preferences are set when adding or editing the patron. This tab will show the messages that have been sent and those that are queued to be sent</p>
 
-<h2>Notices</h2>
-
-<p>The patron's messaging preferences are set when adding or editing the patron. This tab will show the messages that have been sent and those that are queued to be sent with their entire body content</p>
+<p>Clicking on the message title will expand the view to show you the full text of the message that was sent.</p>
 
 <h2>Editing Patrons</h2>
 
@@ -88,4 +90,6 @@ In the case of patrons who are marked as 'Child' or 'Professional' and their Gua
 	<li>You will be brought to your new patron</li>
 </ul>
 
+<p><strong>See the full documentation for the Patron Details in the <a href="http://manual.koha-community.org/3.6/en/patroninformation.html">manual</a> (online).</strong></p>
+
 [% INCLUDE 'help-bottom.inc' %]
\ No newline at end of file
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/notices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/notices.tt
index ac0e53e..df521c4 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/notices.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/notices.tt
@@ -2,6 +2,10 @@
 
 <h1>Patron Notices</h1>
 
-<p>The patron's messaging preferences are set when adding or editing the patron. This tab will show the messages that have been sent and those that are queued to be sent with their entire body content</p>
+<p>The patron's messaging preferences are set when adding or editing the patron. This tab will show the messages that have been sent and those that are queued to be sent</p>
+
+<p>Clicking on the message title will expand the view to show you the full text of the message that was sent.</p>
+
+<p><strong>See the full documentation for Patron Notices in the <a href="http://manual.koha-community.org/3.6/en/patroninformation.html#patnotices">manual</a> (online).</strong></p>
 
 [% INCLUDE 'help-bottom.inc' %]
\ No newline at end of file
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/pay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/pay.tt
index e0dbfd0..beb76e5 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/pay.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/pay.tt
@@ -48,4 +48,6 @@
 	<li>The fine totals will be updated with the payment applied to the oldest selected fines first.</li>
 </ul>
 
+<p><strong>See the full documentation for Paying Fines in the <a href="http://manual.koha-community.org/3.6/en/patroninformation.html#payfines">manual</a> (online).</strong></p>
+
 [% INCLUDE 'help-bottom.inc' %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/paycollect.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/paycollect.tt
new file mode 100644
index 0000000..beb76e5
--- /dev/null
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/paycollect.tt
@@ -0,0 +1,53 @@
+[% INCLUDE 'help-top.inc' %]
+
+<h1>Pay and Writeoff Fines</h1>
+
+<p>Each line item can be paid in full, partially paid, or written off.</p>
+
+<h4>Pay a fine in full</h4>
+<ul>
+	<li>Click "Pay" next to the fine you want to pay in full</li>
+	<li>The full amount of the fine will be populated for you in the "Collect From Patron" box</li>
+	<li>Click "Confirm" </li>
+	<li>The fine will be removed from outstanding fines, and displayed as fully paid.</li>
+</ul>
+
+<h4>Pay a partial fine</h4>
+<ul>
+	<li>Click "Pay" next to the fine you want to partially pay</li>
+	<li>Enter the amount you are collecting from the patron in the "Collect From Patron" box</li>
+	<li>Click "Confirm" </li>
+	<li>The fine will be updated to show the original Amount, and the current Amount Outstanding</li>
+</ul>
+
+<h4>Writeoff a single fine</h4>
+<ul>
+	<li>Click "Writeoff" next to the fine you wish to writeoff.</li>
+	<li>The fine will be removed from outstanding fines, and displayed as fully paid.</li>
+</ul>
+
+<h4>Pay an amount towards all fines</h4>
+<ul>
+	<li>Click the "Pay Amount" button</li>
+	<li>Enter the amount you are collecting from the patron in "Collect from Patron." The sum of all fines is shown in "Total Amount Outstanding"</li>
+	<li>Click "Confirm"</li>
+	<li>The fine totals will be updated with the payment applied to oldest fines first.</li>
+</ul>
+
+<h4>Writeoff All fines</h4>
+<ul>
+        <li>Click the "Writeoff All" button</li>
+        <li>All fines will be removed from outstanding fines, and displayed as written off.</li>
+</ul> 
+
+<h4>Pay Selected fines</h4>
+<ul>
+	<li>Check the selection boxes next to the fines you wish to pay, click "Pay Selected"</li>
+	<li>Enter an amount to pay towards the fines.</li>
+	<li>Click "Confirm"</li>
+	<li>The fine totals will be updated with the payment applied to the oldest selected fines first.</li>
+</ul>
+
+<p><strong>See the full documentation for Paying Fines in the <a href="http://manual.koha-community.org/3.6/en/patroninformation.html#payfines">manual</a> (online).</strong></p>
+
+[% INCLUDE 'help-bottom.inc' %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/readingrec.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/readingrec.tt
index 9cb0e01..6e9a837 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/readingrec.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/readingrec.tt
@@ -1,7 +1,9 @@
 [% INCLUDE 'help-top.inc' %]
 
-<h1>Patron Cirulation History Help</h1>
+<h1>Patron Cirulation History</h1>
 
 <p>The circulation history tab will appear if you have set the intranetreadinghistory preference to allow it to appear. If you have the OPACPrivacy system preference set to 'Allow' and the patron has decided that the library cannot keep this information this tab will only show currently checked out items.</p>
 
+<p><strong>See the full documentation for Circulation History in the <a href="http://manual.koha-community.org/3.6/en/patroninformation.html#circhistory">manual</a> (online).</strong></p>
+
 [% INCLUDE 'help-bottom.inc' %]
\ No newline at end of file
-- 
1.7.2.3



More information about the Koha-patches mailing list