Ignore:
Timestamp:
27 Oct 2021, 06:59:40 (3 years ago)
Author:
Henrik Bettermann
Message:

Change titles and disable payment categories.

File:
1 edited

Legend:

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

    r16630 r16687  
    7777        'jupeb_form':'JUPEB Form Fee',
    7878        'jupeb_acc':'JUPEB Acceptance Fee',
    79         'jupeb_sci':'JUPEB Science Course',
    80         'jupeb_arts':'JUPEB Arts Course',
    81         'jupeb_hostel':'JUPEB Hostel Fee',
    8279        'jupeb_reg':'JUPEB Administrative Fee',
     80        'jupeb_sci':'JUPEB Tuition (Science)',
     81        'jupeb_arts':'JUPEB Tuition (Arts)',
     82        'jupeb_hostel':'JUPEB Accommodation (optional)',
    8383        'brought_fwd': 'Balance Brought Forward',
    8484        }
     
    132132        'required_combi': 'Required Combi Payment',
    133133        'pg_other': 'PG Other Charges',
    134         'jupeb_form':'JUPEB Form Fee',
    135         'jupeb_acc':'JUPEB Acceptance Fee',
    136         'jupeb_sci':'JUPEB Science Course',
    137         'jupeb_arts':'JUPEB Arts Course',
    138         'jupeb_hostel':'JUPEB Hostel Fee',
    139         'jupeb_reg':'JUPEB Administrative Fee',
     134        #'jupeb_form':'JUPEB Form Fee',
     135        #'jupeb_acc':'JUPEB Acceptance Fee',
     136        #'jupeb_reg':'JUPEB Administrative Fee',
     137        'jupeb_sci':'JUPEB Tuition (Science)',
     138        'jupeb_arts':'JUPEB Tuition (Arts)',
     139        'jupeb_hostel':'JUPEB Accommodation (optional)',
    140140        }
    141141
     
    171171        'required_combi': 'Required Combi Payment',
    172172        'pg_other': 'PG Other Charges',
    173         'jupeb_form':'JUPEB Form Fee',
    174         'jupeb_acc':'JUPEB Acceptance Fee',
    175         'jupeb_sci':'JUPEB Science Course',
    176         'jupeb_arts':'JUPEB Arts Course',
    177         'jupeb_hostel':'JUPEB Hostel Fee',
    178         'jupeb_reg':'JUPEB Administrative Fee',
     173        #'jupeb_form':'JUPEB Form Fee',
     174        #'jupeb_acc':'JUPEB Acceptance Fee',
     175        #'jupeb_reg':'JUPEB Administrative Fee',
     176        'jupeb_sci':'JUPEB Tuition (Science)',
     177        'jupeb_arts':'JUPEB Tuition (Arts)',
     178        'jupeb_hostel':'JUPEB Accommodation (optional)',
    179179        }
    180180
     
    203203        'id_card': 'Student ID Card',
    204204        'pg_other': 'PG Other Charges',
    205         'jupeb_form':'JUPEB Form Fee',
    206         'jupeb_acc':'JUPEB Acceptance Fee',
    207         'jupeb_sci':'JUPEB Science Course',
    208         'jupeb_arts':'JUPEB Arts Course',
    209         'jupeb_hostel':'JUPEB Hostel Fee',
    210         'jupeb_reg':'JUPEB Administrative Fee',
     205        #'jupeb_form':'JUPEB Form Fee',
     206        #'jupeb_acc':'JUPEB Acceptance Fee',
     207        #'jupeb_reg':'JUPEB Administrative Fee',
     208        'jupeb_sci':'JUPEB Tuition (Science)',
     209        'jupeb_arts':'JUPEB Tuition (Arts)',
     210        'jupeb_hostel':'JUPEB Accommodation (optional)',
    211211        }
    212212
Note: See TracChangeset for help on using the changeset viewer.