|
| run () |
|
| setThreshold ($t) |
|
| setConfig (FannieConfig $fc) |
|
| setLogger (FannieLogger $fl) |
|
| setOptions ($o) |
|
| setArguments ($a) |
|
| run () |
|
| cronMsg ($str, $severity=6) |
|
| lazyGetOpt ($argv) |
|
|
| $name = 'AR History' |
|
| $description |
|
| $default_schedule |
|
| $name = 'Fannie Task' |
|
| $description = 'Information about the task' |
|
| $default_schedule |
|
| $schedulable = true |
|
const | TASK_NO_ERROR = 0 |
|
const | TASK_TRIVIAL_ERROR = 1 |
|
const | TASK_SMALL_ERROR = 2 |
|
const | TASK_MEDIUM_ERROR = 3 |
|
const | TASK_LARGE_ERROR = 4 |
|
const | TASK_WORST_ERROR = 5 |
|
|
| $error_threshold = 99 |
|
| $config = null |
|
| $logger = null |
|
| $options = array() |
|
| $arguments = array() |
|
ArHistoryTask::$default_schedule |
Initial value:= array(
'min' => 30,
'hour' => 1,
'day' => '*',
'month' => '*',
'weekday' => '*',
)
ArHistoryTask::$description |
Initial value:= 'Extracts store charge transactions and
adds them to dedicated history tables. Fetches any new store
charge transactions in the previous 15 days. Can be safely run
repeatedly. Normally run after rotating dtransactions data.
Also updates custdata balances to current, "live" values.
Deprecates nightly.ar.php and arbalance.sanitycheck.php.'
The documentation for this class was generated from the following file:
- fannie/cron/tasks/ArHistoryTask.php