Small patch again to fix repeated col in reserveratios.tmpl
[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="datereceived" -->
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         <!-- TMPL_IF NAME="receive_error" -->
23         <div id="page_error" class="error">
24         <h3>Error adding items:</h3>
25         <ul>
26         <!-- TMPL_LOOP NAME="error_loop" -->
27                 <li><!-- TMPL_VAR NAME="error_param" --> : <!-- TMPL_IF NAME="error_duplicate_barcode" -->Duplicate Barcode<!-- /TMPL_IF --> <!-- todo: other error conditions come here. --></li>
28         <!-- /TMPL_LOOP -->
29         </div>
30         <!-- /TMPL_IF -->
31     <h1>
32         <!-- TMPL_IF name="datereceived" -->
33             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>
34         <!-- TMPL_ELSE -->
35             Receive orders from <!-- TMPL_VAR NAME="name" -->
36         <!-- /TMPL_IF -->
37     </h1>
38 <div id="acqui_receive_summary">
39     <p>Invoice number: <!-- TMPL_VAR NAME="invoice" --></p>
40     <p>Received by: <!-- TMPL_VAR NAME="loggedinusername" --></p>
41     <p>On: <!-- TMPL_VAR NAME="formatteddatereceived" --></p>
42         <!-- TODO: Add date picker, change rcv date. -->
43 </div>
44 <div id="acqui_receive_receivelist">
45     <h2>Items in shipment</h2>
46     <form action="/cgi-bin/koha/acqui/parcel.pl" method="get" name="orderform">
47     <table>
48         <tr>
49             <th>Quantity</th>
50             <th>Basket/Order</th>
51             <th>Summary</th>
52             <th>View Record</th>
53             <th>Est cost</th>
54             <th>Actual cost</th>
55             <th>TOTAL</th>
56         </tr>
57         <!-- TMPL_LOOP NAME="loop_received" -->
58             <tr>
59                 <td><!-- TMPL_VAR NAME="quantityreceived" --></td>
60                 <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>
61                 <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a>
62                 <!-- TMPL_IF NAME="isbn" --><br />ISBN: <!-- TMPL_VAR NAME="isbn" --><!--/TMPL_IF-->
63                 <!-- TMPL_IF NAME="author" --><br />author :<!-- TMPL_VAR NAME="author" --><!--/TMPL_IF-->
64                 <!-- TMPL_IF NAME="publishercode" --><br />Publisher :<!-- TMPL_VAR NAME="publishercode" --><!--/TMPL_IF-->
65                 </td>
66                 <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>
67                 <td><!-- TMPL_VAR NAME="ecost" --></td>
68                 <td><!-- TMPL_VAR NAME="unitprice" --></td>
69                 <td><!-- TMPL_VAR NAME="total" --></td>
70             </tr>
71         <!-- /TMPL_LOOP -->
72         <tr>
73             <td colspan="3">&nbsp;</td>
74             <th>SUBTOTAL</th>
75             <td>&nbsp;</td>
76             <th><!-- TMPL_VAR NAME="totalprice" --></th>
77             <th><!-- TMPL_VAR NAME="tototal" --></th>
78         </tr>
79           <!-- TMPL_IF NAME="totalfreight" -->
80                 <tr>
81             <td colspan="5">
82             </td>
83             </p>
84                         <th colspan="1">Shipping</th>
85             <td><!-- TMPL_VAR NAME="totalfreight" --></td>
86         </tr> <!-- /TMPL_IF -->
87           <!-- TMPL_IF NAME="gst" -->
88                 <tr>
89             <td colspan="5">
90             <p class="message">
91                         <b>HELP</b>
92                 <p>The total at the bottom of the page should be within a few cents of the total for the invoice.</p>
93             </td>
94             </p>
95                         <td colspan="2"><b>GST</b></td>
96             <td><!-- TMPL_VAR NAME="gst" --></td>
97         </tr> <!-- /TMPL_IF -->
98         <tr>
99         <td colspan="3">&nbsp;</td>
100             <th>TOTAL</th>
101             <td colspan="2">&nbsp;</td>
102             <th><!-- TMPL_VAR NAME="grandtot" --></th>
103         </tr>
104     </table>
105     </form>
106 </div>
107 <div id="acqui_receive_search">
108     <h2>Search orders to add to this shipment</h2>
109     <form action="/cgi-bin/koha/acqui/orderreceive.pl">
110         <input type="hidden" name="supplierid" value="<!-- TMPL_VAR NAME="supplierid" -->" />
111         <input type="hidden" name="gst" value="<!-- TMPL_VAR NAME="gst" -->" />
112         <input type="hidden" name="freight" value="<!-- TMPL_VAR NAME="freight" -->" />
113         <input type="hidden" name="invoice" value="<!-- TMPL_VAR NAME="invoice" -->" />
114         <p><label for="receive">Search ISBN or Title:</label> <input type="text" size="25" id="receive" name="receive" /></p>
115     </form>
116     <table> <caption>or select a pending orders</caption>
117         <tr>
118             <th>BASKET</th>
119             <th>Summary</th>
120                         <th>View Record</th>
121             <th>Still on order</th>
122             <th>Unit cost</th>
123             <th>Order cost</th>
124             <th>&nbsp;</th>
125         </tr>
126         <!-- TMPL_LOOP NAME="loop_orders" -->
127             <tr>
128                 <td><a href="/cgi-bin/koha/acqui/basket.pl?basketno=<!-- TMPL_VAR NAME="basketno" -->"><!-- TMPL_VAR NAME="basketno" --></a></td>
129                 <td>
130                   <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a>
131                 <!-- TMPL_IF NAME="isbn" --><br />ISBN: <!-- TMPL_VAR NAME="isbn" --><!--/TMPL_IF-->
132                 <!-- TMPL_IF NAME="author" --><br />author :<!-- TMPL_VAR NAME="author" --><!--/TMPL_IF-->
133                 <!-- TMPL_IF NAME="publishercode" --><br />Publisher :<!-- TMPL_VAR NAME="publishercode" --><!--/TMPL_IF-->
134                 </td>
135                 <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>
136                 <td> <!-- TMPL_VAR NAME="quantity" --></td>
137                 <td><!-- TMPL_VAR NAME="ecost" --></td>
138                 <td><!-- TMPL_VAR NAME="ordertotal" --></td>
139                                 <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>
140             </tr>
141         <!-- /TMPL_LOOP -->
142             <tr><td colspan="2">&nbsp;</td>
143                 <th>TOTAL</th>
144                 <th> <!-- TMPL_VAR NAME="totalPquantity" --> </th>
145                                 <td>&nbsp;</td>
146                 <th><!-- TMPL_VAR NAME="ordergrandtotal" --></th>
147                                 <td>&nbsp;</td>
148             </tr>
149      </table>
150 </div>
151 </div>
152 </div>
153 <div class="yui-b">
154 <!-- TMPL_INCLUDE NAME="acquisitions-menu.inc" -->
155 </div>
156 </div>
157 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->