Modifications to enable YUI-Grids layout structure. Unfinished.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / parcel.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Recieve <!-- TMPL_VAR name="bookselname" --></title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 <!-- TMPL_INCLUDE NAME="header.inc" -->
5 <!-- TMPL_INCLUDE NAME="menu-acqui.inc" -->
6
7 <div id="doc3" class="yui-t2">
8    
9    <div id="bd">
10         <div id="yui-main">
11         <div class="yui-b"><div class="yui-g">
12         
13     <h1>
14         <!-- TMPL_IF name="date" -->
15             Receipt Summary for <i><!-- TMPL_VAR NAME="name" --></i> <!--TMPL_IF Name="invoice"-->Parcel <i><!-- TMPL_VAR NAME="invoice" --></i><!--/TMPL_IF --> on <i><!-- TMPL_VAR NAME="date" --></i>
16         <!-- TMPL_ELSE -->
17             orders not yet recieved for <!-- TMPL_VAR NAME="name" -->
18         <!-- /TMPL_IF -->
19     </h1>
20 <div id="acqui_recieve_summary">
21     <p>Parcel: <!-- TMPL_VAR NAME="invoice" --></p>
22     <p>Received by: <!-- TMPL_VAR NAME="loggedinusername" --></p>
23     <p>On: <!-- TMPL_VAR NAME="datereceived" --></p>
24 </div>
25 <div id="acqui_recieve_recievelist">
26     <h2>Recieve list</h2>
27     <form action="" method="get" name="orderform">
28     <table>
29         <tr>
30             <th>BASKET</th>
31             <th>Summary</th>
32             <th>QTY ordered</th>
33             <th>Est Cost</th>
34             <th>ACTUAL</th>
35             <th>P&amp;P</th>
36             <th>QTY received</th>
37             <th>TOTAL</th>
38         </tr>
39         <!-- TMPL_LOOP NAME="loop_received" -->
40             <tr>
41                 <td><!-- TMPL_VAR NAME="basketno" --></td>
42                 <td><a href="orderreceive.pl?recieve=<!-- TMPL_VAR NAME="ordernumber" -->&amp;biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&amp;daterecieved=<!-- TMPL_VAR NAME="datereceived" -->&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>
43                 <!-- TMPL_IF NAME="isbn" --><br />ISBN: <!-- TMPL_VAR NAME="isbn" --><!--/TMPL_IF-->
44                 <!-- TMPL_IF NAME="author" --><br />author :<!-- TMPL_VAR NAME="author" --><!--/TMPL_IF-->
45                 <!-- TMPL_IF NAME="publishercode" --><br />Publisher :<!-- TMPL_VAR NAME="publishercode" --><!--/TMPL_IF-->
46                 </td>
47                 <td><!-- TMPL_VAR NAME="quantity" --></td>
48                 <td><!-- TMPL_VAR NAME="ecost" --></td>
49                 <td><!-- TMPL_VAR NAME="unitprice" --></td>
50                 <td></td>
51                 <td><!-- TMPL_VAR NAME="quantityreceived" --></td>
52                 <td><!-- TMPL_VAR NAME="total" --></td>
53             </tr>
54         <!-- /TMPL_LOOP -->
55         <tr>
56             <th colspan="3"></th>
57             <th>SUBTOTALS</th>
58             <th><!-- TMPL_VAR NAME="totalprice" --></th>
59             <th><!-- TMPL_VAR NAME="totalfreight" --></th>
60             <th><!-- TMPL_VAR NAME="totalquantity" --></th>
61             <th><!-- TMPL_VAR NAME="tototal" --></th>
62         </tr>
63         <tr>
64             <td colspan="5">
65             <b>HELP</b>
66                 <p>The total at the bottom of the page should be within a few cents of the total for the invoice.</p>
67             </td>
68             <td colspan="2"><b>GST</b></td>
69             <td><!-- TMPL_VAR NAME="gst" --></td>
70         </tr>
71         <tr>
72         <td colspan="5">&nbsp;</td>
73             <td colspan="2"><b>TOTAL</b></td>
74             <td><!-- TMPL_VAR NAME="grandtot" --></td>
75         </tr>
76     </table>
77     </form>
78 </div>
79 <div id="acqui_recieve_search">
80     <h2>Add a book to the receipt</h2>
81     <form action="/cgi-bin/koha/acqui/orderreceive.pl">
82         <input type="hidden" name="supplierid" value="<!-- TMPL_VAR NAME="supplierid" -->" />
83         <input type="hidden" name="gst" value="<!-- TMPL_VAR NAME="gst" -->" />
84         <input type="hidden" name="freight" value="<!-- TMPL_VAR NAME="freight" -->" />
85         <input type="hidden" name="invoice" value="<!-- TMPL_VAR NAME="invoice" -->" />
86         <p><label for="recieve">Search ISBN or Title:</label> <input type="text" size="25" id="recieve" name="recieve" /></p>
87     </form>
88     <table> <caption>or select a pending orders</caption>
89         <tr>
90             <th>BASKET</th>
91             <th>Summary</th>
92             <th>Est. Cost</th>
93             <th>P&amp;P</th>
94             <th>QTY Ordered</th>
95             <th>QTY</th>
96             <th>TOTAL</th>
97         </tr>
98         <!-- TMPL_LOOP NAME="loop_orders" -->
99             <tr>
100                 <td><!-- TMPL_VAR NAME="basketno" --></td>
101                 <td>
102                   <a href="orderreceive.pl?recieve=<!-- TMPL_VAR NAME="ordernumber" -->&amp;biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&amp;daterecieved=<!-- TMPL_VAR NAME="datereceived" -->&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>
103                 <!-- TMPL_IF NAME="isbn" --><br />ISBN: <!-- TMPL_VAR NAME="isbn" --><!--/TMPL_IF-->
104                 <!-- TMPL_IF NAME="author" --><br />author :<!-- TMPL_VAR NAME="author" --><!--/TMPL_IF-->
105                 <!-- TMPL_IF NAME="publishercode" --><br />Publisher :<!-- TMPL_VAR NAME="publishercode" --><!--/TMPL_IF-->
106                 </td>
107                 <td><!-- TMPL_VAR NAME="unitprice" --></td>
108                 <td></td>
109                 <td><!-- TMPL_VAR NAME="quantity" --></td>
110                 <td><!-- TMPL_VAR NAME="quantityreceived" --></td>
111                 <td><!-- TMPL_VAR NAME="ecost" --></td>
112             </tr>
113         <!-- /TMPL_LOOP -->
114      </table>
115 </div>
116 </div>
117 </div>
118 </div>
119
120 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
121 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->