Subversion Repositories Applications.gtt

Rev

Rev 196 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 196 Rev 199
Line 54... Line 54...
54
				// Récupération de la catégorie du projet
54
				// Récupération de la catégorie du projet
55
				$ProjetCategorie = new ProjetCategorie();
55
				$ProjetCategorie = new ProjetCategorie();
56
				$Categorie = current($ProjetCategorie->consulter(ProjetCategorie::GPC_ID, $Projet->getCeCategorie()));
56
				$Categorie = current($ProjetCategorie->consulter(ProjetCategorie::GPC_ID, $Projet->getCeCategorie()));
Line 57... Line 57...
57
	
57
	
-
 
58
				// Récupération de toutes les infos
58
				// Récupération de toutes les infos
59
				if(isset($Categorie)) {
59
				$aso_preferences['preferences'][$Categorie->getLibelle()][] = array(
60
				$aso_preferences['preferences'][$Categorie->getLibelle()][] = array(
60
					'id' => $Projet->getIdProjet(),
61
					'id' => $Projet->getIdProjet(),
61
					'valeur' => $Projet->getIdProjet(),
62
					'valeur' => $Projet->getIdProjet(),
62
					'no' => $Projet->getNom(),
63
					'no' => $Projet->getNom(),
Line 67... Line 68...
67
					'dufi' => $Projet->getDureeFinance(),
68
					'dufi' => $Projet->getDureeFinance(),
68
					'tpp' => $aso_temps_perso[$Projet->getIdProjet()]['temps_jours'], // temps perso. passé
69
					'tpp' => $aso_temps_perso[$Projet->getIdProjet()]['temps_jours'], // temps perso. passé
69
					'av' => $Projet->getAvancement(),
70
					'av' => $Projet->getAvancement(),
70
					'avc' => $Projet->getAvancementCalcule(), // trop de la boulette !
71
					'avc' => $Projet->getAvancementCalcule(), // trop de la boulette !
71
					'coche' => $coche);
72
					'coche' => $coche);
72
	    	}
73
	    	}}
73
	    	ksort($aso_preferences['preferences']);
74
	    	ksort($aso_preferences['preferences']);
74
		}
75
		}
Line 75... Line 76...
75
 
76
 
76
    	//echo '<pre>'.print_r($aso_preferences, true).'</pre>';
77
    	//echo '<pre>'.print_r($aso_preferences, true).'</pre>';
Line 95... Line 96...
95
    	
96
    	
96
    	// Action suivante
97
    	// Action suivante
97
    	$this->setSuivant('__defaut__');
98
    	$this->setSuivant('__defaut__');
98
    }
99
    }
99
}
-
 
100
?>
100
}
-
 
101
?>