CORE POS - IS4C
The CORE POS front end
Public Member Functions | Protected Attributes | List of all members
COREPOS\pos\lib\models\op\DepartmentsModel Class Reference
Inheritance diagram for COREPOS\pos\lib\models\op\DepartmentsModel:
COREPOS\pos\lib\models\BasicModel

Public Member Functions

 doc ()
 
- Public Member Functions inherited from COREPOS\pos\lib\models\BasicModel
 getModels ()
 
 setConnectionByName ($db_name)
 

Protected Attributes

 $name = "departments"
 
 $preferred_db = 'op'
 
 $normalize_lanes = true
 
 $columns
 
- Protected Attributes inherited from COREPOS\pos\lib\models\BasicModel
 $new_model_namespace = '\\COREPOS\\pos\\lib\\models\\'
 

Additional Inherited Members

- Public Attributes inherited from COREPOS\pos\lib\models\BasicModel
const NORMALIZE_MODE_CHECK = 1
 
const NORMALIZE_MODE_APPLY = 2
 

Member Data Documentation

COREPOS\pos\lib\models\op\DepartmentsModel::$columns
protected
Initial value:
= array(
'dept_no' => array('type'=>'SMALLINT','primary_key'=>True),
'dept_name' => array('type'=>'VARCHAR(30)','index'=>True),
'dept_tax' => array('type'=>'TINYINT'),
'dept_fs' => array('type'=>'TINYINT'),
'dept_limit' => array('type'=>'MONEY'),
'dept_minimum' => array('type'=>'MONEY'),
'dept_discount' => array('type'=>'TINYINT'),
'dept_see_id' => array('type'=>'TINYINT', 'default'=>0),
'modified' => array('type'=>'DATETIME'),
'modifiedby' => array('type'=>'INT'),
'margin' => array('type'=>'DOUBLE'),
'salesCode' => array('type'=>'INT'),
'memberOnly' => array('type'=>'SMALLINT', 'default'=>0),
'line_item_discount' => array('type'=>'TINYINT', 'default'=>1),
'dept_wicable' => array('type'=>'TINYINT', 'default'=>0),
)

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