Merge remote branch 'kc/new/bug_3072' into kcmaster
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / members / maninvoice.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Create Manual Invoice</h1>
4
5 <p>For fees that are not automatically charged, librarians can create a manual invoice</p>
6 <ul>
7         <li>First choose the type of invoice you would like to create
8 <ul>
9         <li>To add additional values to the manual invoice type pull down menu, add them to the MANUAL_INV Authorized Value</li>
10 </ul>
11 </li>
12         <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>
13         <li>The description field is where you will enter the description of the charge</li>
14         <li>In the amount field, do not enter currency symbols, only numbers and decimals</li>
15 </ul>
16
17 [% INCLUDE 'help-bottom.inc' %]