572c586793
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>
46 lines
2.1 KiB
Text
46 lines
2.1 KiB
Text
[% INCLUDE 'help-top.inc' %]
|
|
|
|
<h1>Manage Staged MARC Records</h1>
|
|
|
|
<p>Once you have staged your records for import you can complete the import using this tool.</p>
|
|
|
|
<ul>
|
|
<li>From the list of staged records, click on the file name that you want to finish importing
|
|
<ul>
|
|
<li>You will note that records that have already been imported will say so under 'Status'</li>
|
|
</ul>
|
|
</li>
|
|
<li>A summary of your import will appear along with the option to change your matching rules</li>
|
|
<li>Below the summary is the option to import the batch of bib records using a specific framework
|
|
<ul>
|
|
<li>Choosing a framework other than 'Default' isn't necessary, but it's helpful for running reports and having the right bib level item type selected on import.</li>
|
|
</ul>
|
|
</li>
|
|
<li>Below the framework selection there will be a list of the records that will be imported
|
|
<ul>
|
|
<li>Review your summary before completing your import to make sure that your matching rule worked and that the records appear as you expect them to</li>
|
|
</ul>
|
|
</li>
|
|
<li>Click 'Import into catalog' to complete the import</li>
|
|
<li>Once your import is complete a link to the new bib records will appear to the right of each title that was imported</li>
|
|
<li>You can also undo your import by clicking the 'Undo import into catalog' button</li>
|
|
</ul>
|
|
|
|
<p>Records imported using this tool remain in the 'reservoir' until they are cleaned. These items will appear when searching the catalog from the Cataloging tool:</p>
|
|
|
|
<p>To clean items out of the 'reservoir':</p>
|
|
|
|
<ul>
|
|
<li>Visit the main screen of the Manage Staged MARC Records tool</li>
|
|
<li>To clean a batch, click the 'Clean' button to the right</li>
|
|
<li>You will be presented with a confirmation message
|
|
<ul>
|
|
<li>Accept the deletion and the records will be removed from the reservoir and the status will be changed to 'cleaned'</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
<p><strong>See the full documentation for the Managing Staged MARC Records in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/managestaged.html">manual</a> (online).</strong></p>
|
|
|
|
[% INCLUDE 'help-bottom.inc' %]
|
|
|