source: main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/utils/utils.py @ 13341

Last change on this file since 13341 was 13278, checked in by Henrik Bettermann, 9 years ago

New categories and modes.

  • Property svn:keywords set to Id
File size: 8.0 KB
RevLine 
[7569]1## $Id: utils.py 13278 2015-10-02 09:34:41Z henrik $
2##
3## Copyright (C) 2012 Uli Fouquet & Henrik Bettermann
4## This program is free software; you can redistribute it and/or modify
5## it under the terms of the GNU General Public License as published by
6## the Free Software Foundation; either version 2 of the License, or
7## (at your option) any later version.
8##
9## This program is distributed in the hope that it will be useful,
10## but WITHOUT ANY WARRANTY; without even the implied warranty of
11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12## GNU General Public License for more details.
13##
14## You should have received a copy of the GNU General Public License
15## along with this program; if not, write to the Free Software
16## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17##
[7822]18"""Customize general helper utilities for Kofa.
[7569]19"""
[8834]20from kofacustom.nigeria.utils.utils import NigeriaKofaUtils
[7569]21
[8834]22class CustomKofaUtils(NigeriaKofaUtils):
[7569]23    """A collection of methods subject to customization.
24    """
[7845]25
[13187]26    SYSTEM_MAX_LOAD = {
27        'swap-mem': None,
28        'virt-mem': 80.0,
29        'cpu-load': 100.0,
30        }
31
[7845]32    PREFERRED_LANGUAGES_DICT = {
33        }
[9361]34
35    APP_CATS_DICT = {
36        'basic': 'Basic',
[10133]37        'ndft': 'National Diploma Full-Time Programmes',
38        'ndpt': 'National Diploma Part-Time Programmes',
[13278]39        'ndwe': 'National Diploma Weekend Programmes',
[10133]40        'hndft': 'Higher National Diploma Full-Time Programmes',
41        'hndpt': 'Higher National Diploma Part-Time Programmes',
[13278]42        'hndwe': 'Higher National Diploma Weekend Programmes',
[10121]43        'pgd': 'Postgraduate Diploma Programmes',
[10133]44        'rmd': 'Remedial Programmes',
[10844]45        'no': 'no application',
[9361]46        }
47
48    STUDY_MODES_DICT = {
[10133]49        'nd_ft': 'National Diploma Full-Time',
50        'nd_pt': 'National Diploma Part-Time',
[13278]51        'nd_we': 'National Diploma Weekend',
[10133]52        'hnd_ft': 'Higher National Diploma Full-Time',
53        'hnd_pt': 'Higher National Diploma Part-Time',
[13278]54        'hnd_we': 'Higher National Diploma Weekend',
[10133]55        'pgd_ft': 'Postgraduate Diploma Full-Time',
56        'pgd_pt': 'Postgraduate Diploma Part-Time',
[10778]57        'prend': 'Pre-ND',
[10133]58        'rmd': 'Remedial',
[9724]59        }
60
61    PAYMENT_CATEGORIES = {
62        'schoolfee': 'School Fee',
[9737]63        'carryover1': '1 CarryOver',
64        'carryover2': '2 CarryOvers',
65        'carryover3': '3 CarryOvers',
[11922]66        'clearance': 'Acceptance',
67        'bed_allocation': 'Bed Allocation',
68        'hostel_maintenance': 'Hostel Maintenance',
69        'application': 'Application',
[11629]70        'certificate': 'ND Certificate',
71        'hnd_certificate': 'HND Certificate',
[11683]72        'pgd_certificate': 'PGD Certificate',
[11629]73        'state_result': 'ND Statement of Result',
74        'hnd_state_result': 'HND Statement of Result',
[11683]75        'pgd_state_result': 'PGD Statement of Result',
[11629]76        'transcript_local': 'ND Transcript (local)',
77        'hnd_transcript_local': 'HND Transcript (local)',
[11758]78        'pgd_transcript_local': 'PGD Transcript (local)',
[11629]79        'transcript_foreign': 'ND Transcript (foreign)',
80        'hnd_transcript_foreign': 'HND Transcript (foreign)',
[11758]81        'pgd_transcript_foreign': 'PGD Transcript (foreign)',
[10734]82        'ver_result': 'Verification of Result',
83        'change_course': 'Change of Course',
84        'change_inst': 'Change of Institute',
85        'jamb_reject': 'JAMB Rejection Form',
86        'cert_of_cert': 'Certification of Certificate',
87        'ref_let': 'Recommendation/Reference Letter',
88        'proc_cert': 'Processing of Certificate by Proxy',
[11629]89        'loss_idcard': 'Loss of ID Card (student)',
90        'staff_loss_idcard': 'Loss of ID Card (staff)',
[10734]91        'loss_examcard': 'Loss of Exam Card',
92        'loss_result': 'Loss of Result',
93        'loss_receipt': 'Loss of Receipt',
94        'loss_clearance': 'Loss of Clearance',
[11629]95        'conv_brochure': 'ND Convocation Brochure',
96        'hnd_conv_brochure': 'HND Convocation Brochure',
[11683]97        'pgd_conv_brochure': 'PGD Convocation Brochure',
[11922]98        'log_book': 'Log Book',
[11758]99        'jamb_regularization': 'Jamb Regularization',
[11922]100        'utme_registration': 'UTME Registration',
101        'utme_cbt': 'UTME CBT',
102        'nysc_id_card': 'NYSC ID Card'
[9737]103        }
104
105    SELECTABLE_PAYMENT_CATEGORIES = {
106        'schoolfee': 'School Fee',
107        'carryover1': 'One CarryOver',
108        'carryover2': 'Two CarryOvers',
109        'carryover3': 'Three CarryOvers',
[11922]110        'hostel_maintenance': 'Hostel Maintenance',
[11629]111        'certificate': 'ND Certificate',
112        'hnd_certificate': 'HND Certificate',
[11684]113        'pgd_certificate': 'PGD Certificate',
[11629]114        'state_result': 'ND Statement of Result',
115        'hnd_state_result': 'HND Statement of Result',
[11684]116        'pgd_state_result': 'PGD Statement of Result',
[11629]117        'transcript_local': 'ND Transcript (local)',
118        'hnd_transcript_local': 'HND Transcript (local)',
[11758]119        'pgd_transcript_local': 'PGD Transcript (local)',
[11629]120        'transcript_foreign': 'ND Transcript (foreign)',
121        'hnd_transcript_foreign': 'HND Transcript (foreign)',
[11758]122        'pgd_transcript_foreign': 'PGD Transcript (foreign)',
[10734]123        'ver_result': 'Verification of Result',
124        'change_course': 'Change of Course',
125        'change_inst': 'Change of Institute',
126        'jamb_reject': 'JAMB Rejection Form',
127        'cert_of_cert': 'Certification of Certificate',
128        'ref_let': 'Recommendation/Reference Letter',
129        'proc_cert': 'Processing of Certificate by Proxy',
[11629]130        'loss_idcard': 'Loss of ID Card (student)',
131        'staff_loss_idcard': 'Loss of ID Card (staff)',
[10734]132        'loss_examcard': 'Loss of Exam Card',
133        'loss_result': 'Loss of Result',
134        'loss_receipt': 'Loss of Receipt',
135        'loss_clearance': 'Loss of Clearance',
[11629]136        'conv_brochure': 'ND Convocation Brochure',
137        'hnd_conv_brochure': 'HND Convocation Brochure',
[11684]138        'pgd_conv_brochure': 'PGD Convocation Brochure',
[11922]139        'log_book': 'Log Book',
[11758]140        'jamb_regularization': 'Jamb Regularization',
[11922]141        'utme_registration': 'UTME Registration',
142        'utme_cbt': 'UTME CBT',
143        'nysc_id_card': 'NYSC ID Card'
[10820]144        }
145
[11453]146    DISABLE_PAYMENT_GROUP_DICT = {
147        'sf_all': 'School Fee - All Students',
148        'sf_non_pg': 'School Fee - Non-PG Students',
149        }
150
[10820]151    SPECIAL_HANDLING_DICT = {
152        'regular': 'Regular Hostel',
153        'blocked': 'Blocked Hostel',
154        'pg': 'Postgraduate Hostel',
[11965]155        'iot': 'IOT Hostel'
[10844]156        }
157
158    SPECIAL_APP_DICT = {
[11663]159        'certificate': 'ND Certificate',
160        'hnd_certificate': 'HND Certificate',
[11685]161        'pgd_certificate': 'PGD Certificate',
[11663]162        'state_result': 'ND Statement of Result',
163        'hnd_state_result': 'HND Statement of Result',
[11685]164        'pgd_state_result': 'PGD Statement of Result',
[11663]165        'transcript_local': 'ND Transcript (local)',
166        'hnd_transcript_local': 'HND Transcript (local)',
[11758]167        'pgd_transcript_local': 'PGD Transcript (local)',
[11663]168        'transcript_foreign': 'ND Transcript (foreign)',
169        'hnd_transcript_foreign': 'HND Transcript (foreign)',
[11758]170        'pgd_transcript_foreign': 'PGD Transcript (foreign)',
[10844]171        'ver_result': 'Verification of Result Payment',
172        'change_course': 'Change of Course Payment',
173        'change_inst': 'Change of Institute Payment',
174        'jamb_reject': 'JAMB Rejection Form Payment',
175        'cert_of_cert': 'Certification of Certificate Payment',
176        'ref_let': 'Recommendation/Reference Letter Payment',
177        'proc_cert': 'Processing of Certificate by Proxy Payment',
[11663]178        'loss_idcard': 'Loss of ID Card (student)',
179        'staff_loss_idcard': 'Loss of ID Card (staff)',
[10844]180        'loss_examcard': 'Loss of Exam Card Payment',
181        'loss_result': 'Loss of Result Payment',
182        'loss_receipt': 'Loss of Receipt Payment',
183        'loss_clearance': 'Loss of Clearance Payment',
[11663]184        'conv_brochure': 'ND Convocation Brochure',
185        'hnd_conv_brochure': 'HND Convocation Brochure',
[11685]186        'pgd_conv_brochure': 'PGD Convocation Brochure',
[11922]187        'log_book': 'Log Book',
[11758]188        'jamb_regularization': 'Jamb Regularization',
[11922]189        'utme_registration': 'UTME Registration',
190        'utme_cbt': 'UTME CBT',
191        'nysc_id_card': 'NYSC ID Card'
[9361]192        }
Note: See TracBrowser for help on using the repository browser.