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

Public Member Functions

 definition ()
 
 doc ()
 
- Public Member Functions inherited from COREPOS\pos\lib\models\ViewModel
 definition ()
 
 create ()
 
 delete ()
 
 save ()
 
 normalize ($db_name, $mode=BasicModel::NORMALIZE_MODE_CHECK, $doCreate=false)
 
- Public Member Functions inherited from COREPOS\pos\lib\models\BasicModel
 getModels ()
 
 setConnectionByName ($db_name)
 

Protected Attributes

 $name = "screendisplay"
 
 $preferred_db = 'trans'
 
 $columns
 
- Protected Attributes inherited from COREPOS\pos\lib\models\ViewModel
 $name = '__VirtualClass_ShouldNotExist'
 
- 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
 
- Protected Member Functions inherited from COREPOS\pos\lib\models\ViewModel
 normalizeCreate ($mode, $doCreate)
 
 normalizeTableToView ($mode, $doCreate)
 

Member Data Documentation

COREPOS\pos\lib\models\trans\ScreenDisplayModel::$columns
protected
Initial value:
= array(
'description' => array('type'=>'VARCHAR(255)'),
'comment' => array('type'=>'VARCHAR(255)'),
'total' => array('type'=>'MONEY'),
'status' => array('type'=>'VARCHAR(255)'),
'lineColor' => array('type'=>'VARCHAR(255)'),
'discounttype' => array('type'=>'INT'),
'trans_type' => array('type'=>'VARCHAR(2)'),
'trans_status' => array('type'=>'VARCHAR(2)'),
'voided' => array('type'=>'INT'),
'trans_id' => array('type'=>'INT'),
)

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