Koha/koha-tmpl/intranet-tmpl/prog/en/maninvoice.tmpl
2005-08-06 20:19:56 +00:00

27 lines
1.2 KiB
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Patrons: Create Manual Invoice<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
<form action="/cgi-bin/koha/maninvoice.pl" method="post"><input type="hidden" name="bornum" value="<!-- TMPL_VAR Name="bornum" -->" />
<table>
<caption>Manual Invoice</caption>
<tr><th scope="row">Borrowernumber</th><td><!-- TMPL_VAR Name="bornum" --></td></tr>
<tr><th scope="row">Type</th><td><select name="type">
<option value="L">Lost Item</option>
<option value="F">Fine</option>
<option value="A">Account Management Fee</option>
<option value="N">New Card</option>
<option value="M">Sundry</option>
<option value="REF">Cash Refund</option>
</select></td></tr>
<tr><th scope="row">Itemnumber</th><td><input type="text" name="itemnum" /></td></tr>
<tr><th scope="row">Description</th><td><input type="text" name="desc" size="50" /></td></tr>
<tr><th scope="row">Amount</th><td>$<input type="text" name="amount" /></td></tr>
</table>
<input type="submit" name="add" value="Add Charge" />
</form>
<form action="/cgi-bin/koha/boraccount.pl" method="get"><input type="hidden" name="bornum" value="<!-- TMPL_VAR Name="bornum" -->" /><input type="submit" value="Cancel" /></form>
<!-- TMPL_INCLUDE Name="intranet-bottom.inc" -->