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

Protected Attributes

 $timestamp = '20120713113300'
 
 $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_20120713113300::$description
protected
Initial value:
= 'Change dtransactions
columns representing currency to a proper type'
update_20120713113300::$queries
protected
Initial value:
= array(
'op' => array(),
'trans' => array(
'ALTER TABLE dtransactions CHANGE COLUMN cost cost DECIMAL(10,2)',
'ALTER TABLE dtransactions CHANGE COLUMN unitPrice unitPrice DECIMAL(10,2)',
'ALTER TABLE dtransactions CHANGE COLUMN total total DECIMAL(10,2)',
'ALTER TABLE dtransactions CHANGE COLUMN regPrice regPrice DECIMAL(10,2)',
'ALTER TABLE dtransactions CHANGE COLUMN discount discount DECIMAL(10,2)',
'ALTER TABLE dtransactions CHANGE COLUMN memDiscount memDiscount DECIMAL(10,2)',
'ALTER TABLE dtransactions CHANGE COLUMN VolSpecial VolSpecial DECIMAL(10,2)',
'ALTER TABLE transarchive CHANGE COLUMN cost cost DECIMAL(10,2)',
'ALTER TABLE transarchive CHANGE COLUMN unitPrice unitPrice DECIMAL(10,2)',
'ALTER TABLE transarchive CHANGE COLUMN total total DECIMAL(10,2)',
'ALTER TABLE transarchive CHANGE COLUMN regPrice regPrice DECIMAL(10,2)',
'ALTER TABLE transarchive CHANGE COLUMN discount discount DECIMAL(10,2)',
'ALTER TABLE transarchive CHANGE COLUMN memDiscount memDiscount DECIMAL(10,2)',
'ALTER TABLE transarchive CHANGE COLUMN VolSpecial VolSpecial DECIMAL(10,2)',
'ALTER TABLE suspended CHANGE COLUMN cost cost DECIMAL(10,2)',
'ALTER TABLE suspended CHANGE COLUMN unitPrice unitPrice DECIMAL(10,2)',
'ALTER TABLE suspended CHANGE COLUMN total total DECIMAL(10,2)',
'ALTER TABLE suspended CHANGE COLUMN regPrice regPrice DECIMAL(10,2)',
'ALTER TABLE suspended CHANGE COLUMN discount discount DECIMAL(10,2)',
'ALTER TABLE suspended CHANGE COLUMN memDiscount memDiscount DECIMAL(10,2)',
'ALTER TABLE suspended CHANGE COLUMN VolSpecial VolSpecial DECIMAL(10,2)'
),
'archive' => array()
)

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