Month Totals: year."-".$this->month."-01")) ?> year ?> |
startDate ?> - endDate ?> |
codes as $code) { echo " | $code | "; } ?>Totals |
---|---|---|
".$account['userInfo']['lastName'].", ".$account['userInfo']['firstName']." | "; foreach($account['totals'] as $totals) { echo ""; if($totals == 0) { echo " - "; } else { echo $totals; } echo " | "; } $grandTotal = 0; foreach($account['totals'] as $total) { $grandTotal = $grandTotal + $total; } echo "$grandTotal | "; echo "