- Timestamp:
- 12 Jul 2017, 11:12:46 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/applicants/utils.py
r14716 r14718 29 29 """A collection of parameters and methods subject to customization. 30 30 """ 31 32 APP_TYPES_DICT = { 33 'rmd': ['Remedial Programme', 'RP'], 34 'hndft': ['HND Full-Time Programmes', 'HNDFT'], 35 'hndpt': ['HND Part-Time Programmes', 'HNDPT'], 36 'hndwe': ['HND Weekend Programmes', 'HNDWE'], 37 'ndft': ['ND Full-Time Programmes', 'NDFT'], 38 'ndpt': ['ND Part-Time Programmes', 'NDPT'], 39 'ndwe': ['ND Weekend Programmes', 'NDWE'], 40 'putme': ['Post-UTME Screening Exercise', 'PUTME'], 41 'app': ['General Studies', 'APP'], 42 'cest': ['Common Entry Screening Test', 'CEST'], 43 'ct': ['Certificate Programmes', 'CTP'], 44 'pgft': ['Postgraduate Full-Time Programmes', 'PG'], 45 'pgpt': ['Postgraduate Part-Time Programmes', 'PG'], 46 'prermd': ['Pre-Admission Security Screening and Results Verification: Remedial Forms', 'RP'], 47 'prehndft': ['Pre-Admission Security Screening and Results Verification: HND Full-Time Forms', 'HNDFT'], 48 'prehndpt': ['Pre-Admission Security Screening and Results Verification: HND Part-Time Forms', 'HNDPT'], 49 'prehndwe': ['Pre-Admission Security Screening and Results Verification: HND Weekend Forms', 'HNDWE'], 50 'prendft': ['Pre-Admission Security Screening and Results Verification: ND Full-Time Forms', 'NDFT'], 51 'prendpt': ['Pre-Admission Security Screening and Results Verification: ND Part-Time Forms', 'NDPT'], 52 'prendwe': ['Pre-Admission Security Screening and Results Verification: ND Weekend Forms', 'NDWE'], 53 'prejambites': ['Pre-Admission Security Screening and Results Verification: JAMBITES', 'JMB'], 54 'special': ['Supplementary Payment', 'SP'], 55 }
Note: See TracChangeset for help on using the changeset viewer.