View | Details | Raw Unified | Return to bug 27085
Collapse All | Expand All

(-)a/misc/cronjobs/overdue_notices.pl (-17 / +18 lines)
Lines 58-80 overdue_notices.pl Link Here
58
  [ -email <email_type> ... ]
58
  [ -email <email_type> ... ]
59
59
60
 Options:
60
 Options:
61
   -help                          brief help message
61
   -help                          Brief help message.
62
   -man                           full documentation
62
   -man                           Full documentation.
63
   -v                             verbose
63
   -v                             Verbose mode.
64
   -n                             No email will be sent
64
   -n                             No email will be sent.
65
   -max          <days>           maximum days overdue to deal with
65
   -max          <days>           Maximum days overdue to deal with.
66
   -library      <branchname>     only deal with overdues from this library (repeatable : several libraries can be given)
66
   -library      <branchcode>     Only deal with overdues from this library.
67
   -csv          <filename>       populate CSV file
67
                                  (repeatable : several libraries can be given)
68
   -html         <directory>      Output html to a file in the given directory
68
   -csv          <filename>       Populate CSV file.
69
   -text         <directory>      Output plain text to a file in the given directory
69
   -html         <directory>      Output html to a file in the given directory.
70
   -itemscontent <list of fields> item information in templates
70
   -text         <directory>      Output plain text to a file in the given directory.
71
   -borcat       <categorycode>   category code that must be included
71
   -itemscontent <list of fields> Item information in templates.
72
   -borcatout    <categorycode>   category code that must be excluded
72
   -borcat       <categorycode>   Category code that must be included.
73
   -t                             only include triggered overdues
73
   -borcatout    <categorycode>   Category code that must be excluded.
74
   -t                             Only include triggered overdues.
74
   --test                         Run in test mode. No changes will be made on the DB.
75
   --test                         Run in test mode. No changes will be made on the DB.
75
   -list-all                      list all overdues
76
   -list-all                      List all overdues.
76
   -date         <yyyy-mm-dd>     emulate overdues run for this date
77
   -date         <yyyy-mm-dd>     Emulate overdues run for this date.
77
   -email        <email_type>     type of email that will be used. Can be 'email', 'emailpro' or 'B_email'. Repeatable.
78
   -email        <email_type>     Type of email that will be used.
79
                                  Can be 'email', 'emailpro' or 'B_email'. Repeatable.
78
80
79
=head1 OPTIONS
81
=head1 OPTIONS
80
82
81
- 

Return to bug 27085