- Timestamp:
- 11 Oct 2019, 11:31:38 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py
r15645 r15661 27 27 28 28 PAYMENT_CATEGORIES = { 29 'schoolfee': 'School Fee', 29 'schoolfee40': 'Tuition Plus 40', 30 'schoolfee50': 'Tuition Plus 50', 31 'schoolfee60': 'Tuition Plus 60', 32 'schoolfee': 'Tuition Plus Total', 30 33 'clearance': 'Acceptance Fee', 31 'bed_allocation': 'Bed Allocation Fee',32 'hostel_maintenance': 'Accommodation',34 #'bed_allocation': 'Bed Allocation Fee', 35 #'hostel_maintenance': 'Accommodation', 33 36 #'transfer': 'Transfer Fee', 34 37 #'gown': 'Gown Hire Fee', … … 52 55 53 56 SELECTABLE_PAYMENT_CATEGORIES = { 54 'schoolfee': 'School Fee', 55 'clearance': 'Acceptance Fee', 57 'schoolfee40': 'Tuition, Accommodation, Adm. Charges (40% - 1st instalment)', 58 'schoolfee50': 'Tuition, Accommodation, Adm. Charges (50% - 1st instalment)', 59 'schoolfee60': 'Tuition, Accommodation, Adm. Charges (60% - 1st instalment)', 60 'schoolfee': 'Tuition, Accommodation, Adm. Charges (total amount)', 56 61 #'bed_allocation': 'Bed Allocation Fee', 57 'hostel_maintenance': 'Accommodation',62 #'hostel_maintenance': 'Accommodation', 58 63 #'transfer': 'Transfer Fee', 59 64 #'gown': 'Gown Hire Fee', … … 76 81 } 77 82 78 PREVIOUS_PAYMENT_CATEGORIES = deepcopy(SELECTABLE_PAYMENT_CATEGORIES) 83 PREVIOUS_PAYMENT_CATEGORIES = { 84 'schoolfee': 'Tuition, Accommodation, Adm. Charges (total amount)', 85 'application': 'Application Fee', 86 'late_registration': 'Late Registration Fee', 87 'science': 'Science Bench Fee', 88 'clinical': 'Clinical Fee (Medical Students)', 89 'develop': 'Development Fee', 90 'municipal': 'Municipal Fee', 91 'alumni': 'Alumni Fee', 92 'conv': 'Convocation Fee', 93 'matric': 'Matriculation Fee', 94 'waecneco': 'WAEC & NECO Verification', 95 'jambver': 'JAMB Verification', 96 'book': 'Book Deposit', 97 'parentsconsult': 'Parents Consultative Forum (PCF) Fee', 98 'pharmlab': 'Pharmacy Lab Support Fee', 99 }
Note: See TracChangeset for help on using the changeset viewer.