CORE POS - Fannie
The CORE POS back end
Protected Attributes | List of all members
update_20121116094200 Class Reference
Inheritance diagram for update_20121116094200:
UpdateObj

Protected Attributes

 $timestamp = '20121116094200'
 
 $description
 
 $author = 'Andy Theuninck (WFC)'
 
 $queries
 
- Protected Attributes inherited from UpdateObj
 $timestamp = 'YYYYMMDDHHMMSS'
 
 $description = 'Describe what your update does'
 
 $author = 'Say who you are'
 
 $queries
 

Additional Inherited Members

- Public Member Functions inherited from UpdateObj
 HtmlInfo ()
 
 HtmlQueries ()
 
 ApplyUpdates ()
 
 CheckStatus ()
 
 SetStatus ($st)
 

Member Data Documentation

update_20121116094200::$description
protected
Initial value:
= 'Replace AR_EOM_Summary with a table rather
than caching the view all the time'
update_20121116094200::$queries
protected
Initial value:
= array(
'op' => array(),
'trans' => array(
'DROP VIEW AR_EOM_Summary',
'CREATE TABLE AR_EOM_Summary (
cardno int,
memName varchar(100),
priorBalance decimal(10,2),
threeMonthCharges decimal(10,2),
threeMonthPayments decimal(10,2),
threeMonthBalance decimal(10,2),
twoMonthCharges decimal(10,2),
twoMonthPayments decimal(10,2),
twoMonthBalance decimal(10,2),
lastMonthCharges decimal(10,2),
lastMonthPayments decimal(10,2),
lastMonthBalance decimal(10,2),
PRIMARY KEY (cardno)
)',
'INSERT INTO AR_EOM_Summary SELECT * FROM AR_EOM_Summary_cache',
'DROP TABLE AR_EOM_Summary_cache',
),
'archive' => array()
)

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