this file has been replaced by orderreceive.tmpl
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / acqui / lateorders.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Acquisitions<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 <!-- TMPL_INCLUDE NAME="menus.inc" -->
3 <!-- TMPL_INCLUDE NAME="menu-acqui.inc" -->
4
5 <h1 ><!-- TMPL_IF name="Supplier" --><!-- TMPL_VAR name="Supplier" --> : <!--/TMPL_IF -->Late issues</h1>
6         <div id="acqui_lateorders">
7                 <form action="lateorders.pl" method="post">
8                 <table>
9                         <tr>
10                                 <th>Supplier</th>
11                                 <th>Order Date</th>
12                                 <th>Ordered for</th>
13                                 <th>Including Basket</th>
14                                 <th>Book information</th>
15                                 <th>Branch</th>
16                                 <th>Estimated Unit Price</th>
17                                 <th>Retailer Catalogue Unit Price</th>
18                                 <th>Quantity</th>
19                                 <th>Total cost</th>
20                                 <th>Budget</th>
21                                 <th>&nbsp;</th>
22                         </tr>
23                         <tr>
24                                         <td class="doNotPrint">
25                                                 <!-- TMPL_VAR name="CGIsupplier" -->
26                                         </td>
27                                         <td> &nbsp;</td>
28                                         <td align="center" class="doNotPrint">
29                                                 <input align="right" size="4" maxlength="3" type="text" name="delay" value="<!--TMPL_VAR Name="delay" -->" /> days
30                                         </td>
31                                         <td colspan="2">
32                                                 &nbsp;
33                                         </td>
34                                         <td class="doNotPrint">
35                                                 <select name="branch">
36                                                 <!-- TMPL_LOOP name="branchloop" -->
37                                                         <option value="<!-- TMPL_VAR name="value" -->"><!-- TMPL_VAR name="branchname" --></option>
38                                                 <!-- /TMPL_LOOP -->
39                                                 </select>
40                                         </td>
41                                         <td colspan="5">
42                                                 &nbsp;
43                                         </td>
44                                         
45                                         <td class="doNotPrint">
46                                                 <input type="submit" value="filter" />
47                                         </td>
48                         </tr>
49                         <!-- TMPL_LOOP name="lateorders" -->
50                                 <!--TMPL_IF Name="hilighted" --> <tr class="hilighted"> <!--TMPL_ELSE--> <tr> <!-- /TMPL_IF -->
51                                         <td class="doNotPrint">
52                                                 <!-- TMPL_VAR name="supplier" -->
53                                         </td>
54                                         <td>
55                                                 <!-- TMPL_VAR name="orderdate" -->
56                                         </td>
57                                         <td class="number" align="right">
58                                                 <!-- TMPL_VAR name="latesince" -->
59                                         </td>
60                                         <td align="center" class="doNotPrint">
61                                                 <!-- TMPL_VAR name="basketno" -->
62                                         </td>
63                                         <td >
64                                                 <b><!-- TMPL_VAR name="title" --></b>
65                                         <!-- TMPL_IF name="author" --><br/><i>Author:</i> <!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF -->
66                                         <!-- TMPL_IF name="publisher" --><br/><i>Published by:</i> <!-- TMPL_VAR NAME="publisher" --><!-- TMPL_IF name="publicationyear" --><i> in </i><!-- TMPL_VAR name="publicationyear" --><!-- /TMPL_IF --><!-- /TMPL_IF -->
67                                         </td>
68                                         <td class="doNotPrint">
69                                                 <!-- TMPL_VAR name="branch" -->
70                                         </td>
71                                         <td align="right" class="doNotPrint">
72                                                 <!-- TMPL_VAR name="unitpricelib" -->
73                                         </td>
74                                         <td align="right">
75                                                 <!-- TMPL_VAR name="unitpricesupplier" -->
76                                         </td>
77                                         <td align="right">
78                                                 <!-- TMPL_VAR name="quantity" -->
79                                         </td>
80                                         <td align="right">
81                                                 <!-- TMPL_VAR name="subtotal" -->
82                                         </td>
83                                         <td class="doNotPrint">
84                                                 <!-- TMPL_VAR name="budget" -->
85                                         </td>
86                                         <td class="doNotPrint">
87                                                 &nbsp;
88                                         </td>
89                                 </tr>
90                         <!-- /TMPL_LOOP -->
91                         <tr> 
92                                         <th>
93                                                 Total
94                                         </th>
95                                         <th colspan="2">
96                                                 &nbsp;
97                                         </th>
98                                         <th class="doNotPrint"> &nbsp;</th>
99                                         <th colspan="5">
100                                                 &nbsp;
101                                         </th>
102                                         
103                                         <th>
104                                                 <!-- TMPL_VAR name="total" -->
105                                         </th>
106                         </tr>
107                 </table>
108                 </form>
109         </div>
110 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
111