CORE POS - IS4C
The CORE POS front end
Public Member Functions | Protected Attributes | List of all members
LocalTransTodayModel Class Reference
Inheritance diagram for LocalTransTodayModel:
LocalTransModel DTransactionsModel BasicModel

Public Member Functions

 __construct ($con)
 
 normalize ($db_name, $mode=BasicModel::NORMALIZE_MODE_CHECK, $doCreate=False)
 
- Public Member Functions inherited from LocalTransModel
 __construct ($con)
 
- Public Member Functions inherited from DTransactionsModel
 datetime ()
 
 store_id ()
 
 register_no ()
 
 emp_no ()
 
 trans_no ()
 
 upc ()
 
 description ()
 
 trans_type ()
 
 trans_subtype ()
 
 trans_status ()
 
 department ()
 
 quantity ()
 
 scale ()
 
 cost ()
 
 unitPrice ()
 
 total ()
 
 regPrice ()
 
 tax ()
 
 foodstamp ()
 
 discount ()
 
 memDiscount ()
 
 discountable ()
 
 discounttype ()
 
 voided ()
 
 percentDiscount ()
 
 ItemQtty ()
 
 volDiscType ()
 
 volume ()
 
 VolSpecial ()
 
 mixMatch ()
 
 matched ()
 
 memType ()
 
 staff ()
 
 numflag ()
 
 charflag ()
 
 card_no ()
 
 trans_id ()
 
 pos_row_id ()
 
- Public Member Functions inherited from BasicModel
 db ()
 
 preferredDB ()
 
 __construct ($con)
 
 create ()
 
 createIfNeeded ($db_name)
 
 load ()
 
 reset ()
 
 getColumns ()
 
 getName ()
 
 find ($sort='', $reverse=false)
 
 delete ()
 
 save ()
 
 normalize ($db_name, $mode=BasicModel::NORMALIZE_MODE_CHECK, $doCreate=False)
 
 generate ($filename)
 
 newModel ($name)
 
 getModels ()
 

Protected Attributes

 $name = "localtranstoday"
 
- Protected Attributes inherited from LocalTransModel
 $name = "localtrans"
 
- Protected Attributes inherited from DTransactionsModel
 $name = 'dtransactions'
 
 $preferred_db = 'trans'
 
 $columns
 
- Protected Attributes inherited from BasicModel
 $name
 
 $columns = array()
 
 $unique = array()
 
 $meta_types
 
 $connection = false
 
 $instance = array()
 
 $preferred_db = ''
 

Additional Inherited Members

- Public Attributes inherited from BasicModel
const NORMALIZE_MODE_CHECK = 1
 
const NORMALIZE_MODE_APPLY = 2
 
- Protected Member Functions inherited from BasicModel
 getMeta ($type, $dbms)
 
 insertRecord ()
 
 updateRecord ()
 

Constructor & Destructor Documentation

LocalTransTodayModel::__construct (   $con)

Add extra indexes besides the ones in the parent table dtransactions

Member Function Documentation

LocalTransTodayModel::normalize (   $db_name,
  $mode = BasicModel::NORMALIZE_MODE_CHECK,
  $doCreate = False 
)

localtranstoday used to be a view; recreate it as a table if needed.


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