orderreceive.tmpl replace acquire.tmpl
parcel.tmpl replace receive.tmpl parcels.tmpl replace recieveorder.tmpl
This commit is contained in:
parent
6c9724209f
commit
be13cb92e3
6 changed files with 211 additions and 4 deletions
|
@ -86,7 +86,7 @@
|
|||
<tr>
|
||||
<td><!-- TMPL_VAR NAME="basketno" --></td>
|
||||
<td><!-- TMPL_VAR NAME="isbn" --></td>
|
||||
<td><a href="acquire.pl?recieve=<!-- TMPL_VAR NAME="ordernumber" -->&biblio=<!-- TMPL_VAR NAME="biblionumber" -->&invoice=<!-- TMPL_VAR NAME="invoice" -->&freight=<!-- TMPL_VAR NAME="freight" -->&gst=<!-- TMPL_VAR NAME="gst" -->&id=<!-- TMPL_VAR NAME="id" -->"><!-- TMPL_VAR NAME="title" --></a></td>
|
||||
<td><a href="orderreceive.pl?recieve=<!-- TMPL_VAR NAME="ordernumber" -->&biblio=<!-- TMPL_VAR NAME="biblionumber" -->&invoice=<!-- TMPL_VAR NAME="invoice" -->&freight=<!-- TMPL_VAR NAME="freight" -->&gst=<!-- TMPL_VAR NAME="gst" -->&id=<!-- TMPL_VAR NAME="id" -->"><!-- TMPL_VAR NAME="title" --></a></td>
|
||||
<td><!-- TMPL_VAR NAME="author" --></td>
|
||||
<td><!-- TMPL_VAR NAME="quantity" --></td>
|
||||
<td><!-- TMPL_VAR NAME="quantityrecieved" --></td>
|
||||
|
|
100
koha-tmpl/intranet-tmpl/prog/en/acqui/orderreceive.tmpl
Normal file
100
koha-tmpl/intranet-tmpl/prog/en/acqui/orderreceive.tmpl
Normal file
|
@ -0,0 +1,100 @@
|
|||
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Receipt Summary for : <!-- TMPL_VAR NAME="name" --> <!-- TMPL_IF NAME="invoice" -->Invoice, <!-- TMPL_VAR NAME="invoice" --><!-- /TMPL_IF --><!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
||||
|
||||
<!-- TMPL_INCLUDE NAME="menus.inc" -->
|
||||
<!-- TMPL_INCLUDE NAME="menu-acqui.inc" -->
|
||||
|
||||
|
||||
<h1>Receipt Summary for : <!-- TMPL_VAR NAME="name" --> <!-- TMPL_IF NAME="invoice" -->Invoice, <!-- TMPL_VAR NAME="invoice" --><!-- /TMPL_IF --></h1>
|
||||
|
||||
<div id="acqui_acquire_summary">
|
||||
Invoice: <!-- TMPL_VAR NAME="invoice" --></p>
|
||||
<p>Received By: <!-- TMPL_VAR NAME="user" --></p>
|
||||
<p>Date: <!-- TMPL_VAR NAME="date" --></p>
|
||||
</div>
|
||||
|
||||
<!-- TMPL_IF name="count" -->
|
||||
<div id="acqui_acquire_neworder">
|
||||
<script language="javascript" type="text/javascript">
|
||||
<!--
|
||||
function messenger(X,Y,etc){
|
||||
win=window.open("","mess","height="+X+",width="+Y+",screenX=150,screenY=0");
|
||||
win.focus();
|
||||
win.document.close();
|
||||
win.document.write("<body link='#333333' bgcolor='#ffffff' text='#000000'><font size=2><p><br>");
|
||||
win.document.write(etc);
|
||||
win.document.write("<center><form><input type=button onclick='self.close()' value=Close></form></center>");
|
||||
win.document.write("</font></body></html>");
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<form action="/cgi-bin/koha/acqui/finishreceive.pl" method="post">
|
||||
<h1><!-- TMPL_VAR NAME="ordernumber" --> - Receive Order</h1>
|
||||
<ul><li>Shopping Basket For: <!-- TMPL_VAR NAME="name" --></li>
|
||||
<li>Order placed on: <!-- TMPL_VAR NAME="date" --></li>
|
||||
</ul>
|
||||
|
||||
<h2>Catalogue Details</h2>
|
||||
<p><label>Title *</label><input type="text" size="20" name="title" value="<!-- TMPL_VAR NAME="title" -->" /></p>
|
||||
<p><label>Author</label><input type="text" size="20" name="author" value="<!-- TMPL_VAR NAME="author" -->" /></p>
|
||||
<p><label>Copyright Date</label><input type="text" size="20" name="copyright" value="<!-- TMPL_VAR NAME="copyrightdate" -->" /></p>
|
||||
<p><label>Format</label><!-- TMPL_VAR NAME="CGIitemtype" --></p>
|
||||
<p><label>ISBN</label><input type="text" size="20" name="ISBN" value="<!-- TMPL_VAR NAME="isbn" -->" /></p>
|
||||
<p><label>Series</label><input type="text" size="20" name="Series" value="<!-- TMPL_VAR NAME="seriestitle" -->" /></p>
|
||||
<p><label>Branch</label>
|
||||
<select name="branch">
|
||||
<!-- TMPL_LOOP name="branchloop" -->
|
||||
<option value="<!-- TMPL_VAR name="value" -->"><!-- TMPL_VAR name="branchname" --></option>
|
||||
<!-- /TMPL_LOOP -->
|
||||
</select>
|
||||
</p>
|
||||
<p><label>Item Barcode *</label><input type="text" size="20" name="barcode" value="<!-- TMPL_VAR NAME="barcode" -->" /></p>
|
||||
<p><label>Volume Info (for serials) *</label><input type="text" size="20" name="volinf" /></p>
|
||||
<input type="hidden" name="biblio" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
|
||||
<input type="hidden" name="ordnum" value="<!-- TMPL_VAR NAME="ordernumber" -->" />
|
||||
<input type="hidden" name="biblioitemnum" value="<!-- TMPL_VAR NAME="biblioitemnumber" -->" />
|
||||
<input type="hidden" name="id" value="<!-- TMPL_VAR NAME="booksellerid" -->" />
|
||||
<input type="hidden" name="freight" value="<!-- TMPL_VAR NAME="freight" -->" />
|
||||
<input type="hidden" name="gst" value="<!-- TMPL_VAR NAME="gst" -->" />
|
||||
<!-- TMPL_IF name="catview" -->
|
||||
<input type="submit" name="submit" value="Save" />
|
||||
<!-- TMPL_ELSE -->
|
||||
<a href="/cgi-bin/koha/acqui/newbiblio.pl?ordnum=<!-- TMPL_VAR NAME="ordernumber" -->&id=<!-- TMPL_VAR NAME="booksellerid" -->">Edit</a>
|
||||
<!-- /TMPL_IF -->
|
||||
<h2>Accounting Details</h2>
|
||||
<p><label>Bookfund *</label><!-- TMPL_VAR NAME="CGIbookfund" --></p>
|
||||
<p><label>Quantity Ordered</label><input type="text" size="20" name="quantity" value="<!-- TMPL_VAR NAME="quantity" -->" /></p>
|
||||
<p><label>Quantity Received *</label><input type="text" size="20" name="quantityrec" value="<!-- TMPL_VAR NAME="quantityreceived" -->" /></p>
|
||||
<p><label>Replacement Cost</label><input type="text" size="20" name="rrp" value="<!-- TMPL_VAR NAME="rrp" -->" /></p>
|
||||
<p><label>Budgeted Cost </label><input type="text" size="20" name="ecost" value="<!-- TMPL_VAR NAME="ecost" -->" /></p>
|
||||
<p><label>Actual Cost *</label><input type="text" size="20" name="cost" value="<!-- TMPL_IF name="unitprice"--><!-- TMPL_VAR NAME="unitprice" --><!-- TMPL_ELSE --><!-- TMPL_VAR name="rrp" --><!-- /TMPL_IF -->" /></p>
|
||||
<p><label>Invoice Number</label><!-- TMPL_VAR NAME="invoice" --><input type="hidden" name="invoice" value="<!-- TMPL_VAR NAME="invoice" -->" /></p>
|
||||
<p><label>Notes</label><input type="text" size="20" name="notes" value="<!-- TMPL_VAR NAME="notes" -->" /></p>
|
||||
</form>
|
||||
</div>
|
||||
<!-- TMPL_ELSE -->
|
||||
<div id="acqui_acquire_orderlist">
|
||||
<table>
|
||||
<tr>
|
||||
<th>Basket</th>
|
||||
<th>ISBN</th>
|
||||
<th>Title</th>
|
||||
<th>Author</th>
|
||||
<th>Qty</th>
|
||||
<th>Received</th>
|
||||
</tr>
|
||||
<!-- TMPL_LOOP name="loop" -->
|
||||
<tr>
|
||||
<td><!-- TMPL_VAR NAME="basketno" --></td>
|
||||
<td><!-- TMPL_VAR NAME="isbn" --></td>
|
||||
<td><a href="orderreceive.pl?recieve=<!-- TMPL_VAR NAME="ordernumber" -->&biblio=<!-- TMPL_VAR NAME="biblionumber" -->&invoice=<!-- TMPL_VAR NAME="invoice" -->&freight=<!-- TMPL_VAR NAME="freight" -->&gst=<!-- TMPL_VAR NAME="gst" -->&id=<!-- TMPL_VAR NAME="id" -->"><!-- TMPL_VAR NAME="title" --></a></td>
|
||||
<td><!-- TMPL_VAR NAME="author" --></td>
|
||||
<td><!-- TMPL_VAR NAME="quantity" --></td>
|
||||
<td><!-- TMPL_VAR NAME="quantityrecieved" --></td>
|
||||
</tr>
|
||||
<!-- /TMPL_LOOP -->
|
||||
</table>
|
||||
</div>
|
||||
<!-- /TMPL_IF -->
|
||||
|
||||
<!-- TMPL_INCLUDE name="intranet-bottom.inc" -->
|
||||
|
80
koha-tmpl/intranet-tmpl/prog/en/acqui/parcel.tmpl
Normal file
80
koha-tmpl/intranet-tmpl/prog/en/acqui/parcel.tmpl
Normal file
|
@ -0,0 +1,80 @@
|
|||
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Recieve <!-- TMPL_VAR name="bookselname" --><!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
||||
|
||||
<!-- TMPL_INCLUDE NAME="menus.inc" -->
|
||||
<!-- TMPL_INCLUDE NAME="menu-acqui.inc" -->
|
||||
|
||||
<h1>
|
||||
<!-- TMPL_IF name="invoice" -->
|
||||
Receipt Summary for <i><!-- TMPL_VAR NAME="name" --></i> Invoice <i><!-- TMPL_VAR NAME="invoice" --></i>
|
||||
<!-- TMPL_ELSE -->
|
||||
orders not yet recieved for <!-- TMPL_VAR NAME="name" -->
|
||||
<!-- /TMPL_IF -->
|
||||
</h1>
|
||||
<div id="acqui_recieve_summary">
|
||||
<p>Invoice: <!-- TMPL_VAR NAME="invoice" --></p>
|
||||
<p>Received By: <!-- TMPL_VAR NAME="user" --></p>
|
||||
<p>On: <!-- TMPL_VAR NAME="date" --></p>
|
||||
</div>
|
||||
<div id="acqui_recieve_recievelist">
|
||||
<h2>Recieve list</h2>
|
||||
<form action="" method="get" name="orderform">
|
||||
<table>
|
||||
<tr>
|
||||
<th class="acquisition">BASKET</th>
|
||||
<th class="acquisition">ISBN</th>
|
||||
<th class="acquisition">TITLE</th>
|
||||
<th class="acquisition">AUTHOR</th>
|
||||
<th class="acquisition">ACTUAL</th>
|
||||
<th class="acquisition">P&P</th>
|
||||
<th class="acquisition">QTY</th>
|
||||
<th class="acquisition">TOTAL</th>
|
||||
</tr>
|
||||
<!-- TMPL_LOOP NAME="loop_orders" -->
|
||||
<tr>
|
||||
<td><!-- TMPL_VAR NAME="basketno" --></td>
|
||||
<td><!-- TMPL_VAR NAME="isbn" --></td>
|
||||
<td><a href="orderreceive.pl?recieve=<!-- TMPL_VAR NAME="ordernumber" -->&biblio=<!-- TMPL_VAR NAME="biblionumber" -->&invoice=<!-- TMPL_VAR NAME="invoice" -->&gst=<!-- TMPL_VAR NAME="gst" -->&freight=<!-- TMPL_VAR NAME="freight" -->&supplierid=<!-- TMPL_VAR NAME="supplierid" -->"><!-- TMPL_VAR NAME="title" --></a></td>
|
||||
<td><!-- TMPL_VAR NAME="author" --></td>
|
||||
<td><!-- TMPL_VAR NAME="unitprice" --></td>
|
||||
<td></td>
|
||||
<td><!-- TMPL_VAR NAME="quantityrecieved" --></td>
|
||||
<td><!-- TMPL_VAR NAME="total" --></td>
|
||||
</tr>
|
||||
<!-- /TMPL_LOOP -->
|
||||
<tr>
|
||||
<th class="acquisition"></th>
|
||||
<th class="acquisition"></th>
|
||||
<th class="acquisition"></th>
|
||||
<th class="acquisition">SUBTOTALS</th>
|
||||
<th class="acquisition"><!-- TMPL_VAR NAME="totalprice" --></th>
|
||||
<th class="acquisition"><!-- TMPL_VAR NAME="totalfreight" --></th>
|
||||
<th class="acquisition"><!-- TMPL_VAR NAME="totalquantity" --></th>
|
||||
<th class="acquisition"><!-- TMPL_VAR NAME="tototal" --></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<b>HELP</b>
|
||||
<p>The total at the bottom of the page should be within a few cents of the total for the invoice.</p>
|
||||
</td>
|
||||
<td colspan="2"><b>GST</b></td>
|
||||
<td><!-- TMPL_VAR NAME="gst" --></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><b>TOTAL</b></td>
|
||||
<td><!-- TMPL_VAR NAME="grandtot" --></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
<div id="acqui_recieve_search">
|
||||
<h2>Add a book to the receipt</h2>
|
||||
<form action="/cgi-bin/koha/acqui/orderreceive.pl">
|
||||
<input type="hidden" name="supplierid" value="<!-- TMPL_VAR NAME="supplierid" -->" />
|
||||
<input type="hidden" name="gst" value="<!-- TMPL_VAR NAME="gst" -->" />
|
||||
<input type="hidden" name="freight" value="<!-- TMPL_VAR NAME="freight" -->" />
|
||||
<input type="hidden" name="invoice" value="<!-- TMPL_VAR NAME="invoice" -->" />
|
||||
<p><b>Search ISBN or Title:</b> <input type="text" size="25" name="recieve" /></p>
|
||||
</form>
|
||||
</div>
|
||||
<!-- TMPL_INCLUDE name="intranet-bottom.inc" -->
|
||||
|
27
koha-tmpl/intranet-tmpl/prog/en/acqui/parcels.tmpl
Normal file
27
koha-tmpl/intranet-tmpl/prog/en/acqui/parcels.tmpl
Normal file
|
@ -0,0 +1,27 @@
|
|||
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Recieve <!-- TMPL_VAR name="bookselname" --><!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
||||
<!-- TMPL_INCLUDE NAME="menus.inc" -->
|
||||
<!-- TMPL_INCLUDE NAME="menu-acqui.inc" -->
|
||||
|
||||
<h1>Receive Orders From Supplier <a href="/cgi-bin/koha/acqui/supplier.pl?supplierid=<!-- TMPL_VAR NAME="supplierid" -->"><!-- TMPL_VAR NAME="name" --></a></h1>
|
||||
<div id="acqui_recieveorder">
|
||||
<h2 class="acquisition">Supplier invoice information</h2>
|
||||
<form method="get" action="parcel.pl">
|
||||
<input type="hidden" name="supplierid" value=<!-- TMPL_VAR NAME="supplierid" -->>
|
||||
<p>
|
||||
<label>Supplier Invoice Number</label>
|
||||
<input type="text" size="20" name="invoice">
|
||||
</p>
|
||||
<p>
|
||||
<label>GST</label>
|
||||
<input type="text" size="20" name="gst">
|
||||
</p>
|
||||
<p>
|
||||
<label>Freight</label>
|
||||
<input type="text" size="20" name="freight">
|
||||
</p>
|
||||
<p>
|
||||
<input type="submit" class="button acquisition" value="save">
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
|
|
@ -33,7 +33,7 @@
|
|||
<tr>
|
||||
<td><!-- TMPL_VAR NAME="basketno" --></td>
|
||||
<td><!-- TMPL_VAR NAME="isbn" --></td>
|
||||
<td><a href="acquire.pl?recieve=<!-- TMPL_VAR NAME="ordernumber" -->&biblio=<!-- TMPL_VAR NAME="biblionumber" -->&invoice=<!-- TMPL_VAR NAME="invoice" -->&gst=<!-- TMPL_VAR NAME="gst" -->&freight=<!-- TMPL_VAR NAME="freight" -->&supplierid=<!-- TMPL_VAR NAME="supplierid" -->"><!-- TMPL_VAR NAME="title" --></a></td>
|
||||
<td><a href="orderreceive.pl?recieve=<!-- TMPL_VAR NAME="ordernumber" -->&biblio=<!-- TMPL_VAR NAME="biblionumber" -->&invoice=<!-- TMPL_VAR NAME="invoice" -->&gst=<!-- TMPL_VAR NAME="gst" -->&freight=<!-- TMPL_VAR NAME="freight" -->&supplierid=<!-- TMPL_VAR NAME="supplierid" -->"><!-- TMPL_VAR NAME="title" --></a></td>
|
||||
<td><!-- TMPL_VAR NAME="author" --></td>
|
||||
<td><!-- TMPL_VAR NAME="unitprice" --></td>
|
||||
<td></td>
|
||||
|
@ -68,7 +68,7 @@
|
|||
</div>
|
||||
<div id="acqui_recieve_search">
|
||||
<h2>Add a book to the receipt</h2>
|
||||
<form action="/cgi-bin/koha/acqui/acquire.pl">
|
||||
<form action="/cgi-bin/koha/acqui/orderreceive.pl">
|
||||
<input type="hidden" name="supplierid" value="<!-- TMPL_VAR NAME="supplierid" -->" />
|
||||
<input type="hidden" name="gst" value="<!-- TMPL_VAR NAME="gst" -->" />
|
||||
<input type="hidden" name="freight" value="<!-- TMPL_VAR NAME="freight" -->" />
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<h1>Receive Orders From Supplier <a href="/cgi-bin/koha/acqui/supplier.pl?supplierid=<!-- TMPL_VAR NAME="supplierid" -->"><!-- TMPL_VAR NAME="name" --></a></h1>
|
||||
<div id="acqui_recieveorder">
|
||||
<h2 class="acquisition">Supplier invoice information</h2>
|
||||
<form method="get" action="receive.pl">
|
||||
<form method="get" action="parcel.pl">
|
||||
<input type="hidden" name="supplierid" value=<!-- TMPL_VAR NAME="supplierid" -->>
|
||||
<p>
|
||||
<label>Supplier Invoice Number</label>
|
||||
|
|
Loading…
Reference in a new issue