-
-
-
-
- |
-
- = $aEventTitle[$row]/*." ID=[".$aEventID[$row]."]"*/ ?>
- = ($aEventDesc[$row] == '' ? ' ' : ("(".$aEventDesc[$row].")")) ?>
-
-
-
- |
- = empty($aEventType[$row])?_("Personal Calendar"):$aEventType[$row] ?> |
-
- = $aLogin[$row] ?>
- |
-
-
-
-
- = _("Check-in") ?> |
- = _("Check-out") ?> |
- = _("Rest") ?> |
-
-
- = $attNumRows[$row] ?> |
- = $attCheckOut[$row] ?> |
- = $attNumRows[$row]-$attCheckOut[$row] ?> |
-
-
-
-
-
-
-
-
-
- |
-
-
-
-
- |
-
-
- |
-
-
-
-
-
-
- |
-
-
-
- filterByEvtcntEventid($aEventID[$row])->orderByEvtcntCountid(Criteria::ASC)->find();
-
- if (!empty($eventCounts)) {
- $c=0;
- $aNumCounts = $eventCounts->count();
-
- foreach ($eventCounts as $eventCount) {
- $cCountID[$c] = $eventCount->getEvtcntCountid();
- $cCountName[$c] = $eventCount->getEvtcntCountname();
- $cCount[$c] = $eventCount->getEvtcntCountcount();
- $cCountNotes = $eventCount->getEvtcntNotes(); ?>
-
- = $eventCount->getEvtcntCountname() ?>
- = $eventCount->getEvtcntCountcount() ?>
- |
-
-
-
- = _('No Attendance Recorded') ?>
-
- |
-
-
-
- |
-
- = $aEventStartDateTime[$row] ?>
- |
-
- = $aEventEndDateTime[$row] ?>
- |
- ;text-align:center">
- = ($aEventStatus[$row] != 0 ? _('No') : _('Yes')) ?>
- |
-
-
- useEventQuery()
- ->filterByType($eType)
- ->addAsColumn('monthStart','MONTH('.EventTableMap::COL_EVENT_START.')')
- ->addAsColumn('yearStart','YEAR('.EventTableMap::COL_EVENT_START.')')
- ->endUse()
- ->where('YEAR('.EventTableMap::COL_EVENT_START.')='.$yVal.' AND MONTH('.EventTableMap::COL_EVENT_START.')='.$mVal)
- ->addAsColumn('avg','AVG('.EventCountsTableMap::COL_EVTCNT_COUNTCOUNT.')')
- ->addAsColumn('sum','SUM('.EventCountsTableMap::COL_EVTCNT_COUNTCOUNT.')')
- ->groupByEvtcntCountid()
- ->find();
-
- ?>
-
-
-
- = _(' Monthly Averages') ?> |
- |
- |
- |
-
- 0) {
- ?>
-
-
-
-
- = _("AVG") ?> = _("Check-in") ?>
- = sprintf('%01.2f', $numAVG_CheckIn/$numAVGAtt) ?>
- |
-
-
- = _("AVG") ?> = _("Check-out") ?>
- = sprintf('%01.2f', $numAVG_CheckOut/$numAVGAtt) ?>
- |
-
-
- = _("AVG") ?> = _("Rest") ?>
- = sprintf('%01.2f', ($numAVG_CheckIn-$numAVG_CheckOut)/$numAVGAtt) ?>
- |
-
-
-
-
- |
-
-
- 0) {
- ?>
-
-
-
-
-
-
-
-
- = _("AVG") ?> = $real_count->getEvtcntCountname() ?>
- = sprintf('%01.2f', $real_count->getAvg()) ?>
- |
-
-
-
-
-
-
- |
- |
- |
- |
-
- 0) {
- ?>
-
- = _('Monthly Counts') ?> |
- |
- |
- |
-
- 0) {
- ?>
-
-
-
-
- = _("Total") ?> = _("Check-in") ?>
- = sprintf('%01.2f', $numAVG_CheckIn) ?>
- |
-
-
- = _("Total") ?> = _("Check-out") ?>
- = sprintf('%01.2f', $numAVG_CheckOut) ?>
- |
-
-
- = _("Total") ?> = _("Rest") ?>
- = sprintf('%01.2f', ($numAVG_CheckIn-$numAVG_CheckOut)) ?>
- |
-
-
-
- |
-
-
- 0) {
- ?>
-
-
-
-
-
-
-
-
- = _("Total") ?> = $real_count->getEvtcntCountname() ?>
- = sprintf('%01.2f', $real_count->getSum()) ?>
- |
-
-
-
-
-
- |
- |
- |
- |
-
-
-
-