[Koha-patches] [PATCH] [BUG 12244] Update Patron help files for 3.16

Nicole C. Engard nengard at bywatersolutions.com
Tue May 13 14:39:47 CEST 2014


This updates the patron help file and adds a missing help file.

To test:

* Go to a patron record
* Click help and confirm text is correct
* Go to patron's purchase suggestions
* Click help and confirm that help file is there and correct
---
 .../prog/en/modules/help/members/moremember.tt     |   14 ++++++++++++++
 .../modules/help/members/purchase-suggestions.tt   |   13 +++++++++++++
 2 files changed, 27 insertions(+), 0 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/purchase-suggestions.tt

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 22f2646..8884d76 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
@@ -25,6 +25,12 @@
 
 <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>
 
+<h2>Routing Lists</h2>
+
+<p>A list of all of the serial routing lists the patron belongs to will be accessible via the 'Routing Lists' tab on the patron record.</p>
+
+<p>On this tab you will be able to see and edit all of the routing lists that this patron is on.</p>
+
 <h2>Circulation History</h2>
 
 <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>
@@ -56,6 +62,14 @@
 
 <p>All files that are uploaded will appear above a form where additional files can be uploaded from.</p>
 
+<h2>Purchase Suggestions</h2>
+
+<p>If the patron has made any purchase suggestions you will see a purchase suggestions tab on the patron record.</p>
+
+<p>From here you can see all suggestions made by the patron and their status, you can also create a purchase suggestion on the patron's behalf by clicking the 'New purchase suggestion' button at the top.</p>
+
+<p>Learn more about Purchase suggestions in the Acquisitions chapter of the manual.</p>
+
 <h2>Editing Patrons</h2>
 
 <p>Patrons in Koha can be edited using one of many edit buttons.</p>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/purchase-suggestions.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/purchase-suggestions.tt
new file mode 100644
index 0000000..76e2da4
--- /dev/null
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/purchase-suggestions.tt
@@ -0,0 +1,13 @@
+[% INCLUDE 'help-top.inc' %]
+
+<h1>Patron's Purchase Suggestions</h1>
+
+<p>If the patron has made any purchase suggestions you will see a purchase suggestions tab on the patron record.</p>
+
+<p>From here you can see all suggestions made by the patron and their status, you can also create a purchase suggestion on the patron's behalf by clicking the 'New purchase suggestion' button at the top.</p>
+
+<p>Learn more about Purchase suggestions in the Acquisitions chapter of the manual.</p>
+
+<p><strong>See the full documentation for the Patron's Purchase Suggestions in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/patroninformation.html#patronsuggestions">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