CORE POS - Fannie
The CORE POS back end
Public Member Functions | Public Attributes | List of all members
ProductSummarizeLastQuarter Class Reference
Inheritance diagram for ProductSummarizeLastQuarter:
FannieTask

Public Member Functions

 run ()
 
- Public Member Functions inherited from FannieTask
 setThreshold ($t)
 
 setConfig (FannieConfig $fc)
 
 setLogger (FannieLogger $fl)
 
 setOptions ($o)
 
 setArguments ($a)
 
 run ()
 
 cronMsg ($str, $severity=6)
 
 lazyGetOpt ($argv)
 

Public Attributes

 $name = 'Summarize Product Sales for the last quarter'
 
 $description
 
 $default_schedule
 
- Public Attributes inherited from FannieTask
 $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
 

Additional Inherited Members

- Protected Attributes inherited from FannieTask
 $error_threshold = 99
 
 $config = null
 
 $logger = null
 
 $options = array()
 
 $arguments = array()
 

Member Data Documentation

ProductSummarizeLastQuarter::$default_schedule
Initial value:
= array(
'min' => 0,
'hour' => 3,
'day' => '*',
'month' => '*',
'weekday' => '*',
)
ProductSummarizeLastQuarter::$description
Initial value:
= 'Recalculates totals, quantities, and percentage of sales
last thirteen weeks'

The documentation for this class was generated from the following file: