CORE POS - Fannie
The CORE POS back end
Public Member Functions | Protected Attributes | List of all members
SumTendersByDayModel Class Reference
Inheritance diagram for SumTendersByDayModel:
CoreWarehouseModel BasicModel

Public Member Functions

 refresh_data ($trans_db, $month, $year, $day=False)
 
- Public Member Functions inherited from CoreWarehouseModel
 reload ($trans_db, $start_month, $start_year, $end_month=False, $end_year=False)
 
 refresh_data ($trans_db, $month, $year, $day=False)
 
- Public Member Functions inherited from BasicModel
 __construct ($con)
 
 pushToLanes ()
 
 deleteFromLanes ()
 
 getModels ()
 
 setConnectionByName ($db_name)
 

Protected Attributes

 $name = 'sumTendersByDay'
 
 $columns
 
- Protected Attributes inherited from BasicModel
 $normalize_lanes = false
 
 $currently_normalizing_lane = false
 

Additional Inherited Members

- Public Attributes inherited from BasicModel
const NORMALIZE_MODE_CHECK = 1
 
const NORMALIZE_MODE_APPLY = 2
 
- Protected Member Functions inherited from CoreWarehouseModel
 dates ($month, $year, $day=false)
 
 clearDates ($sql, $start_id, $end_id)
 
- Protected Member Functions inherited from BasicModel
 normalizeLanes ($db_name, $mode=BasicModel::NORMALIZE_MODE_CHECK)
 
 loadHooks ()
 
 afterNormalize ($db_name, $mode)
 

Member Data Documentation

SumTendersByDayModel::$columns
protected
Initial value:
= array(
'date_id' => array('type'=>'INT','primary_key'=>True,'default'=>0),
'trans_subtype' => array('type'=>'VARCHAR(2)','primary_key'=>True,'default'=>''),
'total' => array('type'=>'MONEY','default'=>0.00),
'quantity' => array('type'=>'DOUBLE','default'=>0.00)
)

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