rel_3_0 moved to HEAD
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / members / maninvoice.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Patrons: Create Manual Invoice<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2
3 <!-- TMPL_INCLUDE NAME="menus.inc" -->
4 <!-- TMPL_INCLUDE NAME="menu-members.inc" -->
5
6
7 <form action="/cgi-bin/koha/members/maninvoice.pl" method="post"><input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR Name="borrowernumber" -->" />
8         <table>
9         <caption>Manual Invoice</caption>
10         <tr><th scope="row">Borrowernumber</th><td><!-- TMPL_VAR Name="borrowernumber" --></td></tr>
11         <tr><th scope="row">Type</th><td><select name="type">
12 <option value="L">Lost Item</option>
13 <option value="F">Fine</option>
14 <option value="A">Account Management Fee</option>
15 <option value="N">New Card</option>
16 <option value="M">Sundry</option>
17 <option value="REF">Cash Refund</option>
18 </select></td></tr>
19         <tr><th scope="row">Itemnumber</th><td><input type="text" name="itemnum" /></td></tr>
20         <tr><th scope="row">Description</th><td><input type="text" name="desc" size="50" /></td></tr>
21         <tr><th scope="row">Amount</th><td>$<input type="text" name="amount" /></td></tr>
22         </table>
23 <input type="submit" name="add" value="Add Charge" />
24 </form>
25
26 <form action="/cgi-bin/koha/members/boraccount.pl" method="get"><input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR Name="borrowernumber" -->" /><input type="submit" value="Cancel" /></form>
27
28
29
30
31 <!-- TMPL_INCLUDE Name="intranet-bottom.inc" -->