typo fix: "recieve" => "receive"
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / parcel.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Acquisitions &rsaquo; <!-- TMPL_IF name="date" -->
3             Receipt Summary for <!-- TMPL_VAR NAME="name" --> <!--TMPL_IF Name="invoice"-->Invoice <!-- TMPL_VAR NAME="invoice" --><!--/TMPL_IF --> on <!-- TMPL_VAR NAME="formatteddatereceived" --><!-- TMPL_ELSE -->Receive Orders from <!-- TMPL_VAR NAME="name" --><!-- /TMPL_IF --></title>
4 <!-- TMPL_INCLUDE NAME="greybox.inc" -->
5 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
6 </head>
7 <body>
8 <!-- TMPL_INCLUDE NAME="header.inc" -->
9 <!-- TMPL_INCLUDE NAME="acquisitions-search.inc" -->
10
11 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo;  <!-- TMPL_IF name="date" -->
12             Receipt Summary for <i><!-- TMPL_VAR NAME="name" --></i> <!--TMPL_IF Name="invoice"--><i>[ <!-- TMPL_VAR NAME="invoice" --> ]</i><!--/TMPL_IF --> on <i><!-- TMPL_VAR NAME="formatteddatereceived" --></i>
13         <!-- TMPL_ELSE -->
14             Receive orders from <!-- TMPL_VAR NAME="name" -->
15         <!-- /TMPL_IF --></div>
16
17 <div id="doc3" class="yui-t2">
18    
19    <div id="bd">
20         <div id="yui-main">
21         <div class="yui-b">
22         
23     <h1>
24         <!-- TMPL_IF name="datereceived" -->
25             Receipt Summary for <i><!-- TMPL_VAR NAME="name" --></i> <!--TMPL_IF Name="invoice"--> <i> [ <!-- TMPL_VAR NAME="invoice" --> ] </i><!--/TMPL_IF --> on <i><!-- TMPL_VAR NAME="formatteddatereceived" --></i>
26         <!-- TMPL_ELSE -->
27             Receive orders from <!-- TMPL_VAR NAME="name" -->
28         <!-- /TMPL_IF -->
29     </h1>
30 <div id="acqui_receive_summary">
31     <p>Invoice number: <!-- TMPL_VAR NAME="invoice" --></p>
32     <p>Received by: <!-- TMPL_VAR NAME="loggedinusername" --></p>
33     <p>On: <!-- TMPL_VAR NAME="formatteddatereceived" --></p>
34         <!-- TODO: Add date picker, change rcv date. -->
35 </div>
36 <div id="acqui_receive_receivelist">
37     <h2>Items in shipment</h2>
38     <form action="/cgi-bin/koha/acqui/parcel.pl" method="get" name="orderform">
39     <table>
40         <tr>
41             <th>Quantity</th>
42             <th>Basket/Order</th>
43             <th>Summary</th>
44             <th>View Record</th>
45             <th>Est cost</th>
46             <th>Actual cost</th>
47             <th>TOTAL</th>
48         </tr>
49         <!-- TMPL_LOOP NAME="loop_received" -->
50             <tr>
51                 <td><!-- TMPL_VAR NAME="quantityreceived" --></td>
52                 <td><a href="/cgi-bin/koha/acqui/basket.pl?basketno=<!-- TMPL_VAR NAME="basketno" -->"><!-- TMPL_VAR NAME="basketno" --></a>&nbsp; / &nbsp;<!-- TMPL_VAR NAME="ordernumber" --></td>
53                 <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a>
54                 <!-- TMPL_IF NAME="isbn" --><br />ISBN: <!-- TMPL_VAR NAME="isbn" --><!--/TMPL_IF-->
55                 <!-- TMPL_IF NAME="author" --><br />author :<!-- TMPL_VAR NAME="author" --><!--/TMPL_IF-->
56                 <!-- TMPL_IF NAME="publishercode" --><br />Publisher :<!-- TMPL_VAR NAME="publishercode" --><!--/TMPL_IF-->
57                 </td>
58                 <td><a href="/cgi-bin/koha/catalogue/showmarc.pl?id=<!-- TMPL_VAR NAME="biblionumber" -->" title="MARC" rel="gb_page_center[600,500]">View MARC</a></td>
59                 <td><!-- TMPL_VAR NAME="ecost" --></td>
60                 <td><!-- TMPL_VAR NAME="unitprice" --></td>
61                 <td><!-- TMPL_VAR NAME="total" --></td>
62             </tr>
63         <!-- /TMPL_LOOP -->
64         <tr>
65             <td colspan="3">&nbsp;</td>
66             <th>SUBTOTAL</th>
67             <td>&nbsp;</td>
68             <th><!-- TMPL_VAR NAME="totalprice" --></th>
69             <th><!-- TMPL_VAR NAME="tototal" --></th>
70         </tr>
71           <!-- TMPL_IF NAME="totalfreight" -->
72                 <tr>
73             <td colspan="5">
74             </td>
75             </p>
76                         <th colspan="1">Shipping</th>
77             <td><!-- TMPL_VAR NAME="totalfreight" --></td>
78         </tr> <!-- /TMPL_IF -->
79           <!-- TMPL_IF NAME="gst" -->
80                 <tr>
81             <td colspan="5">
82             <p class="message">
83                         <b>HELP</b>
84                 <p>The total at the bottom of the page should be within a few cents of the total for the invoice.</p>
85             </td>
86             </p>
87                         <td colspan="2"><b>GST</b></td>
88             <td><!-- TMPL_VAR NAME="gst" --></td>
89         </tr> <!-- /TMPL_IF -->
90         <tr>
91         <td colspan="3">&nbsp;</td>
92             <th>TOTAL</th>
93             <td colspan="2">&nbsp;</td>
94             <th><!-- TMPL_VAR NAME="grandtot" --></th>
95         </tr>
96     </table>
97     </form>
98 </div>
99 <div id="acqui_receive_search">
100     <h2>Search orders to add to this shipment</h2>
101     <form action="/cgi-bin/koha/acqui/orderreceive.pl">
102         <input type="hidden" name="supplierid" value="<!-- TMPL_VAR NAME="supplierid" -->" />
103         <input type="hidden" name="gst" value="<!-- TMPL_VAR NAME="gst" -->" />
104         <input type="hidden" name="freight" value="<!-- TMPL_VAR NAME="freight" -->" />
105         <input type="hidden" name="invoice" value="<!-- TMPL_VAR NAME="invoice" -->" />
106         <p><label for="receive">Search ISBN or Title:</label> <input type="text" size="25" id="receive" name="receive" /></p>
107     </form>
108     <table> <caption>or select a pending orders</caption>
109         <tr>
110             <th>BASKET</th>
111             <th>Summary</th>
112                         <th>View Record</th>
113             <th>Still on order</th>
114             <th>Unit cost</th>
115             <th>Order cost</th>
116             <th>&nbsp;</th>
117         </tr>
118         <!-- TMPL_LOOP NAME="loop_orders" -->
119             <tr>
120                 <td><a href="/cgi-bin/koha/acqui/basket.pl?basketno=<!-- TMPL_VAR NAME="basketno" -->"><!-- TMPL_VAR NAME="basketno" --></a></td>
121                 <td>
122                   <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a>
123                   <!-- TMPL_VAR NAME="title" --></a>
124                 <!-- TMPL_IF NAME="isbn" --><br />ISBN: <!-- TMPL_VAR NAME="isbn" --><!--/TMPL_IF-->
125                 <!-- TMPL_IF NAME="author" --><br />author :<!-- TMPL_VAR NAME="author" --><!--/TMPL_IF-->
126                 <!-- TMPL_IF NAME="publishercode" --><br />Publisher :<!-- TMPL_VAR NAME="publishercode" --><!--/TMPL_IF-->
127                 </td>
128                 <td><a href="/cgi-bin/koha/catalogue/showmarc.pl?id=<!-- TMPL_VAR NAME="biblionumber" -->" title="MARC" rel="gb_page_center[600,500]">MARC</a> | <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&id=<!-- TMPL_VAR NAME="biblionumber" -->" title="MARC" rel="gb_page_center[600,500]">Card</a></td>
129                 <td> <!-- TMPL_VAR NAME="quantity" --></td>
130                 <td><!-- TMPL_VAR NAME="ecost" --></td>
131                 <td><!-- TMPL_VAR NAME="ordertotal" --></td>
132                                 <td><a href="orderreceive.pl?receive=<!-- TMPL_VAR NAME="ordernumber" -->&amp;biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&amp;datereceived=<!-- TMPL_VAR NAME="invoicedatereceived" -->&amp;invoice=<!-- TMPL_VAR NAME="invoice" -->&amp;gst=<!-- TMPL_VAR NAME="gst" -->&amp;freight=<!-- TMPL_VAR NAME="freight" -->&amp;supplierid=<!-- TMPL_VAR NAME="supplierid" -->">Receive order</a></td>
133             </tr>
134         <!-- /TMPL_LOOP -->
135             <tr><td colspan="2">&nbsp;</td>
136                 <th>TOTAL</th>
137                 <th> <!-- TMPL_VAR NAME="totalPquantity" --> </th>
138                                 <td>&nbsp;</td>
139                 <th><!-- TMPL_VAR NAME="ordergrandtotal" --></th>
140                                 <td>&nbsp;</td>
141             </tr>
142      </table>
143 </div>
144 </div>
145 </div>
146 <div class="yui-b">
147 <!-- TMPL_INCLUDE NAME="acquisitions-menu.inc" -->
148 </div>
149 </div>
150 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->