Merge remote-tracking branch 'origin/master' into new/bug_6679
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / tools / batchMod.tt
1 [% INCLUDE 'help-top.inc' %]
2 <!--<h1>Batch Modify Items</h1>-->
3
4 <h1>Batch Modify Items</h1>
5
6 <p>This tool will allow you to modify a batch of item records in Koha.</p>
7
8 <p>From the tool you can choose to upload a file of barcodes or item ids, or you can scan items one by one into the box below the upload tool. Once you have your file uploaded or the barcodes listed you can click 'Continue.'</p>
9
10 <p>You will be presented with a summary of the items you want to modify. From here you can uncheck the items you don't want to modify before making changes in the form below. You can also hide columns you don't need to see to prevent having to scroll from left to right to see the entire item form.</p>
11
12 <p>Using the edit form you can choose which fields to make edits to.  By checking the checkbox to the right of each field you can clear the values in that field for the records you are modifying.</p>
13
14 <p>Once you have made you changes you will be presented with the resulting items.</p>
15
16 <h1>Batch Delete Items</h1>
17
18 <p>This tool will allow you to delete a batch of item records from Koha.</p>
19
20 <p>From the tool you can choose to upload a file of barcodes or item ids, or you can scan items one by one into the box below the upload tool. Once you have your file uploaded or the barcodes listed you can click 'Continue.'</p>
21
22 <p>You will be presented with a confirmation screen. From here you can uncheck the items you don't want to delete before clicking 'Go.' If the items are checked out you will be presented with an error after clicking 'Go' and the items will not be deleted.</p>
23
24 <p>If the items can be deleted they will be and you will be presented with a confirmation of your deletion.</p>
25
26 <p><strong>See the full documentation for <a href="http://manual.koha-community.org/3.6/en/batchmodifyitems.html">Batch Item Modifications</a> and <a href="http://manual.koha-community.org/3.6/en/batchdeleteitems.html">Batch Item Deletions</a> in the manual (online).</strong></p>
27
28 [% INCLUDE 'help-bottom.inc' %]