|
Users Developers Wiki help. |
AchievementsThe Achievements add-on tabulates completion rates of items. There is an optional part of the add-on to chart completion rates of next actions. RequirementsThe add-on itself, contained in files achievements.php and graph.php, requires:
The optional charting element of this addon requires:
The charting element will check for the presence of these requirements before running. Download and installationDownload and unzip achievements.zip (updated 2008-03-19 10:30 GMT) into your gtd-php installation directory ConfigurationTo use the default configuration specified below, place jpgraph in a sub-directory of the parent of the gtd-php directory, so that the relative path from gtd-php to jpgraph is To activate your add-on, insert the text below in the addons section of config.php:
$config['addons']['achievements']=array(
'link'=>"addons/achievements/achievements.php",
'title'=>"Completion rates", 'label' => "Achievements",
'where'=>'listItems.php?type=a&tickler=true','when'=>'after',
'options'=>array('jpgraphdir'=>'../jpgraph/')
);
Example output![]() |