Koha/koha-tmpl/intranet-tmpl/default/en/acqui/recieveorder.tmpl
tipaul cfa9223cd1 * updates to make acquisition compatible with suggestions & serials
* changes to use supplierid instead of id, that's easier to read.
2004-08-12 14:35:22 +00:00

27 lines
890 B
Cheetah

<!-- TMPL_INCLUDE name="acquisitions-top.inc" -->
<div id="mainbloc">
<h1 class="acquisition">Receive Orders From Supplier <a href="/cgi-bin/koha/acqui/supplier.pl?supplierid=<!-- TMPL_VAR NAME="supplierid" -->"><!-- TMPL_VAR NAME="name" --></a></h1>
<div id="bloc25">
<form method="get" action="receive.pl">
<p>
<input type="hidden" name="supplierid" value=<!-- TMPL_VAR NAME="supplierid" -->>
<h2 class="acquisition">Supplier invoice information</h2>
<p>
<label>Supplier Invoice Number</label>
<input type="text" size="20" name="invoice">
</p>
<p>
<label>GST</label>
<input type="text" size="20" name="gst">
</p>
<p>
<label>Freight</label>
<input type="text" size="20" name="freight">
</p>
<p>
<input type="submit" class="button acquisition" value="save">
</p>
</form>
</div>
</div>
<!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->