memberentryC.tmpl:add test to modify link name
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / acqui / recieve.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Recieve <!-- TMPL_VAR name="bookselname" --><!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2
3 <!-- TMPL_INCLUDE NAME="menus.inc" -->
4 <!-- TMPL_INCLUDE NAME="menu-acqui.inc" -->
5
6         <h1>
7                 <!-- TMPL_IF name="invoice" -->
8                         Receipt Summary for <i><!-- TMPL_VAR NAME="name" --></i> Invoice <i><!-- TMPL_VAR NAME="invoice" --></i>
9                 <!-- TMPL_ELSE -->
10                         orders not yet recieved for <!-- TMPL_VAR NAME="name" -->
11                 <!-- /TMPL_IF -->
12         </h1>
13 <div id="acqui_recieve_summary">
14         <p>Invoice: <!-- TMPL_VAR NAME="invoice" --></p>
15         <p>Received By: <!-- TMPL_VAR NAME="user" --></p>
16         <p>On: <!-- TMPL_VAR NAME="date" --></p>
17 </div>
18 <div id="acqui_recieve_recievelist">
19         <h2>Recieve list</h2>
20         <form action="" method="get" name="orderform">
21         <table>
22                 <tr>
23                         <th class="acquisition">BASKET</th>
24                         <th class="acquisition">ISBN</th>
25                         <th class="acquisition">TITLE</th>
26                         <th class="acquisition">AUTHOR</th>
27                         <th class="acquisition">ACTUAL</th>
28                         <th class="acquisition">P&amp;P</th>
29                         <th class="acquisition">QTY</th>
30                         <th class="acquisition">TOTAL</th>
31                 </tr>
32                 <!-- TMPL_LOOP NAME="loop_orders" -->
33                         <tr>
34                                 <td><!-- TMPL_VAR NAME="basketno" --></td>
35                                 <td><!-- TMPL_VAR NAME="isbn" --></td>
36                                 <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>
37                                 <td><!-- TMPL_VAR NAME="author" --></td>
38                                 <td><!-- TMPL_VAR NAME="unitprice" --></td>
39                                 <td></td>
40                                 <td><!-- TMPL_VAR NAME="quantityrecieved" --></td>
41                                 <td><!-- TMPL_VAR NAME="total" --></td>
42                         </tr>
43                 <!-- /TMPL_LOOP -->
44                 <tr>
45                         <th class="acquisition"></th>
46                         <th class="acquisition"></th>
47                         <th class="acquisition"></th>
48                         <th class="acquisition">SUBTOTALS</th>
49                         <th class="acquisition"><!-- TMPL_VAR NAME="totalprice" --></th>
50                         <th class="acquisition"><!-- TMPL_VAR NAME="totalfreight" --></th>
51                         <th class="acquisition"><!-- TMPL_VAR NAME="totalquantity" --></th>
52                         <th class="acquisition"><!-- TMPL_VAR NAME="tototal" --></th>
53                 </tr>
54                 <tr>
55                         <td>
56                         <b>HELP</b>
57                                 <p>The total at the bottom of the page should be within a few cents of the total for the invoice.</p>
58                         </td>
59                         <td colspan="2"><b>GST</b></td>
60                         <td><!-- TMPL_VAR NAME="gst" --></td>
61                 </tr>
62                 <tr>
63                         <td colspan="2"><b>TOTAL</b></td>
64                         <td><!-- TMPL_VAR NAME="grandtot" --></td>
65                 </tr>
66         </table>
67         </form>
68 </div>
69 <div id="acqui_recieve_search">
70         <h2>Add a book to the receipt</h2>
71         <form action="/cgi-bin/koha/acqui/acquire.pl">
72                 <input type="hidden" name="supplierid" value="<!-- TMPL_VAR NAME="supplierid" -->" />
73                 <input type="hidden" name="gst" value="<!-- TMPL_VAR NAME="gst" -->" />
74                 <input type="hidden" name="freight" value="<!-- TMPL_VAR NAME="freight" -->" />
75                 <input type="hidden" name="invoice" value="<!-- TMPL_VAR NAME="invoice" -->" />
76                 <p><b>Search ISBN or Title:</b> <input type="text" size="25" name="recieve" /></p>
77         </form>
78 </div>
79 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->