Ignore:
Timestamp:
2 Nov 2016, 11:34:48 (8 years ago)
Author:
Henrik Bettermann
Message:

Replace course_registration_allowed by course_registration_forbidden.

Add further requirement for registering courses.

Shorten setPaymentDetails.

Add further payment categories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py

    r14246 r14248  
    4848        'concessional': 'Concessional Fee',
    4949        'id_card': 'Student ID Card',
     50        'text_book_1': 'Text Book Fee GST101 GST102',
     51        'text_book_2': 'Text Book Fee GST111 GST112',
     52        'text_book_3': 'Text Book Fee GST222',
     53        'text_book_4': 'Text Book Fee ENT201',
     54        'registration_1': 'Registration Fee GST101 GST102 GST111 GST112',
     55        'registration_2': 'Registration Fee GST222',
     56        'registration_3': 'Registration Fee ENT201',
     57        'fac_dep': 'Faculty and Departmental Dues',
    5058        }
    5159
     
    6977        'concessional': 'Concessional Fee',
    7078        #'id_card': 'Student ID Card',
     79        'text_book_1': 'Text Book Fee GST101 GST102',
     80        'text_book_2': 'Text Book Fee GST111 GST112',
     81        'text_book_3': 'Text Book Fee GST222',
     82        'text_book_4': 'Text Book Fee ENT201',
     83        'registration_1': 'Registration Fee GST101 GST102 GST111 GST112',
     84        'registration_2': 'Registration Fee GST222',
     85        'registration_3': 'Registration Fee ENT201',
     86        'fac_dep': 'Faculty and Departmental Dues',
    7187        }
    7288
     
    91107        'matric_gown': 'Matriculation Gown Fee',
    92108        'id_card': 'Student ID Card',
     109        'text_book_1': 'Text Book Fee GST101 GST102',
     110        'text_book_2': 'Text Book Fee GST111 GST112',
     111        'text_book_3': 'Text Book Fee GST222',
     112        'text_book_4': 'Text Book Fee ENT201',
     113        'registration_1': 'Registration Fee GST101 GST102 GST111 GST112',
     114        'registration_2': 'Registration Fee GST222',
     115        'registration_3': 'Registration Fee ENT201',
     116        'fac_dep': 'Faculty and Departmental Dues',
    93117        }
    94118
Note: See TracChangeset for help on using the changeset viewer.