Ignore:
Timestamp:
5 Nov 2016, 04:33:57 (8 years ago)
Author:
Henrik Bettermann
Message:

Configure GST , ENT and Fac. Dep. Fees.

File:
1 edited

Legend:

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

    r14248 r14258  
    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',
     50        'gst_text_book_1': 'Text Book Fee GST101 GST102',
     51        'gst_text_book_2': 'Text Book Fee GST111 GST112',
     52        'gst_text_book_3': 'Text Book Fee GST222',
     53        'ent_text_book_4': 'Text Book Fee ENT201',
     54        'gst_registration_1': 'Registration Fee GST101 GST102 GST111 GST112',
     55        'gst_registration_2': 'Registration Fee GST222',
     56        'ent_registration_3': 'Registration Fee ENT201',
    5757        'fac_dep': 'Faculty and Departmental Dues',
    5858        }
     
    7777        'concessional': 'Concessional Fee',
    7878        #'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',
     79        'gst_text_book_1': 'Text Book Fee GST101 GST102',
     80        'gst_text_book_2': 'Text Book Fee GST111 GST112',
     81        'gst_text_book_3': 'Text Book Fee GST222',
     82        'ent_text_book_4': 'Text Book Fee ENT201',
     83        'gst_registration_1': 'Registration Fee GST101 GST102 GST111 GST112',
     84        'gst_registration_2': 'Registration Fee GST222',
     85        'ent_registration_3': 'Registration Fee ENT201',
    8686        'fac_dep': 'Faculty and Departmental Dues',
    8787        }
     
    107107        'matric_gown': 'Matriculation Gown Fee',
    108108        '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',
     109        'gst_text_book_1': 'Text Book Fee GST101 GST102',
     110        'gst_text_book_2': 'Text Book Fee GST111 GST112',
     111        'gst_text_book_3': 'Text Book Fee GST222',
     112        'ent_text_book_4': 'Text Book Fee ENT201',
     113        'gst_registration_1': 'Registration Fee GST101 GST102 GST111 GST112',
     114        'gst_registration_2': 'Registration Fee GST222',
     115        'ent_registration_3': 'Registration Fee ENT201',
    116116        'fac_dep': 'Faculty and Departmental Dues',
    117117        }
Note: See TracChangeset for help on using the changeset viewer.