forked from science-ation/science-ation
Add a bunch of fields that allow you to create all the information on a single form for Sci-Tech Ontario award winners to submit to sci-tech ontario
This commit is contained in:
parent
6088779b37
commit
3f8d70d47d
@ -69,6 +69,18 @@ $report_students_fields = array(
|
||||
'table_sort' => 'students.lastname',
|
||||
'components' => array('partner') ),
|
||||
|
||||
'email' => array(
|
||||
'name' => 'Student -- Email',
|
||||
'header' => 'Email',
|
||||
'width' => 1.5,
|
||||
'table' => 'students.email'),
|
||||
|
||||
'phone' => array(
|
||||
'name' => 'Student -- Phone',
|
||||
'header' => 'Phone',
|
||||
'width' => 1.0,
|
||||
'table' => 'students.phone'),
|
||||
|
||||
'grade' => array(
|
||||
'name' => 'Student -- Grade',
|
||||
'header' => 'Gr.',
|
||||
@ -127,6 +139,18 @@ $report_students_fields = array(
|
||||
'table_sort' => 'projectcategories.id',
|
||||
'table' => "CONCAT(projectcategories.category,' - ', projectdivisions.division)"),
|
||||
|
||||
'summary' => array(
|
||||
'name' => 'Project -- Summary',
|
||||
'header' => 'Project Summary',
|
||||
'width' => 4.00,
|
||||
'table' => 'projects.summary' ),
|
||||
|
||||
'language' => array(
|
||||
'name' => 'Project -- Language',
|
||||
'header' => 'Lang',
|
||||
'width' => 1.00,
|
||||
'table' => 'projects.language' ),
|
||||
|
||||
'address' => array(
|
||||
'name' => 'Student Address -- Street Address',
|
||||
'header' => 'Address',
|
||||
@ -255,6 +279,14 @@ $report_students_fields = array(
|
||||
'table_sort' => 'award_awards.order',
|
||||
'components' => array('awards')),
|
||||
|
||||
'sponsor' => array(
|
||||
'name' => 'Award -- Sponsor DB ID',
|
||||
'header' => 'Award Sponsor',
|
||||
'width' => 1.5,
|
||||
'table' => 'award_awards.award_sponsors_id',
|
||||
'table_sort' => 'award_awards.award_sponsors_id',
|
||||
'components' => array('awards')),
|
||||
|
||||
'pn_awards' => array(
|
||||
'name' => 'Project Num + Award (will be unique)',
|
||||
'header' => 'Award Name',
|
||||
|
Loading…
Reference in New Issue
Block a user