]> git.koha-community.org Git - koha.git/blob - koha-tmpl/intranet-tmpl/prog/en/acqui/lateorders.tmpl
rel_3_0 moved to HEAD
[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                 <table>
8                         <tr>
9                                 <th>Supplier</th>
10                                 <th>Order Date</th>
11                                 <th>Ordered for</th>
12                                 <th>Including Basket</th>
13                                 <th>Book information</th>
14                                 <th>Branch</th>
15                                 <th>Estimated Unit Price</th>
16                                 <th>Retailer Catalogue Unit Price</th>
17                                 <th>Quantity</th>
18                                 <th>Total cost</th>
19                                 <th>Budget</th>
20                                 <th>&nbsp;</th>
21                                 <th>&nbsp;</th>
22                         </tr>
23                         <tr>
24                                         <td class="doNotPrint">
25                         <form action="lateorders.pl" method="post">
26                                                 <!-- TMPL_VAR name="CGIsupplier" -->
27                                         </td>
28                                         <td> &nbsp;</td>
29                                         <td align="center" class="doNotPrint">
30                                                 <input align="right" size="4" maxlength="3" type="text" name="delay" value="<!--TMPL_VAR Name="delay" -->" /> days
31                                         </td>
32                                         <td colspan="2">
33                                                 &nbsp;
34                                         </td>
35                                         <td colspan="6">
36                                                 &nbsp;
37                                         </td>
38                                         
39                                         
40                     <td class="doNotPrint">
41                                                 <input type="submit" value="filter" />
42                         </form>
43                                         </td>
44                                         <td class="doNotPrint">
45                         <form name="claim" method="post">
46                         <input type="hidden" name="op" value="send_alert" />
47                         <select name="letter_code" >
48                           <!--TMPL_LOOP Name="letters"-->
49                             <option value="<!--TMPL_VAR Name="code"-->"><!--TMPL_VAR Name="name"--></option>
50                           <!--/TMPL_LOOP -->
51                         </select>
52                                                 <input type="submit" value="Claim Order" />
53                                         </td>
54                         </tr>
55                         <!-- TMPL_LOOP name="lateorders" -->
56                                 <!--TMPL_IF Name="hilighted" --> <tr class="hilighted"> <!--TMPL_ELSE--> <tr> <!-- /TMPL_IF -->
57                                         <td class="doNotPrint">
58                                                 <!-- TMPL_VAR name="supplier" -->
59                                         </td>
60                                         <td>
61                                                 <!-- TMPL_VAR name="orderdate" -->
62                                         </td>
63                                         <td class="number" align="right">
64                                                 <!-- TMPL_VAR name="latesince" -->
65                                         </td>
66                                         <td align="center" class="doNotPrint">
67                                                 <a href="basket.pl?basketno=<!-- TMPL_VAR name="basketno" -->">
68                                                     <!-- TMPL_VAR name="basketno" -->
69                                                 </a>
70                                         </td>
71                                         <td >
72                                                 <b><!-- TMPL_VAR name="title" --></b>
73                                         <!-- TMPL_IF name="author" --><br/><i>Author:</i> <!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF -->
74                                         <!-- 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 -->
75                                         </td>
76                                         <td class="doNotPrint">
77                                                 <!-- TMPL_VAR name="branch" -->
78                                         </td>
79                                         <td align="right" class="doNotPrint">
80                                                 <!-- TMPL_VAR name="unitpricelib" -->
81                                         </td>
82                                         <td align="right">
83                                                 <!-- TMPL_VAR name="unitpricesupplier" -->
84                                         </td>
85                                         <td align="right">
86                                                 <!-- TMPL_VAR name="quantity" -->
87                                         </td>
88                                         <td align="right">
89                                                 <!-- TMPL_VAR name="subtotal" -->
90                                         </td>
91                                         <td class="doNotPrint">
92                                                 <!-- TMPL_VAR name="budget" -->
93                                         </td>
94                                         <td class="doNotPrint">
95                                                 &nbsp;
96                                         </td>
97                                         <td class="doNotPrint">
98                                                 <input type="checkbox" name="claim_for" value="<!--TMPL_VAR Name="ordernumber" -->" />
99                                         </td>
100                                 </tr>
101                         <!-- /TMPL_LOOP -->
102                         <tr> 
103                                         <th>
104                                                 Total
105                                         </th>
106                                         <th colspan="2">
107                                                 &nbsp;
108                                         </th>
109                                         <th class="doNotPrint"> &nbsp;</th>
110                                         <th colspan="5">
111                                                 &nbsp;
112                                         </th>
113                                         
114                                         <th>
115                                                 <!-- TMPL_VAR name="total" -->
116                                         </th>
117                                         <td colspan="2">
118                         &nbsp;
119                                         </td>
120                                         <td>
121                                                 <input type="submit" value="Claim Order" />
122                         </form>
123                                         </td>
124                         </tr>
125                 </table>
126         </div>
127 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
128