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