Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/inventory.tt
Jonathan Druart 572c586793 Bug 11238: contruct links to the appropriate manual version dynamically
This patch uses the version number of the Koha database to
dynamically generate links from help to the appropriate version
of the manual.

Test plan (for 3.15 branch):
- Open a help page
- Verify the manual link is correct (point to 3.14 manual)
- change the version in mysql:
update systempreferences set value="3.1600000" where variable="version";
- Verify the manual link now points to the future 3.16 manual.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Work as described. No koha-qa errors

Tested on top of Bug 10671
On master (BD version 3.13.xxx) help links point to 3.12 manual
Changing version to 3.14/15 points to 3.14 manual
Changing version to 3.16 points to the future :)

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2013-11-23 19:30:16 +00:00

21 lines
No EOL
1.6 KiB
Text

[% INCLUDE 'help-top.inc' %]
<h1>Inventory/Stocktaking</h1>
<p>Koha's Inventory Tool can be used in one of two ways, the first is by printing out a shelf list that you can then mark items off on, or by uploading a text files of barcodes gathered by a portable scanner.</p>
<p>If you do not have the ability to use your barcode scanner on the floor of the library, the first option available to you is to generate a shelf list based on criteria you enter.</p>
<p>Choose which library, shelving location, call number range, item status and when the item was last seen to generate a shelf list that you can then print to use while walking around the library checking your collection</p>
<p>Alternatively you can export the list to a CSV file for altering in an application on your desktop. Simply check the box next to 'Export to csv file' to generate this file.</p>
<p>Once you have found the items on your shelves you can return to this list and check off the items you found to have the system update the last seen date to today.</p>
<p>If you have a portable scanner (or a laptop and USB scanner) you can walk through the library with the scanner in hand and scan barcodes as you come across them. Once finished you can then upload the text file generated by the scanner to Koha</p>
<p>Choose the text file and the date you want to mark all times as seen and click 'Submit.'</p>
<p><strong>See the full documentation for Inventory in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/inventory.html">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]