Changeset 14863 for main/kofacustom.dspg/trunk/src/kofacustom/dspg
- Timestamp:
- 6 Oct 2017, 09:21:17 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/utils/utils.py
r14861 r14863 101 101 'clearance': 'Acceptance', 102 102 'schoolfee': 'School Fee', 103 'carryover1': 'One Carry-Over',104 'carryover2': 'Two Carry-Overs',105 'carryover3': 'Three Carry-Overs',106 'carryover4': 'Four Carry-Overs',107 'hostel_maintenance': 'Hostel Maintenance',108 'certificate': 'ND Certificate',109 'hnd_certificate': 'HND Certificate',110 'pgd_certificate': 'PGD Certificate',111 'state_result': 'ND Statement of Result',112 'hnd_state_result': 'HND Statement of Result',113 'pgd_state_result': 'PGD Statement of Result',114 'transcript_local': 'ND Transcript (local)',115 'hnd_transcript_local': 'HND Transcript (local)',116 'pgd_transcript_local': 'PGD Transcript (local)',117 'transcript_foreign': 'ND Transcript (foreign)',118 'hnd_transcript_foreign': 'HND Transcript (foreign)',119 'pgd_transcript_foreign': 'PGD Transcript (foreign)',120 'ver_result': 'Verification of Result',121 'change_course': 'Change of Course',122 'change_inst': 'Change of Institute',123 'jamb_reject': 'JAMB Rejection Form',124 'cert_of_cert': 'Certification of Certificate',125 'ref_let': 'Recommendation/Reference Letter',126 'proc_cert': 'Processing of Certificate by Proxy',127 'loss_idcard': 'Loss of ID Card (student)',128 'staff_loss_idcard': 'Loss of ID Card (staff)',129 'loss_examcard': 'Loss of Exam Card',130 'loss_result': 'Loss of Result',131 'loss_receipt': 'Loss of Receipt',132 'loss_clearance': 'Loss of Clearance',133 'conv_brochure': 'ND Convocation Brochure',134 'hnd_conv_brochure': 'HND Convocation Brochure',135 'pgd_conv_brochure': 'PGD Convocation Brochure',136 'log_book': 'Log Book',137 'jamb_regularization': 'Jamb Regularization',138 'utme_registration': 'UTME Registration',139 'utme_cbt': 'UTME CBT',140 'nysc_id_card': 'NYSC ID Card',141 'ijmb_result':'IJMB Result',103 #'carryover1': 'One Carry-Over', 104 #'carryover2': 'Two Carry-Overs', 105 #'carryover3': 'Three Carry-Overs', 106 #'carryover4': 'Four Carry-Overs', 107 #'hostel_maintenance': 'Hostel Maintenance', 108 #'certificate': 'ND Certificate', 109 #'hnd_certificate': 'HND Certificate', 110 #'pgd_certificate': 'PGD Certificate', 111 #'state_result': 'ND Statement of Result', 112 #'hnd_state_result': 'HND Statement of Result', 113 #'pgd_state_result': 'PGD Statement of Result', 114 #'transcript_local': 'ND Transcript (local)', 115 #'hnd_transcript_local': 'HND Transcript (local)', 116 #'pgd_transcript_local': 'PGD Transcript (local)', 117 #'transcript_foreign': 'ND Transcript (foreign)', 118 #'hnd_transcript_foreign': 'HND Transcript (foreign)', 119 #'pgd_transcript_foreign': 'PGD Transcript (foreign)', 120 #'ver_result': 'Verification of Result', 121 #'change_course': 'Change of Course', 122 #'change_inst': 'Change of Institute', 123 #'jamb_reject': 'JAMB Rejection Form', 124 #'cert_of_cert': 'Certification of Certificate', 125 #'ref_let': 'Recommendation/Reference Letter', 126 #'proc_cert': 'Processing of Certificate by Proxy', 127 #'loss_idcard': 'Loss of ID Card (student)', 128 #'staff_loss_idcard': 'Loss of ID Card (staff)', 129 #'loss_examcard': 'Loss of Exam Card', 130 #'loss_result': 'Loss of Result', 131 #'loss_receipt': 'Loss of Receipt', 132 #'loss_clearance': 'Loss of Clearance', 133 #'conv_brochure': 'ND Convocation Brochure', 134 #'hnd_conv_brochure': 'HND Convocation Brochure', 135 #'pgd_conv_brochure': 'PGD Convocation Brochure', 136 #'log_book': 'Log Book', 137 #'jamb_regularization': 'Jamb Regularization', 138 #'utme_registration': 'UTME Registration', 139 #'utme_cbt': 'UTME CBT', 140 #'nysc_id_card': 'NYSC ID Card', 141 #'ijmb_result':'IJMB Result', 142 142 } 143 143
Note: See TracChangeset for help on using the changeset viewer.