Bug 18817: Update links manually
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / tools / manage-marc-import.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Manage Staged MARC Records</h1>
4
5 <p>Once you have staged your records for import you can complete the import using this tool.</p>
6
7 <ul>
8         <li>From the list of staged records, click on the file name that you want to finish importing
9 <ul>
10         <li>You will note that records that have already been imported will say so under 'Status'</li>
11 </ul>
12 </li>
13         <li>A summary of your import will appear along with the option to change your matching rules</li>
14         <li>Below the summary is the option to import the batch of bib records using a specific framework
15 <ul>
16         <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>
17 </ul>
18 </li>
19         <li>Below the framework selection there will be a list of the records that will be imported
20 <ul>
21         <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>
22         <li>Matches will appear with info under the 'Match details column' and when clicking the 'View' link under 'Diff' you can see the difference between versions.</li>
23 </ul>
24 </li>
25         <li>Click 'Import into catalog' to complete the import</li>
26         <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>
27         <li>You can also undo your import by clicking the 'Undo import into catalog' button</li>
28 </ul>
29
30 <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>
31
32 <p>To clean items out of the 'reservoir':</p>
33
34 <ul>
35         <li>Visit the main screen of the Manage Staged MARC Records tool</li>
36         <li>To clean a batch, click the 'Clean' button to the right</li>
37         <li>You will be presented with a confirmation message
38 <ul>
39         <li>Accept the deletion and the records will be removed from the reservoir and the status will be changed to 'cleaned'</li>
40 </ul>
41 </li>
42 </ul>
43
44 <p><strong>See the full documentation for the Managing Staged MARC Records in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/03_tools.html#staged-marc-record-management">manual</a> (online).</strong></p>
45
46 [% INCLUDE 'help-bottom.inc' %]