Add some extra fields to the awards report

This commit is contained in:
james 2007-03-22 14:55:24 +00:00
parent c64d7445e9
commit c22b3fa86b
2 changed files with 20 additions and 1 deletions

View File

@ -51,9 +51,11 @@
echo "<h4>".i18n("Custom Reports")."</h4>";
/*
echo i18n("Day of Fair Registration/Checkin Forms (All Categories)").": ";
echo "<a href=\"reports_gen.php?id=9&type=pdf\">PDF</a> &nbsp; ";
echo "<a href=\"reports_gen.php?id=9&type=csv\">CSV</a> &nbsp; ";
*/
//lets split this up by age category,
/*
@ -68,7 +70,6 @@ while($catr=mysql_fetch_object($catq))
}
*/
echo "<br />";
echo "<br />";
echo i18n("Mailing Labels").": ";
echo "<a href=\"reports_mailinglabels.php\">".i18n("Mailing Label Generator")."</a>";

View File

@ -28,6 +28,24 @@ $report_awards_fields = array(
'width' => 3.0,
'table' => 'award_awards.name' ),
'criteria' => array(
'name' => 'Award -- Criteria',
'header' => 'Award Criteria',
'width' => 3.0,
'table' => 'award_awards.criteria' ),
'presenter' => array(
'name' => 'Award -- Presenter',
'header' => 'Award Presenter',
'width' => 1.5,
'table' => 'award_awards.presenter' ),
'order' => array(
'name' => 'Award -- Order',
'header' => 'Award Order',
'width' => 0.5,
'table' => 'award_awards.order' ),
'cwsfaward' => array(
'name' => 'Award -- CWSF Award',
'header' => 'CWSF',