Merge remote-tracking branch 'origin/new/bug_5604'
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / members / boraccount.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Patron Fines</h1>
4
5 <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>
6
7 <h2>Charging Fines/Fees</h2>
8
9 <p>Most fees and fines will be charged automatically if the fines cron job is running:</p>
10
11 <ul>
12         <li>Fines will be charged based on your Circulation & Fines Rules</li>
13         <li>Hold fees will be charged based on the rules you set in the Patron Types & Categories administration area</li>
14         <li>Rental fees will be charged based on the settings in your Item Types administration area</li>
15         <li>Marking an item 'Lost' via the cataloging module will automatically charge the patron the replacement cost for that item</li>
16 </ul>
17
18 <h2>Printing Invoices</h2>
19
20 <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>
21
22 <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>
23
24 [% INCLUDE 'help-bottom.inc' %]