73bf473630a128f245fa8fd6a2b96e07c3c7f5f3
[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</title>                                     
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->           
4 </head>   
5 <body>  
6 <!-- TMPL_INCLUDE NAME="header.inc" -->                                   
7 <!-- TMPL_INCLUDE NAME="menu-acqui.inc" -->
8
9 <div id="doc3" class="yui-t2">
10 <div id="bd">            
11 <div id="yui-main">                         
12 <div class="yui-b">
13 <div class="yui-g">
14
15
16
17
18 <h1>Budgets &amp; Bookfunds</h1>
19 <h2>Spent</h2>
20
21 <br /><br />
22
23
24 <table cellspacing="0" cellpadding="0" border="0" id="spent" class="collapse">
25 <tr valign="top">
26    <td class="cell-header">
27                 Title
28         </td>
29         <td class="cell-header">
30                 Order
31         </td>
32         <td class="cell-header">
33                 Supplier
34         </td>
35         <td class="cell-header">
36                 Invoice
37         </td>
38         <td class="cell-header">
39                 Itemtype
40         </td>
41         <td class="cell-header">
42                 Receieved
43         </td>
44         <td class="cell-header">
45                 Unit Price
46         </td>
47         <td class="cell-header">
48                 Date Received
49         </td>
50         <td class="cell-header">
51                 Subtotal
52         </td>
53 </tr>
54
55 <!--TMPL_LOOP NAME="SPENTLOOP"-->
56         <!--TMPL_IF name="toggle"-->
57                 <tr valign="top" class="hilighted">
58         <!--TMPL_ELSE-->
59                 <tr valign="top" class="hilighted2">
60         <!--/TMPL_IF-->
61         
62                 <td class="cell">
63                         <!--TMPL_VAR NAME="title"-->    
64                 </td>
65                 <td class="cell">
66                   <a href="/cgi-bin/koha/acqui/acquire.pl?recieve=<!--TMPL_VAR NAME="ordnum"-->&biblio=<!--TMPL_VAR NAME="biblionumber"-->&invoice=<!--TMPL_VAR NAME="booksellerinvoicenumber"-->&supplierid=<!--TMPL_VAR NAME="booksellerid"-->&catview=yes"><TMPL_VAR NAME="ordnum"--></a>
67                 </td>
68                 <td class="cell">
69                         <!--TMPL_VAR NAME="booksellerid"-->     
70                 </td>
71                 <td class="cell">
72                                 <a href=/cgi-bin/koha/acqui/receive.pl?invoice=<!--TMPL_VAR NAME="booksellerinvoicenumber"-->&supplierid=<!--TMPL_VAR NAME="booksellerid"-->><!--TMPL_VAR NAME="booksellerinvoicenumber"--></a>
73                 </td>
74                 <td class="cell">
75                         <!--TMPL_VAR NAME="itemtype"--> 
76                 </td>
77                 <td class="cell">
78                         <!--TMPL_VAR NAME="qrev"-->     
79                 </td>
80                 <td class="cell">
81                         <!--TMPL_VAR NAME="unitprice"-->                
82                 </td>
83                 <td class="cell">
84                         <!--TMPL_VAR NAME="datereceived"-->             
85                 </td>
86                 <td class="cell">
87                         <!--TMPL_VAR NAME="subtotal"-->         
88                 </td>
89 </tr>
90 <!--/TMPL_LOOP-->
91
92 <tr valign="top">
93    <td class="cell-header">
94                 Total
95         </td>
96         <td class="cell-header">
97                 
98         </td>
99         <td class="cell-header">
100                 
101         </td>
102         <td class="cell-header">
103                 
104         </td>
105         <td class="cell-header">
106                 
107         </td>
108         <td class="cell-header">
109                 
110         </td>
111         <td class="cell-header">
112                 
113         </td>
114         <td class="cell-header">
115                 
116         </td>
117         <td class="cell-header">
118                 <!--TMPL_VAR NAME="total"-->
119         </td>
120 </tr>
121
122 </table>
123
124
125 </div>
126 </div>
127 </div>
128 </div>
129 </div>
130
131 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->                                     
132 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->