Changeset 16749 for main/waeup.aaue/trunk/src/waeup/aaue/utils
- Timestamp:
- 14 Jan 2022, 17:46:51 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r16669 r16749 63 63 'gst_text_book_3': 'Text Book Fee GST222', 64 64 'ent_text_book_1': 'Text Book Fee ENT201', 65 'ent_text_book_2': 'Text Book Fee ENT211', 65 66 'gst_registration_1': 'Registration Fee GST101 GST102 GST111 GST112', 66 67 'gst_registration_2': 'Registration Fee GST222', 67 68 'ent_registration_1': 'Registration Fee ENT201', 69 'ent_registration_2': 'Registration Fee ENT211', 68 70 'fac_dep': 'Faculty and Departmental Dues (incl. ICT/Affidavit Dues)', 69 71 'ict': 'ICT/Affidavit Dues', … … 103 105 'gst_text_book_3': 'Text Book Fee GST222', 104 106 'ent_text_book_1': 'Text Book Fee ENT201', 107 'ent_text_book_2': 'Text Book Fee ENT211', 105 108 'gst_registration_1': 'Registration Fee GST101 GST102 GST111 GST112', 106 109 'gst_registration_2': 'Registration Fee GST222', 107 110 'ent_registration_1': 'Registration Fee ENT201', 111 'ent_registration_2': 'Registration Fee ENT211', 108 112 #'fac_dep': 'Faculty and Departmental Dues (incl. ICT/Affidavit Dues)', 109 113 'ict': 'ICT/Affidavit Dues', … … 149 153 'ent_registration_1': 'Registration Fee ENT201', 150 154 'ent_text_book_1': 'Text Book Fee ENT201', 155 'ent_registration_2': 'Registration Fee ENT211', 156 'ent_text_book_2': 'Text Book Fee ENT211', 151 157 'gst_registration_1': 'Registration Fee GST101 GST102 GST111 GST112', 152 158 'gst_registration_2': 'Registration Fee GST222', … … 201 207 'gst_text_book_3': 'Text Book Fee GST222', 202 208 'ent_text_book_1': 'Text Book Fee ENT201', 209 'ent_text_book_2': 'Text Book Fee ENT211', 203 210 'gst_registration_1': 'Registration Fee GST101 GST102 GST111 GST112', 204 211 'gst_registration_2': 'Registration Fee GST222', 205 212 'ent_registration_1': 'Registration Fee ENT201', 213 'ent_registration_2': 'Registration Fee ENT211', 206 214 #'fac_dep': 'Faculty and Departmental Dues (incl. ICT/Affidavit Dues)', 207 215 'ict': 'ICT/Affidavit Dues',
Note: See TracChangeset for help on using the changeset viewer.