View | Details | Raw Unified | Return to bug 13771
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batch_delete_records.tt (+15 lines)
Line 0 Link Here
1
[% INCLUDE 'help-top.inc' %]
2
3
<h2>Batch record deletion</h2>
4
5
<p>This tool will take a batch of record numbers for either bibliographic records or authority records and allow you to delete all those records and any items attached to them in a batch.</p>
6
7
<p>First you need to tell the tool if you're deleting bibliographic or authority records. Next you can load a file with biblionumbers or authids or enter a list of those numbers in the box provided. Once you submit the form you will be presented with a summary of the records you are trying to delete.</p>
8
9
<p>If a record you want to delete can't be deleted it will be highlighted.</p>
10
11
<p>Check the records you want to delete and click the 'Delete selected records' button to finish the process.</p>
12
13
<p><strong>See the full documentation for Batch Delete Records in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/catalogtools.html#batchrecorddelete">manual</a> (online).</strong></p>
14
15
[% INCLUDE 'help-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/export.tt (+2 lines)
Lines 20-25 Link Here
20
    <li>Limit to an acquisition date range</li>
20
    <li>Limit to an acquisition date range</li>
21
</ul>
21
</ul>
22
</li>
22
</li>
23
    <li>If you'd like you can load a file of biblionumbers for the records you would like to export</li>
23
    <li>Next choose what to skip when exporting
24
    <li>Next choose what to skip when exporting
24
<ul>
25
<ul>
25
    <li>By default items will be exported, if you would like to only export bibliographic data, check the 'Don't export items' box</li>
26
    <li>By default items will be exported, if you would like to only export bibliographic data, check the 'Don't export items' box</li>
Lines 44-49 Link Here
44
45
45
<ul>
46
<ul>
46
    <li>Fill in the form in order to limit your export to a specific range or type of authority record (all fields are optional)</li>
47
    <li>Fill in the form in order to limit your export to a specific range or type of authority record (all fields are optional)</li>
48
    <li>If you'd like you can load a file of authority id numbers for the records you would like to export</li>
47
    <li>Next choose fields that you would like to exclude from the export separated by a space (no commas)
49
    <li>Next choose fields that you would like to exclude from the export separated by a space (no commas)
48
<ul>
50
<ul>
49
    <li>If you'd like to exclude all subfields of the 200 for example just enter 200</li>
51
    <li>If you'd like to exclude all subfields of the 200 for example just enter 200</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/letter.tt (-2 lines)
Lines 29-35 Link Here
29
    <li>Next you can customize the notice for every possible delivery method
29
    <li>Next you can customize the notice for every possible delivery method
30
<ul>
30
<ul>
31
    <li>Every notice should have an Email template set for it</li>
31
    <li>Every notice should have an Email template set for it</li>
32
    <li>Next, you can set up a Feed template</li>
33
    <li>If you're using the TalkingTechItivaPhoneNotification service you can set up a Phone notification</li>
32
    <li>If you're using the TalkingTechItivaPhoneNotification service you can set up a Phone notification</li>
34
    <li>If you plan on printing this notice you can set the Print template next</li>
33
    <li>If you plan on printing this notice you can set the Print template next</li>
35
    <li>If you have enabled SMS notices with the SMSSendDriver preference you can set the text for your SMS notices next</li>
34
    <li>If you have enabled SMS notices with the SMSSendDriver preference you can set the text for your SMS notices next</li>
36
- 

Return to bug 13771