diff --git a/admin/reports_students.inc.php b/admin/reports_students.inc.php index 5ca0203..fa859ac 100644 --- a/admin/reports_students.inc.php +++ b/admin/reports_students.inc.php @@ -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',