(bug #3364) add itemnotes in itemslost report
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / itemslost.tmpl
index b907e8f..acfbf91 100644 (file)
 
     <!-- TMPL_IF NAME="itemsloop" --><table>
     <tr>
+        <th>Title</th>
+        <th>Author</th>
+        <th>Lost Code</th>
         <th>Barcode</th>
         <th>Date last seen</th>
         <th>Price</th>
-        <th>Branch</th>
+        <th>Rep.Price</th>
+        <th>Library</th>
         <th>Itemtype</th>
         <th>Holdingbranch</th>
         <th>Location</th>
+        <th>Notes</th>
     </tr>
      <!-- TMPL_LOOP NAME="itemsloop"-->
         <tr>
             <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber"-->" title="<!-- TMPL_VAR NAME="itemnotes"-->">
+                                                 <!-- TMPL_VAR NAME="title" escape="html" -->
+                                        </a></td>
+            <td><!-- TMPL_VAR NAME="author"--></td>
+            <td><!-- TMPL_VAR NAME="lib"--></td>
+            <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber"-->" title="<!-- TMPL_VAR NAME="itemnotes"-->">
                     <!-- TMPL_VAR NAME="barcode"-->
                 </a></td>
             <td><!-- TMPL_VAR NAME="datelastseen"--></td>
             <td><!-- TMPL_VAR NAME="price" --></td>
+            <td><!-- TMPL_VAR NAME="replacementprice" --></td>
             <td><!-- TMPL_VAR NAME="homebranch" --></td>
-            <td><!-- TMPL_VAR NAME="itemtype" --></td>
+            <td><!-- TMPL_IF NAME="itype_level" --><!-- TMPL_VAR NAME="itype" --><!-- TMPL_ELSE --><!-- TMPL_VAR NAME="itemtype" --><!-- /TMPL_IF --></td>
             <td><!-- TMPL_VAR NAME="holdingbranch"--></td>
             <td><!-- TMPL_VAR NAME="location"--></td>
+            <td><!-- TMPL_VAR NAME="itemnotes"--></td>
         </tr>
     <!-- /TMPL_LOOP -->
     </table>
 <fieldset class="rows"><ol>    <li><label for="orderbyfilter">Order by: </label>
     <select id="orderbyfilter" name="orderbyfilter">
         <option value=""> --- </option>
-        <option value="homebranch">Branch</option>
-        <option value="itemtype">Itemtypes</option>
+        <option value="title">Title</option>
+        <option value="author">Author</option>
+        <option value="homebranch">Library</option>
+        <option value="itype">Itemtypes</option>
         <option value="barcode">Barcode</option>
-        <option value="price">price</option>
+        <option value="price">Price</option>
+        <option value="replacementprice">Replacement Price</option>
+        <option value="lib">Lost Code</option>
+        <option value="datelastseen">Date Last Seen</option>
+        <option value="location">Location</option>
     </select></li>
        
        <li><label for="barcodefilter">Barcode: </label><input type="text" name="barcodefilter" id="barcodefilter" size="6" /></li>
-       <li><label for="branchfilter">Branch: </label><select name="branchfilter" id="branchfilter">
+       <li><label for="branchfilter">Library: </label><select name="branchfilter" id="branchfilter">
                 <option value="">All</option>
             <!-- TMPL_LOOP name="branchloop" -->
                 <!-- TMPL_IF NAME="selected" --><option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="branchname" --></option>
                                <option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="description" --></option>
                                <!-- /TMPL_IF -->
                 <!-- /TMPL_LOOP -->
-            </select></li></ol></fieldset>
+            </select></li>
+
+       <li><label for="loststatusfilter">Lost Status: </label><select name="loststatusfilter" id="loststatusfilter">
+                <option value="">All</option>
+                <!-- TMPL_LOOP name="loststatusloop" -->
+                <!-- TMPL_IF NAME="selected" --><option value="<!-- TMPL_VAR NAME="authorised_value" -->" selected="selected"><!-- TMPL_VAR NAME="lib" --></option>
+               <!-- TMPL_ELSE -->
+               <option value="<!-- TMPL_VAR NAME="authorised_value" -->"><!-- TMPL_VAR NAME="lib" --></option>
+               <!-- /TMPL_IF -->
+                <!-- /TMPL_LOOP -->
+            </select></li>
+</ol></fieldset>
 <fieldset class="action">    <input type="submit" value="Submit" />
     <input type="hidden" name="get_items" value="1" /></fieldset>
 </form>