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

Protected Attributes

 $name = "deliInventoryCat2"
 
 $columns
 
- Protected Attributes inherited from BasicModel
 $normalize_lanes = false
 
 $currently_normalizing_lane = false
 

Additional Inherited Members

- Public Member Functions inherited from BasicModel
 __construct ($con)
 
 pushToLanes ()
 
 deleteFromLanes ()
 
 getModels ()
 
 setConnectionByName ($db_name)
 
- Public Attributes inherited from BasicModel
const NORMALIZE_MODE_CHECK = 1
 
const NORMALIZE_MODE_APPLY = 2
 
- Protected Member Functions inherited from BasicModel
 normalizeLanes ($db_name, $mode=BasicModel::NORMALIZE_MODE_CHECK)
 
 loadHooks ()
 
 afterNormalize ($db_name, $mode)
 

Member Data Documentation

DeliInventoryCat2Model::$columns
protected
Initial value:
= array(
'id' => array('type'=>'INT', 'primary_key' => True, 'increment'=>True),
'item' => array('type'=>'VARCHAR(50)'),
'orderno' => array('type'=>'VARCHAR(15)'),
'units' => array('type'=>'VARCHAR(10)'),
'cases' => array('type'=>'FLOAT'),
'fraction' => array('type'=>'VARCHAR(10)'),
'totalstock' => array('type'=>'FLOAT'),
'price' => array('type'=>'MONEY'),
'total' => array('type'=>'MONEY'),
'size' => array('type'=>'VARCHAR(20)'),
'category' => array('type'=>'VARCHAR(50)', 'index'=>True)
)

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