- Add more trophy options to the student reports

This commit is contained in:
dave 2009-01-23 02:26:46 +00:00
parent 23e6df6f37
commit e76bef6cf9

View File

@ -499,6 +499,28 @@ $report_students_fields = array(
OR award_prizes.trophyschoolreturn=1, 'Yes', 'No')",
'components' => array('awards')),
'award_prize_trophy_return' => array(
'name' => 'Award -- Annual Trophy (\'Yes\' if the award has a school or student trophy that isn\'t a keeper)',
'header' => 'Trophy',
'width' => 0.5,
'table' => "IF ( award_prizes.trophystudentreturn=1
OR award_prizes.trophyschoolreturn=1, 'Yes', 'No')",
'components' => array('awards')),
'award_prize_trophy_return_student' => array(
'name' => 'Award -- Annual Student Trophy (\'Yes\' if the award has astudent trophy that isn\'t a keeper)',
'header' => 'Ind.',
'width' => 0.5,
'table' => "IF ( award_prizes.trophystudentreturn=1, 'Yes', 'No')",
'components' => array('awards')),
'award_prize_trophy_return_school' => array(
'name' => 'Award -- Annual School Trophy (\'Yes\' if the award has a school trophy that isn\'t a keeper)',
'header' => 'Sch.',
'width' => 0.5,
'table' => "IF ( award_prizes.trophyschoolreturn=1, 'Yes', 'No')",
'components' => array('awards')),
'nom_awards' => array(
'name' => 'Award Nominations -- Award Name (warning: duplicates student for multiple awards!)',
'header' => 'Award Name',