| 
| 
  | preprocess () | 
|   | 
| 
  | javascript_content () | 
|   | 
 | 
| 
  | $page_set = 'Plugin :: TimesheetPlugin' | 
|   | 
|   | else | 
|   | 
| 
  | $result = $ts_db->execute($query) | 
|   | 
|   | $currentQ | 
|   | 
| 
  | $currentR = $ts_db->execute($currentQ) | 
|   | 
|   | $query | 
|   | 
| 
  | while ($row=$ts_db->fetchRow($result)) | 
|   | 
      
        
          | PayrollSummaryPage::$currentQ | 
        
      
 
Initial value:= $ts_db->prepare("SELECT periodID-1 FROM 
                {$FANNIE_PLUGIN_SETTINGS['TimesheetDatabase']}.payperiods 
                WHERE ".$ts_db->now()." BETWEEN periodStart AND periodEnd")
 
 
 
      
        
          | PayrollSummaryPage::$query | 
        
      
 
Initial value:= $ts_db->prepare("SELECT DATE_FORMAT(periodStart, '%M %D, %Y'), 
                DATE_FORMAT(periodEnd, '%M %D, %Y'), periodID 
                FROM {$FANNIE_PLUGIN_SETTINGS['TimesheetDatabase']}.payperiods 
                WHERE periodStart < ".$ts_db->now())
 
 
 
Initial value:{
            $query = $ts_db->prepare("SELECT FirstName, emp_no FROM "
                .$FANNIE_OP_DB.$ts_db->sep()."employees 
                WHERE EmpActive=1 ORDER BY FirstName ASC")
 
 
 
The documentation for this class was generated from the following file:
- fannie/modules/plugins2.0/TimesheetPlugin/PayrollSummaryPage.php