Ignore:
Timestamp:
12 Dec 2016, 12:02:31 (8 years ago)
Author:
Henrik Bettermann
Message:

Configure schoolfee and clearance payments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/utils/utils.py

    r14333 r14336  
    3434
    3535    STUDY_MODES_DICT = {
    36         'ume_ft': 'UME Full Time',
    3736        'ug_ft': 'Undergraduate Full Time',
    38         'ug_pt': 'Undergraduate Part Time',
    39         'dp_pt': 'Diploma Part Time',
    40         'ct_ft': 'Certificate Full Time',
    41         'dp_ft': 'Diploma Full Time',
    42         'de_ft': 'Direct Entry Full Time',
    43         'de_pt': 'Direct Entry Part Time',
    44         'nd_ft': 'National Diploma Full Time',
    45         'nd_pt': 'National Diploma Part Time',
    46         'hnd_ft': 'Higher National Diploma Full Time',
    47         'hnd_pt': 'Higher National Diploma Part Time',
    4837        'pg_ft': 'Postgraduate Full Time',
    4938        'pg_pt': 'Postgraduate Part Time',
    50         'pgd_ft': 'Postgraduate Diploma Full Time',
    51         'pgd_pt': 'Postgraduate Diploma Part Time',
    52         'special_pg_pt': 'Special Postgraduate Part Time',
    5339        'nce_ft': 'NCE Full Time',
    5440        'nce_pt': 'NCE Part Time',
    55         'ug_sw': 'Undergraduate Sandwich',
    5641        'nce_sw': 'NCE Sandwich',
    57         'jm_ft': 'Joint Matriculation Full Time',
    58         'ph_ft': 'Post Higher Education Full Time',
    59         'transfer_pt': 'Transfer Part Time',
    60         'transfer_ft': 'Transfer Full Time',
    61         'ct_pt': 'Certificate Part Time',
    62         'rmd_ft': 'Remedial with deficiencies',
    63         'rm_ft': 'Remedial',
    64         'transfer': 'Transfer',
    6542        'prence': 'Pre-NCE',
    66         'prend': 'Pre-ND',
    67         'pce': 'PCE',
    68         'pd_ft': 'Professional Diploma in Education',
    69         'found': 'Foundation',
    7043        'no': 'no application',
    7144        }
Note: See TracChangeset for help on using the changeset viewer.