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