Changeset 17437 for main/waeup.aaue/trunk/src/waeup/aaue/utils
- Timestamp:
- 19 Jun 2023, 06:51:53 (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r17431 r17437 38 38 39 39 PAYMENT_CATEGORIES = { 40 'schoolfee': ' School Fee',41 'schoolfee_1': ' School FeePlus (1st instalment)',42 'schoolfee_2': ' School Fee(2nd instalment)',43 'schoolfee_incl': ' School FeePlus',40 'schoolfee': 'Tuition', 41 'schoolfee_1': 'Tuition Plus (1st instalment)', 42 'schoolfee_2': 'Tuition (2nd instalment)', 43 'schoolfee_incl': 'Tuition Plus', 44 44 'clearance': 'Acceptance Fee', 45 45 'clearance_incl': 'Acceptance Fee Plus', … … 87 87 88 88 SELECTABLE_PAYMENT_CATEGORIES = { 89 'schoolfee': ' School Feewithout additional fees',90 'schoolfee_1': ' School Fee (1st instalment) incl. additional fees',91 'schoolfee_2': ' School Fee(2nd instalment)',92 'schoolfee_incl': ' School Feeincl. additional fees',89 'schoolfee': 'Tuition without additional fees', 90 'schoolfee_1': 'Tuition incl. additional fees (1st instalment)', 91 'schoolfee_2': 'Tuition (2nd instalment)', 92 'schoolfee_incl': 'Tuition incl. additional fees', 93 93 'clearance': 'Acceptance Fee without additional fees', 94 94 'clearance_incl': 'Acceptance Fee incl. additional fees', … … 140 140 REDUCED_PAYMENT_CATS = { 141 141 'clearance': 'Acceptance Fee', 142 'schoolfee': ' School Fee',142 'schoolfee': 'Tuition', 143 143 ##'late_registration': 'Late Course Registration Fee', 144 144 ##'sports': 'Sports Fee', … … 150 150 IJMBE_PAYMENT_CATS = { 151 151 'clearance': 'Acceptance Fee', 152 'schoolfee': ' School Fee',153 'schoolfee_1': ' School Fee(1st instalment)',154 'schoolfee_2': ' School Fee(2nd instalment)',152 'schoolfee': 'Tuition', 153 'schoolfee_1': 'Tuition (1st instalment)', 154 'schoolfee_2': 'Tuition (2nd instalment)', 155 155 ##'sports': 'Sports Fee', 156 156 ##'library': 'UG Library Fee', … … 162 162 PT_AND_DSH_PAYMENT_CATS = { 163 163 'clearance_incl': 'Acceptance Fee Plus', 164 'schoolfee_incl': ' School FeePlus',164 'schoolfee_incl': 'Tuition Plus', 165 165 ##'ent_text_book_1': 'Text Book Fee ENT201', 166 166 ##'ent_text_book_2': 'Text Book Fee ENT211', … … 199 199 200 200 REPORTABLE_PAYMENT_CATEGORIES = { 201 'schoolfee': ' School Fee',202 'schoolfee_incl': ' School FeePlus',203 'schoolfee_1': ' School Fee1 Plus',204 'schoolfee_2': ' School Fee2',201 'schoolfee': 'Tuition', 202 'schoolfee_incl': 'Tuition Plus', 203 'schoolfee_1': 'Tuition 1 Plus', 204 'schoolfee_2': 'Tuition 2', 205 205 'clearance': 'Acceptance Fee', 206 206 'clearance_incl': 'Acceptance Fee Plus', … … 211 211 212 212 XXXBALANCE_PAYMENT_CATEGORIES = { 213 'schoolfee': ' School Fee',213 'schoolfee': 'Tuition', 214 214 'clearance': 'Acceptance Fee', 215 215 'hostel_maintenance': 'Hostel Maintenance Fee', … … 238 238 239 239 PREVIOUS_PAYMENT_CATEGORIES = { 240 'schoolfee': ' School Fee',240 'schoolfee': 'Tuition', 241 241 'clearance': 'Acceptance Fee', 242 242 'late_registration': 'Late Course Registration Fee', … … 314 314 315 315 DISABLE_PAYMENT_GROUP_DICT = { 316 'sf_all': ' School Fee- All Students',317 'sf_pg': ' School Fee- Postgraduate Students',318 'sf_ug_pt': ' School Fee- Undergraduate Part-Time Students',319 'sf_found': ' School Fee- Foundation Students',316 'sf_all': 'Tuition - All Students', 317 'sf_pg': 'Tuition - Postgraduate Students', 318 'sf_ug_pt': 'Tuition - Undergraduate Part-Time Students', 319 'sf_found': 'Tuition - Foundation Students', 320 320 'maint_all': 'Accommodation Fee - All Students', 321 321 'cl_regular': 'Acceptance Fee - Regular Students',
Note: See TracChangeset for help on using the changeset viewer.