You can't directly schedule reports from this web-based client, but SUSHIStarters ships with a command line tool suitable for use with 'cron' (unix-based systems) and 'Microsoft Task Scheduler' (Windows).
Depending on how your system is set up, you can invoke the tool using either
php SUSHIStartersCLI.php "Service Provider" reporttype daterange
Or
SUSHIStartersCLI.php "Service Provider" reporttype daterange
The CLI tool requires you to supply three arguments:
- "Service Provider": Name of a Service Provider exactly as you configured it, surrounded by quotes
- reporttype: Type of report you want, e.g. JR1, JR1a, BR3
- daterange: either YYYY-MM:YYYY-MM or lastmonth
You'll find the tool in the SUSHIStarters scripts directory.