[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en reports/inv... [rel_2_2]
From: |
Ryan Higgins |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en reports/inv... [rel_2_2] |
Date: |
Sun, 24 Jun 2007 17:24:38 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Ryan Higgins <rych> 07/06/24 17:24:38
Modified files:
koha-tmpl/intranet-tmpl/npl/en/reports: inventory.tmpl
koha-tmpl/intranet-tmpl/npl/en/help/reports: inventory.tmpl
Log message:
bugfix: passing LC sort back to tmpl; update help
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/reports/inventory.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.4&r2=1.1.2.5
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/help/reports/inventory.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.1&r2=1.1.2.2
Patches:
Index: reports/inventory.tmpl
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/reports/Attic/inventory.tmpl,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -b -r1.1.2.4 -r1.1.2.5
--- reports/inventory.tmpl 5 Jun 2007 15:21:33 -0000 1.1.2.4
+++ reports/inventory.tmpl 24 Jun 2007 17:24:38 -0000 1.1.2.5
@@ -11,7 +11,7 @@
<tr><th><label for="minlocation">Item Location (items.itemcallnumber)
between:</label></th><td><input type="text" name="minlocation" id="minlocation"
value="<!-- TMPL_VAR NAME="minlocation" -->" />
<label for="maxlocation">...and...</label>
<input type="text" name="maxlocation"
id="maxlocation" value="<!-- TMPL_VAR NAME="maxlocation" -->" /></td>
- <td><input type="checkbox" name="lcsort"
/><label for="checkbox">LC sort</label></tr>
+ <td><input type="checkbox" name="lcsort"
id="lcsort" <!-- TMPL_IF NAME="lcsort" -->checked="1"<!-- /TMPL_IF --> /><label
for="lcsort">LC sort</label></tr>
<tr><th><label for="datelastseen">Not seen since:</label></th>
<td><input type="text" name="datelastseen" id="datelastseen" value="<!--
TMPL_VAR NAME="datelastseen" -->" size="10" maxlength="10" />
<img src="<!-- TMPL_VAR Name="themelang" -->/includes/calendar/cal.gif"
id="button1" style="cursor: pointer;" />
@@ -23,8 +23,8 @@
align : "Tl"
});
</script></td><td></td></tr>
- <tr><th><label for="pagesize">Items per Page: </label></th><td><input
type="text" name="pagesize" value="<!-- TMPL_VAR NAME="pagesize" -->"
maxlength="5" size="5" /></td><td></td></tr>
- <tr><th><label for="offset">Beginning at Page: </label></th><td><input
type="text" name="offset" id="offset" value="<!-- TMPL_VAR NAME="offset" -->"
size="5" maxlength="5" /></td><td></td></tr>
+ <tr><th><label for="pagesize">Items per Page: </label></th><td><input
type="text" id="pagesize" name="pagesize" value="<!-- TMPL_VAR NAME="pagesize"
-->" maxlength="5" size="5" /></td><td></td></tr>
+ <tr><th><label for="offset">Offset: </label></th><td><input type="text"
name="offset" id="offset" value="<!-- TMPL_VAR NAME="offset" -->" size="5"
maxlength="5" /></td><td></td></tr>
</table>
<p>
<input type="submit" value="Generate Report"
class="submit">
@@ -111,6 +111,7 @@
<input type="hidden" name="datelastseen" value="<!-- TMPL_VAR
NAME="datelastseen" -->" />
<input type="hidden" name="pagesize" value="<!-- TMPL_VAR
NAME="pagesize" -->" />
<input type="hidden" name="offset" value="<!-- TMPL_VAR
NAME="prevoffset" -->" />
+ <input type="hidden" name="lcsort" value="<!-- TMPL_VAR
NAME="lcsort" -->" />
<input type="submit" value="<<<" class="submit" />
</form>
<!-- /TMPL_IF -->
@@ -122,6 +123,7 @@
<input type="hidden" name="datelastseen" value="<!-- TMPL_VAR
NAME="datelastseen" -->" />
<input type="hidden" name="pagesize" value="<!-- TMPL_VAR
NAME="pagesize" -->" />
<input type="hidden" name="offset" value="<!-- TMPL_VAR
NAME="nextoffset" -->" />
+ <input type="hidden" name="lcsort" value="<!-- TMPL_VAR
NAME="lcsort" -->" />
<input type="submit" value=">>>" class="submit" />
</form>
<!-- /TMPL_IF -->
Index: help/reports/inventory.tmpl
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/help/reports/Attic/inventory.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- help/reports/inventory.tmpl 7 Mar 2006 18:13:44 -0000 1.1.2.1
+++ help/reports/inventory.tmpl 24 Jun 2007 17:24:38 -0000 1.1.2.2
@@ -1,25 +1,26 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Online Help: Catalogue
Statistics<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Online Help: Catalogue
Inventory<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
<div id="main-compact">
<h1>Inventory help</h1>
-<p>With this utility you can take invetory of your collection</p>
+<p>With this utility you can take an inventory of your collection.</p>
<p>There are two ways to do this :</p>
<ul>
-<li>list books that haven't been 'seen' and then search for them on the
shelves</li>
-<li>Scan all books which will tell Koha they have been 'seen'</li>
+<li>List items that haven't been 'seen' and then search for them on the
shelves</li>
+<li>Scan items, and upload the resulting barcode file to Koha, updating 'date
last seen'</li>
</ul>
<p>Koha supports both methods:</p>
-<h2>List unseen books and search for them on the shelves</h2>
-<p> In the 1st bloc, you can select :
+<h2>List unseen items and search for them on the shelves</h2>
+<p> In the 1st block, you can select :
<ul>
-<li>a itemcallnumber range: to limit the list to a small physical shelf</li>
-<li>a date last seen: to see only books which have been unseen for a long
time</li>
+<li>itemcallnumber range: limit the list to specific range of call numbers.
</li>
+<li>date last seen: list only items which have been unseen for a length of
time</li>
</ul>
-<p>If you validate your search, you'll get a list of items. Go to the shelves,
search them, and, if you see them, click on them</p>
-<h2>Scan all books and tell Koha you've seen them</h2>
-<p>This feature is new in Koha 2.2.6 : you can now scan ALL the books in your
shelves (with a barcode reader and a laptop) and store them in a text file
(from notepad or any text-only editor <b>This does NOT include MS-word or
OpenOffice.org</b>)</p>
-<p>Once you have a long barcode list, reach the second bloc on inventory.pl,
and upload the file : all items you have scanned will automatically be modified
to have datelastseen set to whatever you wan</p>
-<p>Once you're done with your library, you can look at missing books by
querying the 1st bloc for books unseen since the beginning of your inventory</p>
+<p>Koha updates the 'date last seen' whenever an item is circulated or
returned. So if you set <em>date last seen</em> to one month ago, you'll get a
list of all items (in a call number range) that haven't seen activity for one
month. You may then mark them as 'seen' through this interface.</p>
+<p>Call numbers may be sorted by LC call number sorting rules by checking the
LC sort box.</p>
+
+<h2>Scan all items and tell Koha you've seen them</h2>
+<p>To use this option, scan ALL the books on a shelf (with a barcode reader
and a laptop, or a scanner with internal memory) and store them in a text file
(from notepad or any text-only editor <b>This does NOT include MS-word or
OpenOffice</b>)</p>
+<p>As you complete sections of the inventory, upload the text file(s) of
barcodes. All items you have scanned will automatically be marked as 'seen'
on the date you specify.</p>
+<p>Once you have completed the inventory for the library or a full shelf, you
can generate a list of missing items by querying the 1st block for books unseen
since the beginning of your inventory.</p>
-<p>Note that inventory is calculated on a "date last seen" flag. This flag is
automatically set every time a book circulate</p>
<!-- TMPL_INCLUDE name="help-bottom.inc" -->
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en reports/inv... [rel_2_2],
Ryan Higgins <=