- Timestamp:
- 19 Jul 2025, 06:41:05 (16 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py
r18034 r18131 286 286 _COMBI_PAYMENT_CATEGORIES = { 287 287 #'registration': 'Registration Fee', 288 'registration_fresh': 'Registration Fee (Fresh)', 289 'registration_return': 'Registration Fee (Returning)', 290 'grad_clearance': 'Clearance Fee', 288 ## sundry: 'registration_fresh': 'Registration Fee (Fresh)', 289 ## sundry: 'registration_return': 'Registration Fee (Returning)', 290 ## sundry: 'grad_clearance': 'Clearance Fee', 291 ## sundry: 'science': 'Science Bench Fee', 292 ## sundry: 'medical_screening':'Medical Screening Fees', 293 ## sundry: 'municipal_fresh': 'Municipal Fee (Fresh Students)', 294 ## sundry: 'municipal_returning': 'Municipal Fee (Returning Students)', 295 ## sundry: 'alumni': 'Alumni Fee', 296 ## sundry: 'conv': 'Convocation Fee', 297 ## sundry: 'matric': 'Matriculation Fee', 298 ## sundry: 'waecneco': 'WAEC/NECO Verification', 299 ## sundry: 'jambver': 'JAMB Verification', 300 ## sundry: 'book': 'Book Deposit', 301 ## sundry: 'parentsconsult': 'Parents Consultative Forum (PCF) Fee', 302 ## sundry: 'id_card': 'Student ID Card', 303 ## sundry: 'develop': 'Development Fee', 304 ## sundry: 'health_insurance': 'Student Health Insurance', 305 'clinical': 'Clinical Fee (Medical Students)', 291 306 'late_registration': 'Late Registration Fee', 292 'science': 'Science Bench Fee',293 'clinical': 'Clinical Fee (Medical Students)',294 'medical_screening':'Medical Screening Fees',295 'develop': 'Development Fee',296 'municipal_fresh': 'Municipal Fee (Fresh Students)',297 'municipal_returning': 'Municipal Fee (Returning Students)',298 'alumni': 'Alumni Fee',299 'conv': 'Convocation Fee',300 'matric': 'Matriculation Fee',301 'waecneco': 'WAEC/NECO Verification',302 'jambver': 'JAMB Verification',303 'book': 'Book Deposit',304 'parentsconsult': 'Parents Consultative Forum (PCF) Fee',305 307 'pharmlab': 'Pharmacy Lab Support Fee', 306 308 'lo_ident': 'Letter of Identification Fee', … … 309 311 'iuits': 'IUITS Fee', 310 312 'fine': 'Fine', 311 'id_card': 'Student ID Card',312 313 'pg_other': 'PG Other Charges', 313 314 'jupeb_form':'JUPEB Form Fee', … … 317 318 'jupeb_arts':'JUPEB Tuition (Arts)', 318 319 'jupeb_hostel':'JUPEB Accommodation (optional)', 319 'health_insurance': 'Student Health Insurance',320 320 } 321 321
Note: See TracChangeset for help on using the changeset viewer.