CORE POS - Fannie
The CORE POS back end
Public Member Functions | Public Attributes | List of all members
PayrollSummaryPage Class Reference
Inheritance diagram for PayrollSummaryPage:
FanniePage

Public Member Functions

 preprocess ()
 
 javascript_content ()
 

Public Attributes

 $page_set = 'Plugin :: TimesheetPlugin'
 
 else
 
 $result = $ts_db->exec_statement($query)
 
 $currentQ
 
 $currentR = $ts_db->exec_statement($currentQ)
 
 $query
 
 while ($row=$ts_db->fetch_array($result))
 

Member Data Documentation

PayrollSummaryPage::$currentQ
Initial value:
= $ts_db->prepare_statement("SELECT periodID-1 FROM
{$FANNIE_PLUGIN_SETTINGS['TimesheetDatabase']}.payperiods
WHERE ".$ts_db->now()." BETWEEN periodStart AND periodEnd")
PayrollSummaryPage::$query
Initial value:
= $ts_db->prepare_statement("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())
PayrollSummaryPage::else
Initial value:
{
$query = $ts_db->prepare_statement("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: