Changeset 14258 for main/waeup.aaue/trunk/src/waeup/aaue/utils
- Timestamp:
- 5 Nov 2016, 04:33:57 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r14248 r14258 48 48 'concessional': 'Concessional Fee', 49 49 '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', 57 57 'fac_dep': 'Faculty and Departmental Dues', 58 58 } … … 77 77 'concessional': 'Concessional Fee', 78 78 #'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', 86 86 'fac_dep': 'Faculty and Departmental Dues', 87 87 } … … 107 107 'matric_gown': 'Matriculation Gown Fee', 108 108 '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', 116 116 'fac_dep': 'Faculty and Departmental Dues', 117 117 }
Note: See TracChangeset for help on using the changeset viewer.