More work on resident search, adding breadcrumbs and resident search to member pages.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / maninvoice.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Borrowers &rsaquo; Create Manual Invoice</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="members-search.inc" -->
8
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; Manual Invoice</div>
10
11 <div id="doc3" class="yui-t2">
12    
13    <div id="bd">
14         <div id="yui-main">
15         <div class="yui-b"><div class="yui-g">
16
17 <!-- TMPL_IF NAME="ERROR" -->
18 <!-- TMPL_IF NAME="ITEMNUMBER" -->
19   ERROR an invalid itemnumber was entered, please hit back and try again
20 <!-- /TMPL_IF -->
21 <!-- TMPL_ELSE -->
22 <form action="/cgi-bin/koha/members/maninvoice.pl" method="post"><input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR Name="borrowernumber" -->" />
23         <table>
24         <caption>Manual Invoice</caption>
25         <tr><th scope="row">Borrowernumber</th><td><!-- TMPL_VAR Name="borrowernumber" --></td></tr>
26         <tr><th scope="row">Type</th><td><select name="type">
27 <option value="L">Lost Item</option>
28 <option value="F">Fine</option>
29 <option value="A">Account Management Fee</option>
30 <option value="N">New Card</option>
31 <option value="M">Sundry</option>
32 <option value="REF">Cash Refund</option>
33 </select></td></tr>
34         <tr><th scope="row">Itemnumber</th><td><input type="text" name="itemnum" /></td></tr>
35         <tr><th scope="row">Description</th><td><input type="text" name="desc" size="50" /></td></tr>
36         <tr><th scope="row">Amount</th><td>$<input type="text" name="amount" /></td></tr>
37         </table>
38 <input type="submit" name="add" value="Add Charge" />
39 </form>
40
41 <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>
42
43 <!-- /TMPL_IF -->
44
45 </div>
46 </div>
47 </div>
48
49 <!-- TMPL_INCLUDE NAME="members-menu.inc" -->
50 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->