Lines 104-110
delete_patrons - This script deletes patrons
Link Here
|
104 |
delete_patrons.pl [-h|--help] [-v|--verbose] [-c|--confirm] [--not_borrowed_since=DATE] [--expired_before=DATE] [--last-seen=DATE] [--category_code=CAT] [--library=LIBRARY] |
104 |
delete_patrons.pl [-h|--help] [-v|--verbose] [-c|--confirm] [--not_borrowed_since=DATE] [--expired_before=DATE] [--last-seen=DATE] [--category_code=CAT] [--library=LIBRARY] |
105 |
|
105 |
|
106 |
Dates should be in ISO format, e.g., 2013-07-19, and can be generated |
106 |
Dates should be in ISO format, e.g., 2013-07-19, and can be generated |
107 |
with `date -d '-3 month' "+%Y-%m-%d"`. |
107 |
with `date -d '-3 month' --iso-8601`. |
108 |
|
108 |
|
109 |
The options to select the patron records to delete are cumulative. For |
109 |
The options to select the patron records to delete are cumulative. For |
110 |
example, supplying both --expired_before and --library specifies that |
110 |
example, supplying both --expired_before and --library specifies that |
111 |
- |
|
|