too many column merged. minor change
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / orderreceive.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Acquisitions &rsaquo; Receipt summary for : <!-- TMPL_VAR NAME="name" --> <!-- TMPL_IF NAME="invoice" -->invoice, <!-- TMPL_VAR NAME="invoice" --><!-- /TMPL_IF --></title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="acquisitions-search.inc" -->
8
9 <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; <a href="/cgi-bin/koha/acqui/supplier.pl?supplierid=<!-- TMPL_VAR NAME="supplierid" -->"><!-- TMPL_VAR NAME="name" --></a> &rsaquo; Receipt order for : <!-- TMPL_VAR NAME="name" --> <!-- TMPL_IF NAME="invoice" -->Parcel <!-- TMPL_VAR NAME="invoice" --><!-- /TMPL_IF --> (order #<!-- TMPL_VAR NAME="ordernumber" -->)</div>
10
11 <div id="doc3" class="yui-t2">
12    
13    <div id="bd">
14         <div id="yui-main">
15         <div class="yui-b">
16
17 <h1>Receipt order for : <!-- TMPL_VAR NAME="name" --> <!-- TMPL_IF NAME="invoice" -->Parcel <!-- TMPL_VAR NAME="invoice" --><!-- /TMPL_IF --> (order #<!-- TMPL_VAR NAME="ordernumber" -->)</h1>
18
19 <!-- TMPL_IF name="count" -->
20     <form action="/cgi-bin/koha/acqui/finishreceive.pl" method="post">
21 <div class="yui-g">
22 <div class="yui-u first">
23     
24     <fieldset class="rows">
25     <legend>Catalogue Details</legend>
26     <ol><li><span class="label">Title: </span><!-- TMPL_VAR NAME="title" --></li>
27     <li> <span class="label">Author: </span>
28         <!-- TMPL_VAR NAME="author" --></li>
29     <li><span class="label">Copyright Date: </span>
30         <!-- TMPL_VAR NAME="copyrightdate" --></li>
31     
32     <li> <span class="label">ISBN: </span>
33         <!-- TMPL_VAR NAME="isbn" --></li>
34     <li> <span class="label">Series: </span>
35         <!-- TMPL_VAR NAME="seriestitle" --></li>
36     <li> <label for="barcode">Item Barcode: </label>
37         <input type="text" size="20" name="barcode" id="barcode" value="<!-- TMPL_VAR NAME="barcode" -->" /></li>
38     <li> <label for="volinf">Volume Info (for serials): </label>
39         <input type="text" size="20" name="volinf" id="volinf" /></li></ol>
40     <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
41     <input type="hidden" name="ordnum" value="<!-- TMPL_VAR NAME="ordernumber" -->" />
42     <input type="hidden" name="biblioitemnumber" value="<!-- TMPL_VAR NAME="biblioitemnumber" -->" />
43     <input type="hidden" name="supplierid" value="<!-- TMPL_VAR NAME="supplierid" -->" />
44     <input type="hidden" name="daterecieved" value="<!-- TMPL_VAR NAME="daterecieved" -->" />
45     <input type="hidden" name="freight" value="<!-- TMPL_VAR NAME="freight" -->" />
46     <input type="hidden" name="gst" value="<!-- TMPL_VAR NAME="gst" -->" />
47     </fieldset>
48         </div>
49         <div class="yui-u">
50     <fieldset class="rows">
51     <legend>Accounting Details</legend>
52        <ol> <li><label for="quantity">Quantity Ordered: </label><input type="text" size="20" name="quantity" id="quantity" value="<!-- TMPL_VAR NAME="quantity" -->" /></li>
53         <li><label for="quantityrec">Quantity Received: </label><input type="text" size="20" name="quantityrec" id="quantityrec" value="<!-- TMPL_VAR NAME="quantityreceived" -->" /></li>
54         <li><label for="rrp">Replacement Cost: </label><input type="text" size="20" name="rrp" id="rrp" value="<!-- TMPL_VAR NAME="rrp" -->" /></li>
55         <li><label for="ecost">Budgeted Cost: </label><input type="text" size="20" name="ecost" id="ecost" value="<!-- TMPL_VAR NAME="ecost" -->" /></li>
56         <li><label for="cost">Actual Cost</label>
57         <!-- TMPL_IF name="unitprice"-->
58          <input type="text" size="20" name="cost" id="cost" value="<!-- TMPL_VAR NAME="unitprice" -->" />
59         <!-- TMPL_ELSE -->
60             <input type="text" size="20" name="cost" id="cost" value="<!-- TMPL_VAR name="ecost" -->" />
61         <!-- /TMPL_IF --></li></ol>
62         <input type="hidden" name="invoice" value="<!-- TMPL_VAR NAME="invoice" -->" />
63     </fieldset>
64
65 </div>
66 </div><div class="yui-g"><fieldset class="action"><!-- TMPL_IF name="catview" -->
67         <input type="submit"  name="submit" value="Save" /> <a class="cancel" href="/cgi-bin/koha/acqui/parcel.pl?supplierid=<!-- TMPL_VAR NAME="supplierid" -->&amp;invoice=<!-- TMPL_VAR NAME="invoice" -->&amp;gst=<!-- TMPL_VAR NAME="gst" -->&amp;freight=<!-- TMPL_VAR NAME="freight" -->">Cancel</a>
68     <!-- TMPL_ELSE -->
69         <a href="/cgi-bin/koha/acqui/neworderempty.pl?ordnum=<!-- TMPL_VAR NAME="ordernumber" -->&amp;id=<!-- TMPL_VAR NAME="booksellerid" -->">Edit</a>
70     <!-- /TMPL_IF --></fieldset></div>    </form>
71 <!-- TMPL_ELSE -->
72 <div id="acqui_acquire_orderlist">
73     <table>
74     <tr>
75         <th>Basket</th>
76         <th>ISBN</th>
77         <th>Title</th>
78         <th>Author</th>
79         <th>Qty</th>
80         <th>Received</th>
81     </tr>
82     <!-- TMPL_LOOP name="loop" -->
83         <tr>
84             <td><!-- TMPL_VAR NAME="basketno" --></td>
85             <td><!-- TMPL_VAR NAME="isbn" --></td>
86          <td><a href="orderreceive.pl?daterecieved=<!-- TMPL_VAR NAME="daterecieved" -->&amp;recieve=<!-- TMPL_VAR NAME="ordernumber" -->&amp;biblio=<!-- TMPL_VAR NAME="biblionumber" -->&amp;invoice=<!-- TMPL_VAR NAME="invoice" -->&amp;freight=<!-- TMPL_VAR NAME="freight" -->&amp;gst=<!-- TMPL_VAR NAME="gst" -->&amp;id=<!-- TMPL_VAR NAME="id" -->"><!-- TMPL_VAR NAME="title" --></a></td>
87             <td><!-- TMPL_VAR NAME="author" --></td>
88             <td><!-- TMPL_VAR NAME="quantity" --></td>
89             <td><!-- TMPL_VAR NAME="quantityrecieved" --></td>
90         </tr>
91     <!-- /TMPL_LOOP -->
92     </table>
93 </div>
94 <!-- /TMPL_IF -->
95
96 </div>
97 </div>
98 <div class="yui-b">
99 <!-- TMPL_INCLUDE NAME="acquisitions-menu.inc" -->
100 </div>
101 </div>
102 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->