Changeset 18045 for main/waeup.aaue
- Timestamp:
- 15 Mar 2025, 23:47:09 (24 hours ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interfaces.py
r17619 r18045 309 309 ) 310 310 311 hostel_balance_fee = schema.Float( 312 title = _(u'Hostel Balance'), 313 default = 0.0, 314 required = True, 315 ) 316 311 317 lab_1_fee = schema.Float( 312 318 title = _(u'Faculty Laboratory Due (CHM102/PHY103/CSC101)'), -
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r18033 r18045 80 80 81 81 'hostel_maintenance': ('1006406795', '123'), 82 'hostel_balance': ('1006406795', '123'), 82 83 'bed_allocation': ('1012327077', '123'), 83 84 'late_registration': ('5210006575', '51'), -
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r18042 r18045 45 45 'clearance_incl': 'Acceptance Fee Plus', 46 46 'hostel_maintenance': 'Hostel Accommodation Fee', 47 'hostel_balance': 'Hostel Balance', 47 48 'application': 'Application Fee', 48 49 'app_balance': 'Application Fee Balance', … … 96 97 'clearance_incl': 'Acceptance Fee Plus', 97 98 'hostel_maintenance': 'Hostel Accommodation Fee', 99 'hostel_balance': 'Hostel Balance', 98 100 #'application': 'Application Fee', 99 101 'bed_allocation': 'Bed Allocation Fee', … … 217 219 'clearance': 'Acceptance Fee', 218 220 'hostel_maintenance': 'Hostel Maintenance Fee', 221 'hostel_balance': 'Hostel Balance', 219 222 'late_registration': 'Late Course Registration Fee', 220 223 #'welfare': 'Student Welfare Assurance Fee',
Note: See TracChangeset for help on using the changeset viewer.