Koha/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tmpl
Joshua Ferraro f78b79da6c nomenclature cleanup for acquisitions:
supplier -> vendor
freight -> shipping
parcel -> shipment
shopping basket -> basket
parcel code -> invoice number

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-01 20:04:56 -06:00

75 lines
2.2 KiB
Cheetah
Executable file

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
<title>Koha &rsaquo; Acquisitions &rsaquo; Budgets and Funds: Spent</title>
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
</head>
<body>
<!-- TMPL_INCLUDE NAME="header.inc" -->
<!-- TMPL_INCLUDE NAME="acquisitions-search.inc" -->
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; Budgets and funds: Spent</div>
<div id="doc3" class="yui-t2">
<div id="bd">
<div id="yui-main">
<div class="yui-b">
<h1>Budgets and funds</h1>
<h2>Spent</h2>
<br /><br />
<table id="spent">
<tr>
<th>Title</th>
<th>Order</th>
<th>Vendor</th>
<th>Invoice</th>
<th>Itemtype</th>
<th>Receieved</th>
<th>Unit Price</th>
<th>Date Received</th>
<th>Subtotal</th>
</tr>
<!--TMPL_LOOP NAME="SPENTLOOP"-->
<!--TMPL_IF name="toggle"-->
<tr class="hilighted">
<!--TMPL_ELSE-->
<tr class="hilighted2">
<!--/TMPL_IF-->
<td><!--TMPL_VAR NAME="title"--> </td>
<td>
<a href="/cgi-bin/koha/acqui/acquire.pl?recieve=<!-- TMPL_VAR NAME="ordnum"-->&amp;biblio=<!--TMPL_VAR NAME="biblionumber"-->&amp;invoice=<!--TMPL_VAR NAME="booksellerinvoicenumber"-->&amp;supplierid=<!--TMPL_VAR NAME="booksellerid"-->&amp;catview=yes"><!-- TMPL_VAR NAME="ordnum"--></a></td>
<td><!--TMPL_VAR NAME="booksellerid"--> </td>
<td> <a href=/cgi-bin/koha/acqui/receive.pl?invoice=<!--TMPL_VAR NAME="booksellerinvoicenumber"-->&amp;supplierid=<!--TMPL_VAR NAME="booksellerid"-->><!--TMPL_VAR NAME="booksellerinvoicenumber"--></a></td>
<td><!--TMPL_VAR NAME="itemtype"--> </td>
<td><!--TMPL_VAR NAME="qrev"--> </td>
<td><!--TMPL_VAR NAME="unitprice"--> </td>
<td><!--TMPL_VAR NAME="datereceived"--> </td>
<td><!--TMPL_VAR NAME="subtotal"--> </td>
</tr>
<!--/TMPL_LOOP-->
<tr>
<th>Total</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
<th><!--TMPL_VAR NAME="total"--></th>
</tr>
</table>
</div>
</div>
<div class="yui-b">
<!-- TMPL_INCLUDE NAME="acquisitions-menu.inc" -->
</div>
</div>
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->