Ignore:
Timestamp:
24 Jul 2023, 15:36:32 (14 months ago)
Author:
Henrik Bettermann
Message:

Configure LMS Plus Fee single payment.

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  
    321321        )
    322322
    323     lms_sund_fee = schema.Float(
    324         title = _(u'LMS + Sundry Fees'),
     323    lmsplus_fee = schema.Float(
     324        title = _(u'LMS Plus Fees'),
    325325        default = 0.0,
    326326        required = True,
  • main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py

    r17509 r17514  
    5757
    5858BANK_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'),
    7172
    7273    'acceptance': ('2000249757', '8'),
  • main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py

    r17510 r17514  
    8484        'exam': 'IJMBE Examination Fee',
    8585        'access_card': 'AAU Access Card Fee',
     86        'lmsplus': 'LMS Plus Fee',
    8687        }
    8788
     
    129130        ##'lab_1': 'Faculty Laboratory Due (CHM102/PHY103/CSC101)',
    130131        ##'lab_2': 'Laboratory Due (BIO101/BIO111)',
    131         ##'lms_sund': 'LMS plus Sundry Fees (new UG students only)',
    132132        ##'access_card': 'AAU Access Card Fee',
     133        'lmsplus': 'LMS Plus Fee',
    133134        }
    134135
Note: See TracChangeset for help on using the changeset viewer.