Ignore:
Timestamp:
15 Feb 2021, 13:16:44 (4 years ago)
Author:
Henrik Bettermann
Message:

Add JUPEB fee categories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py

    r16394 r16395  
    7474        'required_combi': 'Required Combi Payment',
    7575        'pg_other': 'PG Other Charges',
     76        'jupeb_form':'JUPEB Form Fee',
     77        'jupeb_acc':'JUPEB Acceptance Fee',
     78        'jupeb_sci':'JUPEB Science Course',
     79        'jupeb_arts':'JUPEB Arts Course',
     80        'jupeb_hostel':'JUPEB Hostel Fee',
     81        'jupeb_reg':'JUPEB Registration Fee',
    7682        }
    7783
     
    123129        'required_combi': 'Required Combi Payment',
    124130        'pg_other': 'PG Other Charges',
     131        'jupeb_form':'JUPEB Form Fee',
     132        'jupeb_acc':'JUPEB Acceptance Fee',
     133        'jupeb_sci':'JUPEB Science Course',
     134        'jupeb_arts':'JUPEB Arts Course',
     135        'jupeb_hostel':'JUPEB Hostel Fee',
     136        'jupeb_reg':'JUPEB Registration Fee',
    125137        }
    126138
     
    153165        'required_combi': 'Required Combi Payment',
    154166        'pg_other': 'PG Other Charges',
     167        'jupeb_form':'JUPEB Form Fee',
     168        'jupeb_acc':'JUPEB Acceptance Fee',
     169        'jupeb_sci':'JUPEB Science Course',
     170        'jupeb_arts':'JUPEB Arts Course',
     171        'jupeb_hostel':'JUPEB Hostel Fee',
     172        'jupeb_reg':'JUPEB Registration Fee',
    155173        }
    156174
     
    179197        'id_card': 'Student ID Card',
    180198        'pg_other': 'PG Other Charges',
     199        'jupeb_form':'JUPEB Form Fee',
     200        'jupeb_acc':'JUPEB Acceptance Fee',
     201        'jupeb_sci':'JUPEB Science Course',
     202        'jupeb_arts':'JUPEB Arts Course',
     203        'jupeb_hostel':'JUPEB Hostel Fee',
     204        'jupeb_reg':'JUPEB Registration Fee',
    181205        }
    182206
Note: See TracChangeset for help on using the changeset viewer.