Batch patron deletion/anonymization
This tool allows you to delete patrons and anonymize checkout history. For deleting patrons, any combination of limits can be used.
[% IF step == 1 %]
[% END %]
[% IF step == 2 %]
[% END %]
[% IF step == 3 %]
[% IF ( testrun ) %]
[% TotalDel %] patrons would have been removed (if it wasn't a test run)
No patron records have been actually removed
[% ELSE %]
[% IF ( do_delete ) %]
[% IF ( trash ) %]
[% TotalDel %] patrons have been successfully moved to trash
[% ELSE %]
[% TotalDel %] patrons have been successfully deleted
[% END %]
[% ELSE %]
No patron records have been removed
[% END %]
[% END %]
[% IF ( do_anonym ) %]
All patrons with checkouts older than [% last_issue_date | $KohaDates %] have been anonymized
[% ELSE %]
No patron records have been anonymized
[% END %]
[% END %]