Koha/koha-tmpl/intranet-tmpl/prog/en/acqui/parcel.tmpl
Paul POULAIN d02a48a977 minor spelling fix, the column was not displayed
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-09 09:51:38 -05:00

112 lines
5.8 KiB
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
<title>Koha &rsaquo; Recieve <!-- TMPL_VAR name="bookselname" --></title>
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
<!-- TMPL_INCLUDE NAME="menus.inc" -->
<!-- TMPL_INCLUDE NAME="menu-acqui.inc" -->
<h1>
<!-- TMPL_IF name="date" -->
Receipt Summary for <i><!-- TMPL_VAR NAME="name" --></i> <!--TMPL_IF Name="invoice"-->Parcel <i><!-- TMPL_VAR NAME="invoice" --></i><!--/TMPL_IF --> on <i><!-- TMPL_VAR NAME="date" --></i>
<!-- TMPL_ELSE -->
orders not yet recieved for <!-- TMPL_VAR NAME="name" -->
<!-- /TMPL_IF -->
</h1>
<div id="acqui_recieve_summary">
<p>Parcel: <!-- TMPL_VAR NAME="invoice" --></p>
<p>Received by: <!-- TMPL_VAR NAME="loggedinusername" --></p>
<p>On: <!-- TMPL_VAR NAME="datereceived" --></p>
</div>
<div id="acqui_recieve_recievelist">
<h2>Recieve list</h2>
<form action="" method="get" name="orderform">
<table>
<tr>
<th class="acquisition">BASKET</th>
<th class="acquisition">Summary</th>
<th class="acquisition">QTY ordered</th>
<th class="acquisition">Est Cost</th>
<th class="acquisition">ACTUAL</th>
<th class="acquisition">P&amp;P</th>
<th class="acquisition">QTY received</th>
<th class="acquisition">TOTAL</th>
</tr>
<!-- TMPL_LOOP NAME="loop_received" -->
<tr>
<td><!-- TMPL_VAR NAME="basketno" --></td>
<td><a href="orderreceive.pl?recieve=<!-- TMPL_VAR NAME="ordernumber" -->&amp;biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&amp;daterecieved=<!-- TMPL_VAR NAME="datereceived" -->&amp;invoice=<!-- TMPL_VAR NAME="invoice" -->&amp;gst=<!-- TMPL_VAR NAME="gst" -->&amp;freight=<!-- TMPL_VAR NAME="freight" -->&amp;supplierid=<!-- TMPL_VAR NAME="supplierid" -->"><!-- TMPL_VAR NAME="title" --></a>
<!-- TMPL_IF NAME="isbn" --><br />ISBN: <!-- TMPL_VAR NAME="isbn" --><!--/TMPL_IF-->
<!-- TMPL_IF NAME="author" --><br />author :<!-- TMPL_VAR NAME="author" --><!--/TMPL_IF-->
<!-- TMPL_IF NAME="publishercode" --><br />Publisher :<!-- TMPL_VAR NAME="publishercode" --><!--/TMPL_IF-->
</td>
<td><!-- TMPL_VAR NAME="quantity" --></td>
<td><!-- TMPL_VAR NAME="ecost" --></td>
<td><!-- TMPL_VAR NAME="unitprice" --></td>
<td></td>
<td><!-- TMPL_VAR NAME="quantityreceived" --></td>
<td><!-- TMPL_VAR NAME="total" --></td>
</tr>
<!-- /TMPL_LOOP -->
<tr>
<th class="acquisition" colspan="3"></th>
<th class="acquisition">SUBTOTALS</th>
<th class="acquisition"><!-- TMPL_VAR NAME="totalprice" --></th>
<th class="acquisition"><!-- TMPL_VAR NAME="totalfreight" --></th>
<th class="acquisition"><!-- TMPL_VAR NAME="totalquantity" --></th>
<th class="acquisition"><!-- TMPL_VAR NAME="tototal" --></th>
</tr>
<tr>
<td colspan="5">
<b>HELP</b>
<p>The total at the bottom of the page should be within a few cents of the total for the invoice.</p>
</td>
<td colspan="2"><b>GST</b></td>
<td><!-- TMPL_VAR NAME="gst" --></td>
</tr>
<tr>
<td colspan="5">&nbsp;</td>
<td colspan="2"><b>TOTAL</b></td>
<td><!-- TMPL_VAR NAME="grandtot" --></td>
</tr>
</table>
</form>
</div>
<div id="acqui_recieve_search">
<h2>Add a book to the receipt</h2>
<form action="/cgi-bin/koha/acqui/orderreceive.pl">
<input type="hidden" name="supplierid" value="<!-- TMPL_VAR NAME="supplierid" -->" />
<input type="hidden" name="gst" value="<!-- TMPL_VAR NAME="gst" -->" />
<input type="hidden" name="freight" value="<!-- TMPL_VAR NAME="freight" -->" />
<input type="hidden" name="invoice" value="<!-- TMPL_VAR NAME="invoice" -->" />
<p><b>Search ISBN or Title:</b> <input type="text" size="25" name="recieve" /></p>
</form>
<table> <caption>or select a pending orders</caption>
<tr>
<th class="acquisition">BASKET</th>
<th class="acquisition">Summary</th>
<th class="acquisition">Est. Cost</th>
<th class="acquisition">P&amp;P</th>
<th class="acquisition">QTY Ordered</th>
<th class="acquisition">QTY</th>
<th class="acquisition">TOTAL</th>
</tr>
<!-- TMPL_LOOP NAME="loop_orders" -->
<tr>
<td><!-- TMPL_VAR NAME="basketno" --></td>
<td>
<a href="orderreceive.pl?recieve=<!-- TMPL_VAR NAME="ordernumber" -->&amp;biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&amp;daterecieved=<!-- TMPL_VAR NAME="datereceived" -->&amp;invoice=<!-- TMPL_VAR NAME="invoice" -->&amp;gst=<!-- TMPL_VAR NAME="gst" -->&amp;freight=<!-- TMPL_VAR NAME="freight" -->&amp;supplierid=<!-- TMPL_VAR NAME="supplierid" -->"><!-- TMPL_VAR NAME="title" --></a>
<!-- TMPL_IF NAME="isbn" --><br />ISBN: <!-- TMPL_VAR NAME="isbn" --><!--/TMPL_IF-->
<!-- TMPL_IF NAME="author" --><br />author :<!-- TMPL_VAR NAME="author" --><!--/TMPL_IF-->
<!-- TMPL_IF NAME="publishercode" --><br />Publisher :<!-- TMPL_VAR NAME="publishercode" --><!--/TMPL_IF-->
</td>
<td><!-- TMPL_VAR NAME="unitprice" --></td>
<td></td>
<td><!-- TMPL_VAR NAME="quantity" --></td>
<td><!-- TMPL_VAR NAME="quantityreceived" --></td>
<td><!-- TMPL_VAR NAME="ecost" --></td>
</tr>
<!-- /TMPL_LOOP -->
</table>
</div>
<!-- TMPL_INCLUDE name="intranet-bottom.inc" -->