Owen Leonard
2dceb39b06
Signed-off-by: Chris Cormack <crc@liblime.com> Signed-off-by: Joshua Ferraro <jmf@liblime.com>
52 lines
2 KiB
Cheetah
52 lines
2 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
|
<title>Koha › Borrowers › Create Manual Invoice</title>
|
|
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
<!-- TMPL_INCLUDE NAME="yui-toolbars.inc" -->
|
|
</head>
|
|
<body class="yui-skin-sam">
|
|
<!-- TMPL_INCLUDE NAME="header.inc" -->
|
|
<!-- TMPL_INCLUDE NAME="members-search.inc" -->
|
|
|
|
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Manual Invoice</div>
|
|
|
|
<div id="doc3" class="yui-t2">
|
|
|
|
<div id="bd">
|
|
<div id="yui-main">
|
|
<div class="yui-b">
|
|
<!-- TMPL_INCLUDE NAME="circ-toolbar.inc" --><!-- TMPL_IF NAME="ERROR" -->
|
|
<!-- TMPL_IF NAME="ITEMNUMBER" -->
|
|
ERROR an invalid itemnumber was entered, please hit back and try again
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_ELSE -->
|
|
<form action="/cgi-bin/koha/members/maninvoice.pl" method="post"><input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR Name="borrowernumber" -->" />
|
|
<fieldset class="rows">
|
|
<legend>Manual Invoice</legend>
|
|
<ol>
|
|
<li><label for="type">Type: </label><select name="type" id="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></li>
|
|
<li><label for="itemnum">Itemnumber: </label><input type="text" name="itemnum" id="itemnum" /></li>
|
|
<li><label for="desc">Description: </label><input type="text" name="desc" id="desc" size="50" /></li>
|
|
<li><label for="amount">Amount: </label><input type="text" name="amount" id="amount" /></li>
|
|
</ol></fieldset>
|
|
<input type="submit" name="add" value="Save" />
|
|
</form>
|
|
|
|
<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>
|
|
|
|
<!-- /TMPL_IF -->
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="yui-b">
|
|
<!-- TMPL_INCLUDE NAME="circ-menu.inc" -->
|
|
</div>
|
|
</div>
|
|
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
|