9638053a25
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
85 lines
1.8 KiB
Text
85 lines
1.8 KiB
Text
[% INCLUDE 'doc-head-open.inc' %]
|
|
<title>Koha › Acquisitions › Ordered</title>
|
|
[% INCLUDE 'doc-head-close.inc' %]
|
|
</head>
|
|
<body>
|
|
[% INCLUDE 'header.inc' %]
|
|
[% INCLUDE '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> › Ordered </div>
|
|
|
|
<div id="doc3" class="yui-t2">
|
|
|
|
<div id="bd">
|
|
<div id="yui-main">
|
|
<div class="yui-b">
|
|
|
|
<h1>Budgets & Bookfunds</h1>
|
|
<h2>Ordered</h2>
|
|
|
|
<table cellspacing="0" cellpadding="0" border="0" id="spent" class="collapse">
|
|
<thead>
|
|
<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>
|
|
</thead>
|
|
|
|
[% FOREACH order IN ordered %]
|
|
[% IF loop.odd %]
|
|
<tr class="highlight">
|
|
[% ELSE %]
|
|
<tr>
|
|
[% END %]
|
|
<td class="cell">
|
|
[% order.title %]
|
|
</td>
|
|
<td class="cell">
|
|
<a href=/cgi-bin/koha/acqui/neworderempty.pl?ordernumber=[% order.ordernumber %]&booksellerid=[% order.booksellerid %]&basketno=[% order.basketno %]">[% order.ordernumber %]</a>
|
|
</td>
|
|
<td class="cell">
|
|
[% order.itype %]
|
|
</td>
|
|
<td class="cell">
|
|
[% order.left %]
|
|
</td>
|
|
<td class="cell" align="right">
|
|
[% order.ecost %]
|
|
</td>
|
|
<td class="cell">
|
|
[% order.budgetdate %]
|
|
</td>
|
|
<td class="cell" align="right">
|
|
[% order.subtotal %]
|
|
</td>
|
|
</tr>
|
|
[% END %]
|
|
|
|
<tfoot>
|
|
<tr>
|
|
<td> Total </td>
|
|
<td> </td>
|
|
<td> </td>
|
|
<td> </td>
|
|
<td> </td>
|
|
<td> </td>
|
|
<td align="right">
|
|
[% total %]
|
|
</td>
|
|
</tr>
|
|
</tfoot>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="yui-b">
|
|
[% INCLUDE 'acquisitions-menu.inc' %]
|
|
</div>
|
|
</div>
|
|
[% INCLUDE 'intranet-bottom.inc' %]
|