59cd6cc346
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
63 lines
1.8 KiB
Cheetah
Executable file
63 lines
1.8 KiB
Cheetah
Executable file
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
|
<title>Koha › Acquisitions › Funds</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> › <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> › Funds</div>
|
|
|
|
<div id="doc3" class="yui-t2">
|
|
<div id="bd">
|
|
<div id="yui-main">
|
|
<div class="yui-b">
|
|
|
|
|
|
<table id="spent">
|
|
<tr>
|
|
<th>Title</th>
|
|
<th>Order</th>
|
|
<th>Itemtype</th>
|
|
<th>Left on Order</th>
|
|
<th>Estimated cost per unit</th>
|
|
<th>Budget Date</th>
|
|
<th>Subtotal</th>
|
|
</tr>
|
|
|
|
<!--TMPL_LOOP NAME="COMMITTEDLOOP"-->
|
|
<!--TMPL_IF name="toggle"-->
|
|
<tr class="hilighted">
|
|
<!--TMPL_ELSE-->
|
|
<tr>
|
|
<!--/TMPL_IF-->
|
|
<td><!--TMPL_VAR NAME="title"--> </td>
|
|
<td> <a href="/cgi-bin/koha/acqui/neworderempty.pl?ordnum=<!--TMPL_VAR NAME="ordnum"-->&booksellerid=<!--TMPL_VAR NAME="booksellerid"-->&basketno=<!--TMPL_VAR NAME="basketno"-->"><!--TMPL_VAR NAME="ordnum"--></a></td>
|
|
<td><!--TMPL_VAR NAME="itemtype"--> </td>
|
|
<td><!--TMPL_VAR NAME="left"--> </td>
|
|
<td><!--TMPL_VAR NAME="ecost"--> </td>
|
|
<td><!--TMPL_VAR NAME="budgetdate"--> </td>
|
|
<td><!--TMPL_VAR NAME="subtotal"--> </td>
|
|
</tr>
|
|
<!--/TMPL_LOOP-->
|
|
|
|
<tr>
|
|
<th>Total</th>
|
|
<th> </th>
|
|
<th> </th>
|
|
<th> </th>
|
|
<th> </th>
|
|
<th> </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" -->
|