- Timestamp:
- 8 Nov 2018, 12:45:03 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/utils/utils.py
r15193 r15218 58 58 'admission_checking': 'Admission Checking Fee', 59 59 'medical': 'Medical Fee', 60 'conv_nd': 'Convocation ND', 61 'conv_hnd': 'Convocation HND', 60 62 } 61 63 62 SELECTABLE_PAYMENT_CATEGORIES = deepcopy(PAYMENT_CATEGORIES) 63 64 SELECTABLE_PAYMENT_CATEGORIES = { 65 'schoolfee': 'Tuition/Exams Fee', 66 'clearance': 'Acceptance Fee', 67 'bed_allocation': 'Accommodation Booking Fee', 68 'hostel_maintenance': 'Hostel Maintenance Fee', 69 'application': 'Application Fee', 70 'ict_entre': 'ICT and Entrepreneur Fee', 71 'logbook_combo': 'Logbook Combo Fee', 72 'siwess_combo': 'SIWESS Combo Fee', 73 'transcript': 'Transcript Fee', 74 'certificate': 'Certificate Fee', 75 'certificate_confirm': 'Certificate Confirmation Fee', 76 'late_registration': 'Late Course Registration Fee', 77 'final_clearance': 'Final Clearance Fee', 78 'union': 'Student Union Dues', 79 'admission_checking': 'Admission Checking Fee', 80 'medical': 'Medical Fee', 81 #'conv_nd': 'Convocation ND', 82 #'conv_hnd': 'Convocation HND', 83 } 64 84 PREVIOUS_PAYMENT_CATEGORIES = deepcopy(SELECTABLE_PAYMENT_CATEGORIES) 65 85 … … 86 106 } 87 107 108 SPECIAL_APP_DICT = { 109 'conv_nd': 'Convocation ND', 110 'conv_hnd': 'Convocation HND', 111 } 112 88 113 STUDY_MODES_DICT = { 89 114 'ug_ft': 'Undergraduate Full Time (not used in EdoPoly)',
Note: See TracChangeset for help on using the changeset viewer.