Merge remote branch 'kc/new/enh/bug_5431' into kcmaster
[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 from 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 confirmation screen. From here you can uncheck the items you don't want to modify.</p>
11
12 <p>Below the list of items there will be an item editor.  Using this form you can choose which fields you want to edit on all of the records (like applying a note to all of them, or moving them from one library to another).</P>
13
14 <p>Once you have made your changes, you can click the 'Go' button and your items will be updated.</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 [% INCLUDE 'help-bottom.inc' %]