Lines 60-66
overdue_notices.pl
Link Here
|
60 |
-max <days> maximum days overdue to deal with |
60 |
-max <days> maximum days overdue to deal with |
61 |
-library <branchname> only deal with overdues from this library (repeatable : several libraries can be given) |
61 |
-library <branchname> only deal with overdues from this library (repeatable : several libraries can be given) |
62 |
-csv <filename> populate CSV file |
62 |
-csv <filename> populate CSV file |
63 |
-html <filename> Output html to file |
63 |
-html <directory> Output html to a file in the given directory |
64 |
-itemscontent <list of fields> item information in templates |
64 |
-itemscontent <list of fields> item information in templates |
65 |
-borcat <categorycode> category code that must be included |
65 |
-borcat <categorycode> category code that must be included |
66 |
-borcatout <categorycode> category code that must be excluded |
66 |
-borcatout <categorycode> category code that must be excluded |
Lines 113-118
overdues that could not be emailed are sent in CSV format to the admin.
Link Here
|
113 |
Produces html data. if patron does not have a mail address or |
113 |
Produces html data. if patron does not have a mail address or |
114 |
-n (no mail) flag is set, an html file is generated in the specified |
114 |
-n (no mail) flag is set, an html file is generated in the specified |
115 |
directory. This can be downloaded or futher processed by library staff. |
115 |
directory. This can be downloaded or futher processed by library staff. |
|
|
116 |
The file will be called notices-YYYY-MM-DD.html and placed in the directory |
117 |
specified. |
116 |
|
118 |
|
117 |
=item B<-itemscontent> |
119 |
=item B<-itemscontent> |
118 |
|
120 |
|
119 |
- |
|
|