koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/acqui reci...


From: Antoine Farnault
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/acqui reci...
Date: Fri, 28 Jul 2006 13:14:46 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Antoine Farnault <toins>        06/07/28 13:14:46

Removed files:
        koha-tmpl/intranet-tmpl/prog/en/acqui: recieve.tmpl 

Log message:
        this file has been replaced by parcel.tmpl

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/recieve.tmpl?cvsroot=koha&r1=1.3&r2=0

Patches:
Index: recieve.tmpl
===================================================================
RCS file: recieve.tmpl
diff -N recieve.tmpl
--- recieve.tmpl        13 Jul 2006 15:20:56 -0000      1.3
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,79 +0,0 @@
-<!-- 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&amp;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" -->&amp;biblio=<!-- TMPL_VAR NAME="biblionumber" 
-->&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></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" -->




reply via email to

[Prev in Thread] Current Thread [Next in Thread]