Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/maninvoice.tt
Nicole C. Engard c4629aaffe Bug 9850: Update Patron Help Files for 3.12
This patch updates all the help files in the members folder. It also
adds a missing help file for approving patron account changes.

To Test:

Visit the help on every patron page and make sure the text and
manual links are all right.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Fixed 2 obvious typos mentioned on the bug report.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
2013-04-25 21:45:18 -04:00

19 lines
No EOL
891 B
Text

[% INCLUDE 'help-top.inc' %]
<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>
<li>To add additional values to the manual invoice type pull down menu, add them to the MANUAL_INV Authorized Value</li>
</ul>
</li>
<li>If the fee is associated with an item you can enter its barcode so that the line item shows a link to that item</li>
<li>The description field is where you will enter the description of the charge</li>
<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.12/en/patroninformation.html#manualinvoice">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]