Ignore:
Timestamp:
8 Nov 2019, 08:16:26 (5 years ago)
Author:
Henrik Bettermann
Message:

Configure CustomPaymentDataWebservice?.

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  
    195195
    196196    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'),
    198208         }
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py

    r15773 r15781  
    7171        'application': 'Application Fee',
    7272        #'app_balance': 'Application Fee Balance',
    73         #'transcript': 'Transcript Fee',
     73        'transcript': 'Transcript Fee',
    7474        'late_registration': 'Late Registration Fee',
    7575        'science': 'Science Bench Fee',
     
    9090        'iuits': 'IUITS Fee',
    9191        'fine': 'Fine',
    92         #'combi': 'Combi Payment',
     92        'combi': 'Combi Payment',
    9393        }
    9494
Note: See TracChangeset for help on using the changeset viewer.