View | Details | Raw Unified | Return to bug 12244
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/moremember.tt (+14 lines)
Lines 25-30 Link Here
25
25
26
<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>
26
<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>
27
27
28
<h2>Routing Lists</h2>
29
30
<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>
31
32
<p>On this tab you will be able to see and edit all of the routing lists that this patron is on.</p>
33
28
<h2>Circulation History</h2>
34
<h2>Circulation History</h2>
29
35
30
<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>
36
<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>
Lines 56-61 Link Here
56
62
57
<p>All files that are uploaded will appear above a form where additional files can be uploaded from.</p>
63
<p>All files that are uploaded will appear above a form where additional files can be uploaded from.</p>
58
64
65
<h2>Purchase Suggestions</h2>
66
67
<p>If the patron has made any purchase suggestions you will see a purchase suggestions tab on the patron record.</p>
68
69
<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>
70
71
<p>Learn more about Purchase suggestions in the Acquisitions chapter of the manual.</p>
72
59
<h2>Editing Patrons</h2>
73
<h2>Editing Patrons</h2>
60
74
61
<p>Patrons in Koha can be edited using one of many edit buttons.</p>
75
<p>Patrons in Koha can be edited using one of many edit buttons.</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/purchase-suggestions.tt (-1 / +13 lines)
Line 0 Link Here
0
- 
1
[% INCLUDE 'help-top.inc' %]
2
3
<h1>Patron's Purchase Suggestions</h1>
4
5
<p>If the patron has made any purchase suggestions you will see a purchase suggestions tab on the patron record.</p>
6
7
<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>
8
9
<p>Learn more about Purchase suggestions in the Acquisitions chapter of the manual.</p>
10
11
<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>
12
13
[% INCLUDE 'help-bottom.inc' %]

Return to bug 12244