Changeset 15971 for main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
- Timestamp:
- 31 Jan 2020, 14:47:29 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r15965 r15971 68 68 'fac_dep': 'Faculty and Departmental Dues (incl. ICT/Affidavit Dues)', 69 69 'restitution': 'Restitution Fee', 70 'sports': 'Sports Fee', 71 'library': 'Library Fee UG', 72 'library_pg': 'Library Fee PG', 70 73 } 71 74 72 75 SELECTABLE_PAYMENT_CATEGORIES = { 73 76 'schoolfee': 'School Fee without additional fees', 74 'schoolfee_1': 'School Fee (1st instalment) + Student Union Dues + Welfare Assurance, Library and Sports Fees',77 'schoolfee_1': 'School Fee (1st instalment) incl. additional fees', 75 78 'schoolfee_2': 'School Fee (2nd instalment)', 76 'schoolfee_incl': 'School Fee + Student Union Dues + Welfare Assurance, Library and Sports Fees',79 'schoolfee_incl': 'School Fee incl. additional fees', 77 80 'clearance': 'Acceptance Fee without additional fees', 78 'clearance_incl': 'Acceptance Fee + Matric Gown Fee + Lapel/File Fee',81 'clearance_incl': 'Acceptance Fee incl. additional fees', 79 82 'hostel_maintenance': 'Hostel Accommodation Fee', 80 83 #'application': 'Application Fee', … … 100 103 'fac_dep': 'Faculty and Departmental Dues (incl. ICT/Affidavit Dues)', 101 104 'restitution': 'Restitution Fee', 105 'sports': 'Sports Fee', 106 'library': 'Library Fee UG', 107 'library_pg': 'Library Fee PG', 102 108 } 103 109 … … 111 117 'schoolfee': 'School Fee', 112 118 'late_registration': 'Late Course Registration Fee', 119 'library_pg': 'Library Fee PG', 113 120 } 114 121 … … 118 125 'schoolfee_1': 'School Fee (1st instalment)', 119 126 'schoolfee_2': 'School Fee (2nd instalment)', 127 'sports': 'Sports Fee', 128 'library': 'Library Fee UG', 120 129 } 121 130 … … 132 141 'gst_text_book_3': 'Text Book Fee GST222', 133 142 'late_registration': 'Late Course Registration Fee', 143 'sports': 'Sports Fee', 144 'library': 'Library Fee UG', 134 145 } 135 146
Note: See TracChangeset for help on using the changeset viewer.