aebb222e193646e84e8f2d62088815e1c70a0d94
[koha_gimpoz] / koha-tmpl / intranet-tmpl / default / en / acqui / recieve.tmpl
1 <!-- TMPL_INCLUDE name="acquisitions-top.inc" -->
2
3 <div id="mainbloc">
4         <h1 class="acquisition">
5                 <!-- TMPL_IF name="invoice" -->
6                         Receipt Summary for <i><!-- TMPL_VAR NAME="name" --></i> Invoice <i><!-- TMPL_VAR NAME="invoice" --></i>
7                 <!-- TMPL_ELSE -->
8                         orders not yet recieved for <!-- TMPL_VAR NAME="name" -->
9                 <!-- /TMPL_IF -->
10         </h1>
11         
12         <div id="bloc25">
13                 Invoice: <!-- TMPL_VAR NAME="invoice" --><br>
14                 Received By: <!-- TMPL_VAR NAME="user" --><br>
15                 <!-- TMPL_VAR NAME="date" -->
16         </div>
17         
18         <div id="bloc25">
19                 <form action="/cgi-bin/koha/acqui/acquire.pl">
20                         <input type="hidden" name="supplierid" value="<!-- TMPL_VAR NAME="supplierid" -->">
21                         <input type="hidden" name="gst" value="<!-- TMPL_VAR NAME="gst" -->">
22                         <input type="hidden" name="freight" value="<!-- TMPL_VAR NAME="freight" -->">
23                         <input type="hidden" name="invoice" value="<!-- TMPL_VAR NAME="invoice" -->">
24                         
25                         <b>Search ISBN or Title:</b> <input type="text" size="25" name="recieve">
26                 </form>
27         <p>
28         <form action="" method="get" name="orderform">
29         
30         <table>
31                 <tr>
32                         <th class="acquisition">BASKET</th>
33                         <th class="acquisition">ISBN</th>
34                         <th class="acquisition">TITLE</th>
35                         <th class="acquisition">AUTHOR</th>
36                         <th class="acquisition">ACTUAL</th>
37                         <th class="acquisition">P&amp;P</th>
38                         <th class="acquisition">QTY</th>
39                         <th class="acquisition">TOTAL</th>
40                 </tr>
41                 <!-- TMPL_VAR NAME="count" -->
42                 <!-- TMPL_LOOP NAME="loop_orders" -->
43                         <tr bgcolor="<!-- TMPL_VAR NAME="color" -->">
44                                 <td><!-- TMPL_VAR NAME="basketno" --></td>
45                                 <td><!-- TMPL_VAR NAME="isbn" --></td>
46                                 <td><a href="acquire.pl?recieve=<!-- TMPL_VAR NAME="ordernumber" -->&amp;biblio=<!-- TMPL_VAR NAME="biblionumber" -->&amp;invoice=<!-- TMPL_VAR NAME="invoice" -->&amp;gst=<!-- TMPL_VAR NAME="gst" -->&amp;freight=<!-- TMPL_VAR NAME="freight" -->&amp;supplierid=<!-- TMPL_VAR NAME="supplierid" -->"><!-- TMPL_VAR NAME="title" --></a></td>
47                                 <td><!-- TMPL_VAR NAME="author" --></td>
48                                 <td>$<!-- TMPL_VAR NAME="unitprice" --></td>
49                                 <td></td>
50                                 <td><!-- TMPL_VAR NAME="quantityrecieved" --></td>
51                                 <td>$<!-- TMPL_VAR NAME="total" --></td>
52                         </tr>
53                 <!-- /TMPL_LOOP -->
54                 <tr bgcolor="white">
55                         <th class="acquisition"></th>
56                         <th class="acquisition"></th>
57                         <th class="acquisition"></th>
58                         <th class="acquisition">SUBTOTALS</th>
59                         <th class="acquisition">$<!-- TMPL_VAR NAME="totalprice" --></th>
60                         <th class="acquisition"><!-- TMPL_VAR NAME="totalfreight" --></th>
61                         <th class="acquisition"><!-- TMPL_VAR NAME="totalquantity" --></th>
62                         <th class="acquisition">$<!-- TMPL_VAR NAME="tototal" --></th>
63                 </tr>
64                 <tr>
65                         <td colspan="5" rowspan=2  bgcolor="#ffdf61">
66                         <b>HELP</b>
67                         <br>
68                         The total at the bottom of the page should be within a few cents of the total for the invoice.<p>
69                         When you have finished this invoice save the changes.
70                         </td>
71                         <td colspan="2" align="right"><b>GST</b></td>
72                         <td>$<!-- TMPL_VAR NAME="gst" --></td>
73                 </tr>
74                 <tr bgcolor="white">
75                         <td colspan="2" align="right" ><b>TOTAL</b></td>
76                         <td>$<!-- TMPL_VAR NAME="grandtot" --></td>
77                 </tr>
78         </table>
79         </div>
80 </div>
81 <!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->