Bug 7368 - General staff client typo omnibus
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / tools / cleanborrowers.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Patrons (anonymize, bulk-delete)</h1>
4
5 <p>This tool allows you to bulk anonymize circulation histories (this means that you keep records of how many times items were checked out - but not the patrons who checked the items out) or bulk delete patrons (remove them from the system completely).</p>
6
7 <p style="color: #990000;">Important: Patrons with outstanding fines or items checked out are not saved. They are not completely removed from the system (moved to the delete_borrowers table), but this tool does not provide as many checks as one may desire.</p
8
9 <p>To either delete or anonymize patrons</p>
10
11 <ul>
12         <li>Check the task you would like to perform (Delete or Anonymize)</li>
13         <li>Enter a date before which you want to alter the data</li>
14         <li>Click 'Next'</li>
15         <li>A confirmation will appear asking if you're sure this is what you want to happen</li>
16         <li>Clicking 'Finish' will delete or anonymize your data</li>
17 </ul>
18
19 <p><strong>See the full documentation for Anonymizing Patrons in the <a href="http://manual.koha-community.org/3.8/en/anonpatrons.html">manual</a> (online).</strong></p>
20
21 [% INCLUDE 'help-bottom.inc' %]