Changeset 15781 for main/kofacustom.iuokada/trunk/src/kofacustom
- Timestamp:
- 8 Nov 2019, 08:16:26 (5 years ago)
- Location:
- main/kofacustom.iuokada/trunk/src/kofacustom/iuokada
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/etranzact/browser.py
r15773 r15781 195 195 196 196 CATEGORY_MAPPING = { 197 'SCHOOLFEE': ('schoolfee',), 197 'IUO_SCHOOL_FEES_FULL_PAYMENT': ('schoolfee',), 198 'IUO_SCHOOL_FEES_FIRST_INSTALLMENT': ('schoolfee40',), 199 'IUO_SCHOOL_FEES_OTHER_INSTALLMENT': ('secondinstal',), 200 'IUO_TRANSCRIPT_FEE': ('transcript',), 201 'IUO_REGISTRATION_FEE': ('registration',), 202 'IUO_PARENTS_CONSULTATIVE_FORUM_FEE': ('parentsconsult',), 203 'IUO_BOOK_DEPOSIT_FEE': ('book',), 204 'IUO_SUNDRY_FEES': ('late_registration', 205 'science','clinical','develop','municipal', 206 'alumni','conv','matric','waecneco','jambver','pharmlab','lo_ident', 207 'change_course','make_up','iuits','fine','combi'), 198 208 } -
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py
r15773 r15781 71 71 'application': 'Application Fee', 72 72 #'app_balance': 'Application Fee Balance', 73 #'transcript': 'Transcript Fee',73 'transcript': 'Transcript Fee', 74 74 'late_registration': 'Late Registration Fee', 75 75 'science': 'Science Bench Fee', … … 90 90 'iuits': 'IUITS Fee', 91 91 'fine': 'Fine', 92 #'combi': 'Combi Payment',92 'combi': 'Combi Payment', 93 93 } 94 94
Note: See TracChangeset for help on using the changeset viewer.