Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/maninvoice.tt
Nicole C. Engard cc748481d1 Bug 8945: Update patron help files
This patch adds two missing help files and updates the
existing help files in the members folder.

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
2012-10-22 18:15:10 +02: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.10/en/patroninformation.html#manualinvoice">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]