예제 #1
0
파일: result.php 프로젝트: hexti/troncal
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>Cons&oacute;rcio Troncal - Bel&eacute;m (OPR)</title>
	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15" />
	<style> 
	.FonteTexto{
	font-size: 10px;
	
	}
	 </style>
</head>
<body>
	
	<?php 
if ($acompanhamento->getAno() != null) {
    foreach ($acompanhamento->getAno() as $ano) {
        $resultado = $DAO->Listar($query . " AND ano = '" . $ano . "' AND mes IN (1,2,3,4,5,6) GROUP BY mes ORDER BY ano, mes, grupo ASC");
        if ($acompanhamento->getRemuneracao() != null) {
            $serie1 = new XYDataSet();
            $serie3 = new XYDataSet();
        }
        if ($acompanhamento->getReembolso() != null) {
            $serie2 = new XYDataSet();
            $serie4 = new XYDataSet();
        }
        if ($acompanhamento->getReembolso() == null && $acompanhamento->getRemuneracao() == null) {
            $serie1 = new XYDataSet();
            $serie2 = new XYDataSet();
            $serie3 = new XYDataSet();
            $serie4 = new XYDataSet();