- Timestamp:
- 19 Jul 2025, 21:46:02 (6 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py
r18131 r18133 77 77 'makeup_admin': 'Make-Up Registration Fee', 78 78 'id_card': 'Student ID Card', 79 'required_combi': 'Required CombiPayment',79 'required_combi': 'Required Sundry Payment', 80 80 'pg_other': 'PG Other Charges', 81 81 'jupeb_form':'JUPEB Form Fee', … … 115 115 'schoolfee40': 'Tuition Plus (40% - 1st instalment)', 116 116 'secondinstal': 'Tuition Plus (60% - 2nd instalment)', 117 'clearance': 'Acceptance Fee', 117 118 #'registration': 'Registration Fee', 118 'registration_fresh': 'Registration Fee (Fresh)',119 'registration_return': 'Registration Fee (Returning)',120 'clearance': 'Acceptance Fee',121 'grad_clearance': 'Clearance Fee',122 119 #'bed_allocation': 'Bed Allocation Fee', 123 120 #'hostel_maintenance': 'Accommodation', 124 121 #'transfer': 'Transfer Fee', 125 122 #'gown': 'Gown Hire Fee', 123 #'app_balance': 'Application Fee Balance', 124 #'make_up': 'Make-up Fee', 126 125 'application': 'Application Fee', 127 126 'pg_application': 'PG Application Fee', 128 #'app_balance': 'Application Fee Balance',129 127 'transcript_local': 'Transcript Fee (Local Students)', 130 128 'transcript_overseas': 'Transcript Fee (Oversea Students)', 131 129 'late_registration': 'Late Registration Fee', 132 'science': 'Science Bench Fee',133 130 'clinical': 'Clinical Fee (Medical Students)', 134 'medical_screening':'Medical Screening Fees',135 'develop': 'Development Fee',136 'municipal_fresh': 'Municipal Fee (Fresh Students)',137 'municipal_returning': 'Municipal Fee (Returning Students)',138 'alumni': 'Alumni Fee',139 'conv': 'Convocation Fee',140 'matric': 'Matriculation Fee',141 'waecneco': 'WAEC/NECO Verification',142 'jambver': 'JAMB Verification',143 'book': 'Book Deposit',144 'parentsconsult': 'Parents Consultative Forum (PCF) Fee',145 131 'pharmlab': 'Pharmacy Lab Support Fee', 146 132 'lo_ident': 'Letter of Identification Fee', 147 133 'change_course': 'Change of Course Fee', 148 #'make_up': 'Make-up Fee',149 134 'iuits': 'IUITS Fee', 150 135 'fine': 'Fine', 151 'combi': 'Combi Payment',136 #'combi': 'Combi Payment', 152 137 #'resit1': '1 Make-Up Examination Course', 153 138 #'resit2': '2 Make-Up Examination Courses', … … 160 145 #'resit9': '9 Make-Up Examination Courses', 161 146 'makeup_admin': 'Make-Up Registration Fee', 162 'id_card': 'Student ID Card', 163 'required_combi': 'Required Combi Payment', 147 'required_combi': 'Required Sundry Payment', 164 148 'pg_other': 'PG Other Charges', 165 149 #'jupeb_form':'JUPEB Form Fee', … … 169 153 'jupeb_arts':'JUPEB Tuition (Arts)', 170 154 'jupeb_hostel':'JUPEB Accommodation (optional)', 171 'health_insurance': 'Student Health Insurance', 155 156 ## sundry: 'registration_fresh': 'Registration Fee (Fresh)', 157 ## sundry: 'registration_return': 'Registration Fee (Returning)', 158 ## sundry: 'grad_clearance': 'Clearance Fee', 159 ## sundry: 'science': 'Science Bench Fee', 160 ## sundry: 'medical_screening':'Medical Screening Fees', 161 ## sundry: 'municipal_fresh': 'Municipal Fee (Fresh Students)', 162 ## sundry: 'municipal_returning': 'Municipal Fee (Returning Students)', 163 ## sundry: 'alumni': 'Alumni Fee', 164 ## sundry: 'conv': 'Convocation Fee', 165 ## sundry: 'matric': 'Matriculation Fee', 166 ## sundry: 'waecneco': 'WAEC/NECO Verification', 167 ## sundry: 'jambver': 'JAMB Verification', 168 ## sundry: 'book': 'Book Deposit', 169 ## sundry: 'parentsconsult': 'Parents Consultative Forum (PCF) Fee', 170 ## sundry: 'id_card': 'Student ID Card', 171 ## sundry: 'develop': 'Development Fee', 172 ## sundry: 'health_insurance': 'Student Health Insurance', 172 173 } 173 174 … … 240 241 'fine': 'Fine', 241 242 'id_card': 'Student ID Card', 242 #'required_combi': 'Required CombiPayment',243 #'required_combi': 'Required Sundry Payment', 243 244 'pg_other': 'PG Other Charges', 244 245 #'jupeb_form':'JUPEB Form Fee',
Note: See TracChangeset for help on using the changeset viewer.