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

Start customization of payment components.

File:
1 edited

Legend:

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

    r14126 r14333  
    3232        'prence': 'Pre-NCE Programme',
    3333        }
     34
     35    STUDY_MODES_DICT = {
     36        'ume_ft': 'UME Full Time',
     37        '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',
     48        'pg_ft': 'Postgraduate Full Time',
     49        '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',
     53        'nce_ft': 'NCE Full Time',
     54        'nce_pt': 'NCE Part Time',
     55        'ug_sw': 'Undergraduate Sandwich',
     56        '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',
     65        'prence': 'Pre-NCE',
     66        'prend': 'Pre-ND',
     67        'pce': 'PCE',
     68        'pd_ft': 'Professional Diploma in Education',
     69        'found': 'Foundation',
     70        'no': 'no application',
     71        }
Note: See TracChangeset for help on using the changeset viewer.