Cleaning up acquisitions, adding breadcrumbs, adding resident search. Other minor...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / spent.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->         
2 <title>Koha &rsaquo; Acquisitions &rsaquo; Budgets and Bookfunds: Spent</title>                                     
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->           
4 </head>   
5 <body>  
6 <!-- TMPL_INCLUDE NAME="header.inc" -->                                   
7 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
8
9 <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 Bookfunds: Spent</div>
10
11 <div id="doc3" class="yui-t2">
12 <div id="bd">            
13 <div id="yui-main">                         
14 <div class="yui-b">
15
16 <h1>Budgets and Bookfunds</h1>
17 <h2>Spent</h2>
18
19 <br /><br />
20
21
22 <table id="spent">
23 <tr>
24    <th>Title</th>
25         <th>Order</th>
26         <th>Supplier</th>
27         <th>Invoice</th>
28         <th>Itemtype</th>
29         <th>Receieved</th>
30         <th>Unit Price</th>
31         <th>Date Received</th>
32         <th>Subtotal</th>
33 </tr>
34
35 <!--TMPL_LOOP NAME="SPENTLOOP"-->
36         <!--TMPL_IF name="toggle"-->
37                 <tr class="hilighted">
38         <!--TMPL_ELSE-->
39                 <tr class="hilighted2">
40         <!--/TMPL_IF-->
41         
42                 <td><!--TMPL_VAR NAME="title"-->        </td>
43                 <td>
44                   <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>
45                 <td><!--TMPL_VAR NAME="booksellerid"--> </td>
46                 <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>
47                 <td><!--TMPL_VAR NAME="itemtype"-->     </td>
48                 <td><!--TMPL_VAR NAME="qrev"--> </td>
49                 <td><!--TMPL_VAR NAME="unitprice"-->            </td>
50                 <td><!--TMPL_VAR NAME="datereceived"-->         </td>
51                 <td><!--TMPL_VAR NAME="subtotal"-->             </td>
52 </tr>
53 <!--/TMPL_LOOP-->
54
55 <tr>
56    <th>Total</th>
57         <th>&nbsp;</th>
58         <th>&nbsp;</th>
59         <th>&nbsp;</th>
60         <th>&nbsp;</th>
61         <th>&nbsp;</th>
62         <th>&nbsp;</th>
63         <th>&nbsp;</th>
64         <th><!--TMPL_VAR NAME="total"--></th>
65 </tr>
66
67 </table>
68
69 </div>
70 </div>
71 <div class="yui-b">
72 <!-- TMPL_INCLUDE NAME="acquisitions-menu.inc" -->
73 </div>
74 </div>
75 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->