Changeset 459
- Timestamp:
- 1 Sep 2006, 05:53:24 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/Students.py
r458 r459 112 112 dc = {'Title': 'Clearance Data'} 113 113 dc['matric_no'] = matric_no 114 lga = student.get('State') + ' / ' + student.get('LGA') 114 lga = student.get('State') + ' / ' + student.get('LGA') 115 115 dc['lga'] = lga 116 116 dc['nationality'] = student.get('Nationality') … … 326 326 d["lastname"] = jamb.get("NAME") 327 327 da["jamb_sex"] = jamb.get("SEX") 328 d["sex"] = jamb.get("SEX") 328 329 da["jamb_state"] = jamb.get("STATE") 329 330 da["jamb_lga"] = jamb.get("LGA") … … 337 338 return self.REQUEST.RESPONSE.redirect("%s" % self.REQUEST.get('URL1')) 338 339 ###) 339 340 340 341 341 342 342 343 security.declareProtected(View,"Title") … … 485 486 return sum/course_count 486 487 return 0.0 487 488 488 489 InitializeClass(StudentStudyLevel) 489 490 -
WAeUP_SRP/trunk/profiles/default/actionicons.xml
r417 r459 186 186 title="Import Fulltime Students Results" 187 187 priority="2" icon_expr="actionicon_submit.png"/> 188 <action-icon category="import" 189 action_id="import_jamb_data" 190 title="Import JAMB Data" 191 priority="3" icon_expr="actionicon_submit.png"/> 188 192 </action-icons> -
WAeUP_SRP/trunk/profiles/default/schemas/student_admission.xml
r456 r459 18 18 <property name="default_expr">python:0</property> 19 19 </field> 20 <field name="jamb_age" meta_type="CPS Int Field"> 21 <property name="default_expr">python:20</property> 22 </field> 20 <field name="jamb_age" meta_type="CPS Int Field"/> 23 21 <field name="jamb_state" meta_type="CPS String Field"/> 24 22 <field name="jamb_lga" meta_type="CPS String Field"/> … … 28 26 <field name="jamb_first_uni" meta_type="CPS String Field"/> 29 27 <field name="jamb_second_uni" meta_type="CPS String Field"/> 30 28 31 29 <field name="entry_mode" meta_type="CPS String Field"/> 32 30 -
WAeUP_SRP/trunk/profiles/default/types/StudentsFolder.xml
r457 r459 71 71 <permission value="Modify portal content"/> 72 72 </action> 73 <action title="JAMB "74 action_id="import_ fulltime_students_results" category="import"73 <action title="JAMB Data" 74 action_id="import_jamb_data" category="import" 75 75 condition_expr="" 76 76 url_expr="string:${object_url}/loadJAMBFromCSV"
Note: See TracChangeset for help on using the changeset viewer.