Koha/koha-tmpl/intranet-tmpl/default/en/acqui/recieveorder.tmpl
tipaul d532cf3b7b Road to 1.9.1
* templating of normal acquisitions
* some graphic changes (use of yellow color as "acquisition/cataloguin" symbol, header consistency...)
* minor reordering of screens (newbasket.pl now unused)
* few bugfixes

When templating finished, the recieving of a book will be ended by a "calatoguing" screen.
Cataloguing will be MARC cataloguing or non-MARC cataloguing, depending on "acquisitions" system parameter.
2003-02-13 17:27:47 +00:00

34 lines
888 B
Cheetah

<TMPL_INCLUDE name="acquisitions-top.inc">
<FONT SIZE=6><em>Receive Orders From Supplier <a href=whitcoulls.html><TMPL_VAR name="name"></a></em></FONT>
<p>
<CENTER>
<form method=post action="receive.pl">
<input type=hidden name=id value=<TMPL_VAR name="id">>
<p>
<table border=1 cellspacing=0 cellpadding=5>
<tr valign=top bgcolor="#ffdf61"><td colspan=2><B>SUPPLIER INVOICE INFORMATION</B></td></tr>
<TR VALIGN=TOP >
<TD>Supplier Invoice Number</td>
<td><input type=text size=20 name=invoice>
</td>
</tr>
<TR VALIGN=TOP bgcolor="#ffffcc">
<TD>GST</td>
<td><input type=text size=20 name=gst>
</td>
</tr>
<TR VALIGN=TOP>
<TD>Freight</td>
<td><input type=text size=20 name=freight>
</td>
</tr>
<TR VALIGN=TOP>
<TD></td>
<td><input type=image name=submit src=/images/continue.gif border=0 width=120 height=42>
</td>
</tr>
</table>
</CENTER>
<TMPL_INCLUDE name="acquisitions-bottom.inc">