- Timestamp:
- 21 Aug 2024, 08:09:35 (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py
r17899 r17900 34 34 'grad_clearance': 'Clearance Fee', 35 35 'registration': 'Registration Fee', 36 'registration_fresh': 'Registration Fee (Fresh)', 37 'registration_return': 'Registration Fee (Returning)', 36 38 #'bed_allocation': 'Bed Allocation Fee', 37 39 #'hostel_maintenance': 'Accommodation', … … 113 115 'schoolfee40': 'Tuition Plus (40% - 1st instalment)', 114 116 'secondinstal': 'Tuition Plus (60% - 2nd instalment)', 115 'registration': 'Registration Fee', 117 #'registration': 'Registration Fee', 118 'registration_fresh': 'Registration Fee (Fresh)', 119 'registration_return': 'Registration Fee (Returning)', 116 120 'clearance': 'Acceptance Fee', 117 121 'grad_clearance': 'Clearance Fee', … … 209 213 PREVIOUS_PAYMENT_CATEGORIES = { 210 214 'schoolfee': 'Tuition, Accommodation, Adm. Charges', 211 'registration': 'Registration Fee', 215 #'registration': 'Registration Fee', 216 'registration_fresh': 'Registration Fee (Fresh)', 217 'registration_return': 'Registration Fee (Returning)', 212 218 'clearance': 'Acceptance Fee', 213 219 'grad_clearance': 'Clearance Fee', … … 279 285 280 286 _COMBI_PAYMENT_CATEGORIES = { 281 'registration': 'Registration Fee', 287 #'registration': 'Registration Fee', 288 'registration_fresh': 'Registration Fee (Fresh)', 289 'registration_return': 'Registration Fee (Returning)', 282 290 'grad_clearance': 'Clearance Fee', 283 291 'late_registration': 'Late Registration Fee',
Note: See TracChangeset for help on using the changeset viewer.