[Koha-patches] [PATCH] Bug 8945: Update patron help files

Nicole C. Engard nengard at bywatersolutions.com
Fri Oct 19 17:44:28 CEST 2012


This patch adds two missing help files and updates the
existing help files in the members folder.
---
 .../prog/en/modules/help/members/boraccount.tt     |    2 +-
 .../prog/en/modules/help/members/files.tt          |   13 +++++++++++++
 .../prog/en/modules/help/members/mancredit.tt      |    2 +-
 .../prog/en/modules/help/members/maninvoice.tt     |    2 +-
 .../prog/en/modules/help/members/member-flags.tt   |   20 +++++++++++++++++++-
 .../en/modules/help/members/member-password.tt     |    8 ++------
 .../prog/en/modules/help/members/member.tt         |    2 +-
 .../prog/en/modules/help/members/memberentry.tt    |    2 +-
 .../prog/en/modules/help/members/members-home.tt   |    2 +-
 .../prog/en/modules/help/members/moremember.tt     |   14 +++++++++++++-
 .../prog/en/modules/help/members/notices.tt        |    2 +-
 .../prog/en/modules/help/members/pay.tt            |    2 +-
 .../prog/en/modules/help/members/paycollect.tt     |    2 +-
 .../prog/en/modules/help/members/readingrec.tt     |    2 +-
 .../prog/en/modules/help/members/statistics.tt     |    9 +++++++++
 15 files changed, 66 insertions(+), 18 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/files.tt
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/statistics.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 15e1e74..6d23843 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
@@ -19,6 +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.8/en/patroninformation.html#patronfines">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for Patron Fines in the <a href="http://manual.koha-community.org/3.10/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/files.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/files.tt
new file mode 100644
index 0000000..851f445
--- /dev/null
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/files.tt
@@ -0,0 +1,13 @@
+[% INCLUDE 'help-top.inc' %]
+
+<h1>Patron files</h1>
+
+<p>If you set the EnableBorrowerFiles preference to 'Do' the Files tab will be visible on the patron information page.</p>
+
+<p>From here you can upload files to attach to the patron record.</p>
+
+<p>All files that are uploaded will appear above a form where additional files can be uploaded from.</p>
+
+<p><strong>See the full documentation for Patron Files in the <a http://manual.koha-community.org/3.10/en/patroninformation.html#patronfiles">manual</a> (online).</strong></p>
+
+[% INCLUDE 'help-bottom.inc' %]
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 073d52f..63cc5d4 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
@@ -11,6 +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.8/en/patroninformation.html#manualcredit">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for Creating Manual Credits in the <a href="http://manual.koha-community.org/3.10/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 3054fbb..e7f5221 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
@@ -14,6 +14,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.8/en/patroninformation.html#manualinvoice">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for Creating Manual Invoices in the <a href="http://manual.koha-community.org/3.10/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 3839480..426c204 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
@@ -42,6 +42,7 @@
 	<li>parameters
 <ul>
 	<li>Provides access to all areas of the Administration menu</li>
+	<li>This section can be expanded</li>
 </ul>
 </li>
 	<li>borrowers
@@ -137,6 +138,23 @@
 </li>
 </ul>
 
+<h4>Granular Parameters Permissions</h4>
+
+<p>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:</p>
+
+<ul>
+	<li>manage_circ_rules
+<ul>
+	<li>The ability to edit circulation and fine rules in the administration area</li>
+</ul>
+</li>
+	<li>parameters_remaining_permissions
+<ul>
+	<li>Access to all other areas under Administration</li>
+</ul>
+</li>
+</ul>
+
 <h4>Granular Holds Permissions</h4>
 
 <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>
@@ -399,6 +417,6 @@
 </li>
 </ul>
 
-<p><strong>See the full documentation for Patron Permissions in the <a href="http://manual.koha-community.org/3.8/en/patronpermissions.html">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for Patron Permissions in the <a href="http://manual.koha-community.org/3.10/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 1e95a9a..da65c95 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,7 @@
 
 <h1>Change Patron Password</h1>
 
-<p>To only change the patron's password, click the 'Change Password' button</p>
+<p>Patron passwords are not recoverable. The stars show on the patron 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</p>
 
 <ul>
     <li>Koha cannot display existing passwords. Leave the field blank to leave password unchanged.</li>
@@ -11,11 +11,7 @@
 
 <p>The default minimum password length is 3 characters long.  To change this value, update your system preferences.</p>
 
-<ul>
-	<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.8/en/editpatrons.html">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for Editing Patrons in the <a href="http://manual.koha-community.org/3.10/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 901a7ac..258e167 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
@@ -36,6 +36,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.8/en/patronsearch.html">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for Patron Search in the <a href="http://manual.koha-community.org/3.10/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 12aec49..a4fa8fa 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
@@ -86,6 +86,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.8/en/patrons.html#addnewpatron">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for Adding Patrons in the <a href="http://manual.koha-community.org/3.10/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 c15cc44..428fe7f 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
@@ -38,6 +38,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 the Patrons module in the <a href="http://manual.koha-community.org/3.8/en/patrons.html">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for the Patrons module in the <a href="http://manual.koha-community.org/3.10/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/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/moremember.tt
index c747362..0c00458 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
@@ -44,6 +44,18 @@
 
 <p>Clicking on the message title will expand the view to show you the full text of the message that was sent.</p>
 
+<h2>Statistics</h2>
+
+<p>Depending on what you set for the values of your StatisticsFields system preference, you can see statistics for one patron's circulation actions.</p>
+
+<h2>Files</h2>
+
+<p>If you set the EnableBorrowerFiles preference to 'Do' the Files tab will be visible on the patron information page.</p>
+
+<p>From here you can upload files to attach to the patron record.</p>
+
+<p>All files that are uploaded will appear above a form where additional files can be uploaded from.</p>
+
 <h2>Editing Patrons</h2>
 
 <p>Patrons in Koha can be edited using one of many edit buttons.</p>
@@ -97,6 +109,6 @@
 	<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.8/en/patroninformation.html">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for the Patron Details in the <a href="http://manual.koha-community.org/3.10/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 2e5bf37..e2df9e1 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
@@ -6,6 +6,6 @@
 
 <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.8/en/patroninformation.html#patnotices">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for Patron Notices in the <a href="http://manual.koha-community.org/3.10/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 e59f544..00fd99a 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
@@ -57,6 +57,6 @@
 </li>
 </ul>
 
-<p><strong>See the full documentation for Paying Fines in the <a href="http://manual.koha-community.org/3.8/en/patroninformation.html#payfines">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for Paying Fines in the <a href="http://manual.koha-community.org/3.10/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
index e59f544..00fd99a 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/paycollect.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/paycollect.tt
@@ -57,6 +57,6 @@
 </li>
 </ul>
 
-<p><strong>See the full documentation for Paying Fines in the <a href="http://manual.koha-community.org/3.8/en/patroninformation.html#payfines">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for Paying Fines in the <a href="http://manual.koha-community.org/3.10/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 6f44ad1..8092fef 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
@@ -8,6 +8,6 @@
 
 <p>This will generate a text file with one barcode per line.</p>
 
-<p><strong>See the full documentation for Circulation History in the <a href="http://manual.koha-community.org/3.8/en/patroninformation.html#circhistory">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for Circulation History in the <a href="http://manual.koha-community.org/3.10/en/patroninformation.html#circhistory">manual</a> (online).</strong></p>
 
 [% INCLUDE 'help-bottom.inc' %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/statistics.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/statistics.tt
new file mode 100644
index 0000000..8a49547
--- /dev/null
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/statistics.tt
@@ -0,0 +1,9 @@
+[% INCLUDE 'help-top.inc' %]
+
+<h1>Patron statistics</h1>
+
+<p>Depending on what you set for the values of your StatisticsFields system preference, you can see statistics for one patron's circulation actions.</p>
+
+<p><strong>See the full documentation for Patron Statistics in the <a http://manual.koha-community.org/3.10/en/patroninformation.html#patronstatstab">manual</a> (online).</strong></p>
+
+[% INCLUDE 'help-bottom.inc' %]
-- 
1.7.2.3



More information about the Koha-patches mailing list