Changeset 14863 for main/kofacustom.dspg


Ignore:
Timestamp:
6 Oct 2017, 09:21:17 (7 years ago)
Author:
Henrik Bettermann
Message:

Disable some payment categories.

File:
1 edited

Legend:

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

    r14861 r14863  
    101101        'clearance': 'Acceptance',
    102102        'schoolfee': 'School Fee',
    103         'carryover1': 'One Carry-Over',
    104         'carryover2': 'Two Carry-Overs',
    105         'carryover3': 'Three Carry-Overs',
    106         'carryover4': 'Four Carry-Overs',
    107         'hostel_maintenance': 'Hostel Maintenance',
    108         'certificate': 'ND Certificate',
    109         'hnd_certificate': 'HND Certificate',
    110         'pgd_certificate': 'PGD Certificate',
    111         'state_result': 'ND Statement of Result',
    112         'hnd_state_result': 'HND Statement of Result',
    113         'pgd_state_result': 'PGD Statement of Result',
    114         'transcript_local': 'ND Transcript (local)',
    115         'hnd_transcript_local': 'HND Transcript (local)',
    116         'pgd_transcript_local': 'PGD Transcript (local)',
    117         'transcript_foreign': 'ND Transcript (foreign)',
    118         'hnd_transcript_foreign': 'HND Transcript (foreign)',
    119         'pgd_transcript_foreign': 'PGD Transcript (foreign)',
    120         'ver_result': 'Verification of Result',
    121         'change_course': 'Change of Course',
    122         'change_inst': 'Change of Institute',
    123         'jamb_reject': 'JAMB Rejection Form',
    124         'cert_of_cert': 'Certification of Certificate',
    125         'ref_let': 'Recommendation/Reference Letter',
    126         'proc_cert': 'Processing of Certificate by Proxy',
    127         'loss_idcard': 'Loss of ID Card (student)',
    128         'staff_loss_idcard': 'Loss of ID Card (staff)',
    129         'loss_examcard': 'Loss of Exam Card',
    130         'loss_result': 'Loss of Result',
    131         'loss_receipt': 'Loss of Receipt',
    132         'loss_clearance': 'Loss of Clearance',
    133         'conv_brochure': 'ND Convocation Brochure',
    134         'hnd_conv_brochure': 'HND Convocation Brochure',
    135         'pgd_conv_brochure': 'PGD Convocation Brochure',
    136         'log_book': 'Log Book',
    137         'jamb_regularization': 'Jamb Regularization',
    138         'utme_registration': 'UTME Registration',
    139         'utme_cbt': 'UTME CBT',
    140         'nysc_id_card': 'NYSC ID Card',
    141         'ijmb_result':'IJMB Result',
     103        #'carryover1': 'One Carry-Over',
     104        #'carryover2': 'Two Carry-Overs',
     105        #'carryover3': 'Three Carry-Overs',
     106        #'carryover4': 'Four Carry-Overs',
     107        #'hostel_maintenance': 'Hostel Maintenance',
     108        #'certificate': 'ND Certificate',
     109        #'hnd_certificate': 'HND Certificate',
     110        #'pgd_certificate': 'PGD Certificate',
     111        #'state_result': 'ND Statement of Result',
     112        #'hnd_state_result': 'HND Statement of Result',
     113        #'pgd_state_result': 'PGD Statement of Result',
     114        #'transcript_local': 'ND Transcript (local)',
     115        #'hnd_transcript_local': 'HND Transcript (local)',
     116        #'pgd_transcript_local': 'PGD Transcript (local)',
     117        #'transcript_foreign': 'ND Transcript (foreign)',
     118        #'hnd_transcript_foreign': 'HND Transcript (foreign)',
     119        #'pgd_transcript_foreign': 'PGD Transcript (foreign)',
     120        #'ver_result': 'Verification of Result',
     121        #'change_course': 'Change of Course',
     122        #'change_inst': 'Change of Institute',
     123        #'jamb_reject': 'JAMB Rejection Form',
     124        #'cert_of_cert': 'Certification of Certificate',
     125        #'ref_let': 'Recommendation/Reference Letter',
     126        #'proc_cert': 'Processing of Certificate by Proxy',
     127        #'loss_idcard': 'Loss of ID Card (student)',
     128        #'staff_loss_idcard': 'Loss of ID Card (staff)',
     129        #'loss_examcard': 'Loss of Exam Card',
     130        #'loss_result': 'Loss of Result',
     131        #'loss_receipt': 'Loss of Receipt',
     132        #'loss_clearance': 'Loss of Clearance',
     133        #'conv_brochure': 'ND Convocation Brochure',
     134        #'hnd_conv_brochure': 'HND Convocation Brochure',
     135        #'pgd_conv_brochure': 'PGD Convocation Brochure',
     136        #'log_book': 'Log Book',
     137        #'jamb_regularization': 'Jamb Regularization',
     138        #'utme_registration': 'UTME Registration',
     139        #'utme_cbt': 'UTME CBT',
     140        #'nysc_id_card': 'NYSC ID Card',
     141        #'ijmb_result':'IJMB Result',
    142142        }
    143143
Note: See TracChangeset for help on using the changeset viewer.