Koha/koha-tmpl/intranet-tmpl/default/en/acqui/recieveorder.tmpl
tipaul 98c6097739 bugfixes for normal acquisition process. seems to work better.
NOTES to 1.2 managers : the 1.2 seems to have problems too :
* when finishrecieve is called, the booksellerid is lost, and you arrive to the "recieve.pl" again, it's with the 1st bookseller from the DB.
* under certain circunstances, the invoice # is lost, and ALL lines from the bookseller are shown. this strange behaviour is fixed too in this commit
2003-03-03 17:38:01 +00:00

34 lines
887 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=get 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">