- Timestamp:
- 1 Jun 2018, 20:16:48 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/utils/utils.py
r15034 r15041 26 26 27 27 PAYMENT_CATEGORIES = { 28 'schoolfee': 'Tuition &Exams Fee',28 'schoolfee': 'Tuition and Exams Fee', 29 29 'clearance': 'Acceptance Fee', 30 30 'bed_allocation': 'Accommodation Booking Fee', 31 31 'hostel_maintenance': 'Hostel Maintenance Fee', 32 32 'application': 'Application Fee', 33 'ict_entre': 'ICT &Entrepreneur Fee',33 'ict_entre': 'ICT and Entrepreneur Fee', 34 34 'logbook_combo': 'Logbook Combo Fee', 35 35 'siwess_combo': 'SIWESS Combo Fee', … … 41 41 42 42 BALANCE_PAYMENT_CATEGORIES = { 43 'schoolfee': 'Tuition &Exams Fee',44 'ict_entre': 'ICT &Entrepreneur Fee',43 'schoolfee': 'Tuition and Exams Fee', 44 'ict_entre': 'ICT and Entrepreneur Fee', 45 45 } 46 46 47 47 REPORTABLE_PAYMENT_CATEGORIES = { 48 'schoolfee': 'Tuition &Exams Fee',48 'schoolfee': 'Tuition and Exams Fee', 49 49 'clearance': 'Acceptance Fee', 50 50 #'bed_allocation': 'Accommodation Booking Fee', 51 51 'hostel_maintenance': 'Hostel Maintenance Fee', 52 'ict_entre': 'ICT &Entrepreneur Fee',52 'ict_entre': 'ICT and Entrepreneur Fee', 53 53 'logbook_combo': 'Logbook Combo Fee', 54 54 'siwess_combo': 'SIWESS Combo Fee',
Note: See TracChangeset for help on using the changeset viewer.