Changeset 15082 for main/kofacustom.edopoly
- Timestamp:
- 10 Jul 2018, 13:57:30 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/utils/utils.py
r15074 r15082 28 28 'basic': 'Basic Application', 29 29 'no': 'no application', 30 'pg': 'Postgraduate', 31 'sandwich': 'Sandwich', 32 'cest': 'Part-Time, Diploma, Certificate' 30 'ft': 'Full Time Courses', 31 'pt': 'Part Time Courses', 33 32 } 34 33 35 34 PAYMENT_CATEGORIES = { 36 'schoolfee': 'Tuition and Exams Fee',35 'schoolfee': 'Tuition/Exams Fee and Student Union Dues', 37 36 'clearance': 'Acceptance Fee', 38 37 'bed_allocation': 'Accommodation Booking Fee', … … 52 51 53 52 BALANCE_PAYMENT_CATEGORIES = { 54 'schoolfee': 'Tuition and Exams Fee',53 'schoolfee': 'Tuition/Exams Fee and Student Union Dues', 55 54 'ict_entre': 'ICT and Entrepreneur Fee', 56 55 'certificate_confirm': 'Certificate Confirmation Fee', … … 59 58 60 59 REPORTABLE_PAYMENT_CATEGORIES = { 61 'schoolfee': 'Tuition and Exams Fee', 62 'clearance': 'Acceptance Fee', 63 #'bed_allocation': 'Accommodation Booking Fee', 64 'hostel_maintenance': 'Hostel Maintenance Fee', 65 'ict_entre': 'ICT and Entrepreneur Fee', 60 'schoolfee': 'Tuition Exams Fee', 61 'clearance': 'Accept. Fee', 62 'hostel_maintenance': 'Hostel Maint. Fee', 63 'ict_entre': 'ICT Entrepr. Fee', 66 64 'logbook_combo': 'Logbook Combo Fee', 67 65 'siwess_combo': 'SIWESS Combo Fee', 68 #'transcript': 'Transcript Fee', 69 'certificate': 'Certificate Fee', 70 'certificate_confirm': 'Certificate Confirmation Fee', 71 'late_registration': 'Late Course Registration Fee', 66 'certificate': 'Cert. Fee', 67 'certificate_confirm': 'Cert. Confirm. Fee', 68 'late_registration': 'Late Course Registr. Fee', 72 69 'final_clearance': 'Final Clearance Fee', 73 70 }
Note: See TracChangeset for help on using the changeset viewer.