| static GumPosLayer::getCustdata  | 
          ( | 
            | 
          $card_no | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Get info about member 
- Parameters
 - 
  
  
 
- Returns
 - [object] CustdataModel or [boolean] false on failure 
 
 
 
  
  
      
        
          | static GumPosLayer::getMeminfo  | 
          ( | 
            | 
          $card_no | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Get member contact info 
- Parameters
 - 
  
  
 
- Returns
 - [object] MeminfoModel or [boolean] false on failure 
 
 
 
  
  
      
        
          | static GumPosLayer::writeTransaction  | 
          ( | 
            | 
          $emp_no,  | 
         
        
           | 
           | 
            | 
          $register_no,  | 
         
        
           | 
           | 
            | 
          $lines  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
Create a POS transaction 
- Parameters
 - 
  
    | $emp_no | [int] employee ID  | 
    | $register_no | [int] lane ID  | 
    | $lines | [array] of records  | 
  
   
- Returns
 
- success: [string] transaction identifier
 
- failure: [boolean] false
 
- disabled: [boolean] true
 
Each record is a set of key/value pairs with the following keys: amount => purchase amount department => department ID# description => text description 
 
 
The documentation for this class was generated from the following file:
- fannie/modules/plugins2.0/GiveUsMoneyPlugin/bridge/GumPosLayer.php