templates modified : ALL <TMPL_* XX> have been replaced by <!-- TMPL_* XX -->, becaus...
[koha.git] / koha-tmpl / intranet-tmpl / default / en / maninvoice.tmpl
1 <!-- TMPL_INCLUDE Name="members-top.inc" -->
2
3 <Center><h3>Manual Invoice</h3></center>
4 <form action=/cgi-bin/koha/maninvoice.pl method=post>
5 <table cellpadding=2 cellspacing=0 border=0>
6 <input type=hidden name=bornum value="<!-- TMPL_VAR Name="bornum" -->">
7 <tr><td><b>Borrowernumber<b></td><td><!-- TMPL_VAR Name="bornum" --></td></tr>
8 <tr><td><b>Type</b></td><Td>
9 <select name=type>
10 <option value=L>Lost Item</option>
11 <option value=F>Fine</option>
12 <option value=A>Account Management Fee</option>
13 <option value=N>New Card</option>
14 <option value=M>Sundry</option>
15 <option value=REF>Cash Refund</option>
16 </select>
17 </td></tr>
18 <tr><td><b>Itemnumber</b></td><td><input type=text name=itemnum></td></tr>
19 <tr><td><b>Description</b></td><td><input type=text name=desc size=50></td></tr>
20 <tr><td><b>Amount</b></td><td><input type=text name=amount></td></tr>
21 <tr><td><input type=submit name=add value=Add></td></tr>
22 </table>
23 </form>
24
25 <!-- TMPL_INCLUDE Name="members-bottom.inc" -->