Ignore:
Timestamp:
1 Dec 2014, 16:13:12 (10 years ago)
Author:
Henrik Bettermann
Message:

Add date_of_invitation field.

Add ClearanceRequestedStudentExporter?. This exports students in state 'clearance_requested' and is mainly meant for reimporting invitation dates.

Tests will follow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students/tests/test_export.py

    r12080 r12107  
    4848        self.assertMatches(
    4949            'adm_code,alr_date,alr_fname,alr_no,alr_results,clearance_locked,'
    50             'clr_code,date_of_birth,def_adm,disabled,email,emp2_end,'
     50            'clr_code,date_of_birth,date_of_invitation,def_adm,disabled,email,emp2_end,'
    5151            'emp2_position,emp2_reason,emp2_start,emp_end,emp_position,'
    5252            'emp_reason,emp_start,employer,employer2,firstname,former_matric,'
     
    6363            'suspended,suspended_comment,password,state,history,certcode,is_postgrad,'
    6464            'current_level,current_session\r\nmy adm code,,,,'
    65             '"[(\'accounts\', \'A\')]",0,my clr code,1981-02-04#,,,'
     65            '"[(\'accounts\', \'A\')]",0,my clr code,1981-02-04#,,,,'
    6666            'anna@sample.com,,,,,,,,,,,Anna,,,,,"[(\'accounts\', \'A\')]"'
    6767            ',,,,,,,,,,,,,,,,Tester,,,234,M.,NG,,,,,,,,,'
Note: See TracChangeset for help on using the changeset viewer.