- Timestamp:
- 24 Jul 2023, 15:36:32 (17 months 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
r17099 r17514 321 321 ) 322 322 323 lms _sund_fee = schema.Float(324 title = _(u'LMS + SundryFees'),323 lmsplus_fee = schema.Float( 324 title = _(u'LMS Plus Fees'), 325 325 default = 0.0, 326 326 required = True, -
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r17509 r17514 57 57 58 58 BANK_ACCOUNTS = { 59 'edohis': ('1222577132', '117'), 60 'union': ('1019763348', '7'), 61 'sport': ('1021941220', '7'), 62 'access': ('1012688013', '123'), 63 'notebook': ('4011210501', '51'), 64 'accredit': ('5060023412', '51'), 65 'library': ('2000122995', '8'), 66 'fac1': ('1022438743', '7'), 67 'fac2': ('2000249757', '8'), 68 'fac3': ('1012678566', '123'), 69 'matricgown': ('2000249757', '8'), 70 'lapel': ('2000249757', '8'), 59 'edohis': ('1222577132', '117'), 60 'union': ('1019763348', '7'), 61 'sport': ('1021941220', '7'), 62 'access': ('1012688013', '123'), 63 'notebook': ('4011210501', '51'), 64 'accredit': ('5060023412', '51'), 65 'library': ('2000122995', '8'), 66 'fac1': ('1022438743', '7'), 67 'fac2': ('2000249757', '8'), 68 'fac3': ('1012678566', '123'), 69 'matricgown':('2000249757', '8'), 70 'lapel': ('2000249757', '8'), 71 'lmsplus': ('5060023429', '51'), 71 72 72 73 'acceptance': ('2000249757', '8'), -
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r17510 r17514 84 84 'exam': 'IJMBE Examination Fee', 85 85 'access_card': 'AAU Access Card Fee', 86 'lmsplus': 'LMS Plus Fee', 86 87 } 87 88 … … 129 130 ##'lab_1': 'Faculty Laboratory Due (CHM102/PHY103/CSC101)', 130 131 ##'lab_2': 'Laboratory Due (BIO101/BIO111)', 131 ##'lms_sund': 'LMS plus Sundry Fees (new UG students only)',132 132 ##'access_card': 'AAU Access Card Fee', 133 'lmsplus': 'LMS Plus Fee', 133 134 } 134 135
Note: See TracChangeset for help on using the changeset viewer.