Automated operation:
If the user checks The Execute Automatically at check box and populates the time spinner on the Export Rules tab in Accounting Export module, this defines the frequency (1) within the ExportJobs table in the SiriusSQL database. If unchecked, the ExportJobs frequency is 0.
If an entry in ExportJobs table in SiriusSQL is set to have a frequency of 1 (1 = run daily, 0 = never run), the ExecuteAutomatically bit field is set to true, the BaseTime (time of day in order to run the job) has passed and if the lastrun field does not indicate that the job has already run for the day, then, the job is retrieved and run.
Note: This runs for any ExportJobType, accounting or otherwise, but the default date is only set for accounting jobs.