- Timestamp:
- 10 Sep 2020, 09:33:13 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py
r16223 r16233 73 73 'id_card': 'Student ID Card', 74 74 'required_combi': 'Required Combi Payment', 75 'pg_other': 'PG Other Charges', 75 76 } 76 77 77 78 SELECTABLE_PAYMENT_CATEGORIES = { 78 'schoolfee': 'Tuition , Accommodation, Adm. Charges (total amount)',79 'schoolfee40': 'Tuition , Accommodation, Adm. Charges (40% - 1st instalment)',80 'secondinstal': 'Tuition , Accommodation, Adm. Charges (60% - 2nd instalment)',79 'schoolfee': 'Tuition Plus (total amount)', 80 'schoolfee40': 'Tuition Plus (40% - 1st instalment)', 81 'secondinstal': 'Tuition Plus (60% - 2nd instalment)', 81 82 'registration': 'Registration Fee', 82 83 'clearance': 'Acceptance Fee', … … 121 122 'id_card': 'Student ID Card', 122 123 'required_combi': 'Required Combi Payment', 124 'pg_other': 'PG Other Charges', 123 125 } 124 126 125 127 PREVIOUS_PAYMENT_CATEGORIES = { 126 'schoolfee': 'Tuition, Accommodation, Adm. Charges (total amount)',128 'schoolfee': 'Tuition, Accommodation, Adm. Charges', 127 129 'registration': 'Registration Fee', 128 130 'clearance': 'Acceptance Fee', … … 149 151 'fine': 'Fine', 150 152 'id_card': 'Student ID Card', 153 'pg_other': 'PG Other Charges', 151 154 } 152 155 … … 174 177 'fine': 'Fine', 175 178 'id_card': 'Student ID Card', 179 'pg_other': 'PG Other Charges', 176 180 } 177 181 178 182 BALANCE_PAYMENT_CATEGORIES = { 179 'schoolfee': 'Tuition, Accommodation, Adm. Charges (total amount)',183 'schoolfee': 'Tuition, Accommodation, Adm. Charges', 180 184 } 181 185
Note: See TracChangeset for help on using the changeset viewer.