Changeset 17456 for main/waeup.aaue/trunk/src/waeup/aaue/utils
- Timestamp:
- 25 Jun 2023, 21:18:49 (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r17440 r17456 93 93 'clearance': 'Acceptance Fee without additional fees', 94 94 'clearance_incl': 'Acceptance Fee incl. additional fees', 95 ##'hostel_maintenance': 'Hostel Accommodation Fee',95 'hostel_maintenance': 'Hostel Accommodation Fee', 96 96 #'application': 'Application Fee', 97 97 #'bed_allocation': 'Bed Allocation Fee', … … 99 99 ##'transcript_local': 'Local Transcript Fee', 100 100 ##'transcript_inter': 'International Transcript Fee', 101 ##'late_registration': 'Late Course Registration Fee',101 'late_registration': 'Late Course Registration Fee', 102 102 #'welfare': 'Student Welfare Assurance Fee', 103 103 #'union': 'Student Union Dues', … … 106 106 ##'concessional': 'Concessional Fee', 107 107 #'id_card': 'Student ID Card', 108 ##'gst_text_book_0': 'Text Book Fee GST101 GST102 GST111 GST112',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 ##'gst_registration_1': 'Registration Fee GST101 GST102 GST111 GST112',113 ##'gst_registration_2': 'Registration Fee GST222',114 ##'ent_text_book_1': 'Text Book Fee ENT201',115 ##'ent_text_book_2': 'Text Book Fee ENT211',116 ##'ent_text_book_0': 'Text Book Fee for ENT201 and ENT211',117 ##'ent_registration_1': 'Registration Fee ENT201',118 ##'ent_registration_2': 'Registration Fee ENT211',119 ##'ent_registration_0': 'Registration Fee for ENT201 and ENT211',120 ##'ent_combined': 'Registration and Textbook Fee for ENT201 and ENT211',108 'gst_text_book_0': 'Text Book Fee GST101 GST102 GST111 GST112', 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 'gst_registration_1': 'Registration Fee GST101 GST102 GST111 GST112', 113 'gst_registration_2': 'Registration Fee GST222', 114 'ent_text_book_1': 'Text Book Fee ENT201', 115 'ent_text_book_2': 'Text Book Fee ENT211', 116 'ent_text_book_0': 'Text Book Fee for ENT201 and ENT211', 117 'ent_registration_1': 'Registration Fee ENT201', 118 'ent_registration_2': 'Registration Fee ENT211', 119 'ent_registration_0': 'Registration Fee for ENT201 and ENT211', 120 'ent_combined': 'Registration and Textbook Fee for ENT201 and ENT211', 121 121 ##'fac_dep': 'Faculty and Departmental Dues (incl. ICT/Affidavit Dues)', 122 122 ##'ict': 'ICT/Affidavit Dues', … … 141 141 'clearance': 'Acceptance Fee', 142 142 'schoolfee': 'School Fees', 143 ##'late_registration': 'Late Course Registration Fee',143 'late_registration': 'Late Course Registration Fee', 144 144 ##'sports': 'Sports Fee', 145 145 ##'library': 'UG Library Fee', … … 163 163 'clearance_incl': 'Acceptance Fee Plus', 164 164 'schoolfee_incl': 'School Fees Plus', 165 ##'ent_text_book_1': 'Text Book Fee ENT201',166 ##'ent_text_book_2': 'Text Book Fee ENT211',167 ##'ent_text_book_0': 'Text Book Fee for ENT201 and ENT211',168 ##'ent_registration_1': 'Registration Fee ENT201',169 ##'ent_registration_2': 'Registration Fee ENT211',170 ##'ent_registration_0': 'Registration Fee for ENT201 and ENT211',171 ##'gst_registration_1': 'Registration Fee GST101 GST102 GST111 GST112',172 ##'gst_registration_2': 'Registration Fee GST222',173 ##'gst_text_book_0': 'Text Book Fee GST101 GST102 GST111 GST112',174 ##'gst_text_book_1': 'Text Book Fee GST101 GST102',175 ##'gst_text_book_2': 'Text Book Fee GST111 GST112',176 ##'gst_text_book_3': 'Text Book Fee GST222',177 ##'ent_combined': 'Registration and Textbook Fee for ENT201 and ENT211',178 ##'late_registration': 'Late Course Registration Fee',165 'ent_text_book_1': 'Text Book Fee ENT201', 166 'ent_text_book_2': 'Text Book Fee ENT211', 167 'ent_text_book_0': 'Text Book Fee for ENT201 and ENT211', 168 'ent_registration_1': 'Registration Fee ENT201', 169 'ent_registration_2': 'Registration Fee ENT211', 170 'ent_registration_0': 'Registration Fee for ENT201 and ENT211', 171 'gst_registration_1': 'Registration Fee GST101 GST102 GST111 GST112', 172 'gst_registration_2': 'Registration Fee GST222', 173 'gst_text_book_0': 'Text Book Fee GST101 GST102 GST111 GST112', 174 'gst_text_book_1': 'Text Book Fee GST101 GST102', 175 'gst_text_book_2': 'Text Book Fee GST111 GST112', 176 'gst_text_book_3': 'Text Book Fee GST222', 177 'ent_combined': 'Registration and Textbook Fee for ENT201 and ENT211', 178 'late_registration': 'Late Course Registration Fee', 179 179 ##'sports': 'Sports Fee', 180 180 ##'library': 'UG Library Fee', … … 208 208 } 209 209 210 BALANCE_PAYMENT_CATEGORIES = {} 211 212 XXXBALANCE_PAYMENT_CATEGORIES = { 210 BALANCE_PAYMENT_CATEGORIES = { 213 211 'schoolfee': 'School Fees', 214 212 'clearance': 'Acceptance Fee', 215 213 'hostel_maintenance': 'Hostel Maintenance Fee', 216 214 'late_registration': 'Late Course Registration Fee', 217 'welfare': 'Student Welfare Assurance Fee',218 'union': 'Student Union Dues',219 'lapel': 'Lapel/File Fee',220 'matric_gown': 'Matriculation Gown Fee',221 'id_card': 'Student ID Card',215 #'welfare': 'Student Welfare Assurance Fee', 216 #'union': 'Student Union Dues', 217 #'lapel': 'Lapel/File Fee', 218 #'matric_gown': 'Matriculation Gown Fee', 219 #'id_card': 'Student ID Card', 222 220 'gst_text_book_1': 'Text Book Fee GST101 GST102', 223 221 'gst_text_book_2': 'Text Book Fee GST111 GST112', … … 232 230 'ent_registration_0': 'Registration Fee for ENT201 and ENT211', 233 231 #'fac_dep': 'Faculty and Departmental Dues (incl. ICT/Affidavit Dues)', 234 'ict': 'ICT/Affidavit Dues',232 #'ict': 'ICT/Affidavit Dues', 235 233 #'affidavit': 'Affidavit Dues', 236 'restitution': 'Restitution Fee',234 #'restitution': 'Restitution Fee', 237 235 } 238 236
Note: See TracChangeset for help on using the changeset viewer.