Subversion Repositories Applications.gtt

Rev

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

Rev 138 Rev 143
Line 107... Line 107...
107
						$Categorie = current($ProjetCategorie->consulter($cmd, $param));
107
						$Categorie = current($ProjetCategorie->consulter($cmd, $param));
Line 108... Line 108...
108
			
108
			
109
						// Info trans utilisateur sur les catégories
109
						// Info trans utilisateur sur les catégories
110
						if (!isset($aso_stat['categories'][$Categorie->getIdCategorie()])) {
110
						if (!isset($aso_stat['categories'][$Categorie->getIdCategorie()])) {
111
							$aso_stat['categories'][$Categorie->getIdCategorie()] = array(	'projets' => array(), 
111
							$aso_stat['categories'][$Categorie->getIdCategorie()] = array(	'projets' => array(), 
-
 
112
																							'nom' => $Categorie->getLibelle(),
112
																							'nom' => $Categorie->getLibelle(), 
113
																							'abreviation' => $Categorie->getAbreviation(), 
113
																							'total' => 0);
114
																							'total' => 0);
Line 114... Line 115...
114
						}
115
						}
115
						
116
						
Line 183... Line 184...
183
				$aso_stat['utilisateurs'][] = $aso_gestion;
184
				$aso_stat['utilisateurs'][] = $aso_gestion;
184
	    	}
185
	    	}
185
    	}
186
    	}
Line 186... Line 187...
186
    	
187
    	
-
 
188
    	// Post-traitement des nombre pour l'affichage
-
 
189
    	$formatage = array('total_projets', 'total_absences','total_absences_projets', 'utilisateurs', 'categories', 'projets', 'absences');
187
    	// Post-traitement des nombre pour l'affichage
190
    	foreach ($formatage as $cle) {
-
 
191
    		$aso_stat[$cle] = Nombre::formaterNbre($aso_stat[$cle], GTT_LANGUE);
Line 188... Line 192...
188
    	$aso_stat = Nombre::formaterNbre($aso_stat, GTT_LANGUE);
192
    	}
189
		
193
		
190
		// Sortie
194
		// Sortie
191
		//trigger_error(print_r($aso_stat, true), E_USER_NOTICE);
195
		//trigger_error(print_r($aso_stat, true), E_USER_NOTICE);