1 | ## $Id: utils.py 13568 2016-01-05 16:19:57Z 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 | ## |
---|
18 | """Customize general helper utilities for Kofa. |
---|
19 | """ |
---|
20 | from kofacustom.nigeria.utils.utils import NigeriaKofaUtils |
---|
21 | |
---|
22 | class CustomKofaUtils(NigeriaKofaUtils): |
---|
23 | """A collection of methods subject to customization. |
---|
24 | """ |
---|
25 | |
---|
26 | PREFERRED_LANGUAGES_DICT = { |
---|
27 | } |
---|
28 | |
---|
29 | PAYMENT_CATEGORIES = { |
---|
30 | 'schoolfee': 'School Fee', |
---|
31 | 'schoolfee_1': 'School Fee Plus (1st instalment)', |
---|
32 | 'schoolfee_2': 'School Fee (2nd instalment)', |
---|
33 | 'schoolfee_incl': 'School Fee Plus', |
---|
34 | 'clearance': 'Acceptance Fee', |
---|
35 | 'clearance_incl': 'Acceptance Fee Plus', |
---|
36 | 'hostel_maintenance': 'Hostel Accommodation Fee', |
---|
37 | 'application': 'Application Fee', |
---|
38 | 'bed_allocation': 'Bed Allocation Fee', |
---|
39 | 'transfer': 'Transfer Fee', |
---|
40 | 'transcript': 'Transcript Fee', |
---|
41 | 'late_registration': 'Late Course Registration Fee', |
---|
42 | 'welfare': 'Student Welfare Assurance Fee', |
---|
43 | 'union': 'Student Union Dues', |
---|
44 | 'lapel': 'Lapel/File Fee', |
---|
45 | 'matric_gown': 'Matriculation Gown Fee', |
---|
46 | 'concessional': 'Concessional Fee', |
---|
47 | } |
---|
48 | |
---|
49 | SELECTABLE_PAYMENT_CATEGORIES = { |
---|
50 | 'schoolfee': 'School Fee without additional fees', |
---|
51 | 'schoolfee_1': 'School Fee (1st instalment) + Student Union Dues + Welfare Assurance Fee', |
---|
52 | 'schoolfee_2': 'School Fee (2nd instalment)', |
---|
53 | 'schoolfee_incl': 'School Fee + Student Union Dues + Welfare Assurance Fee', |
---|
54 | 'clearance': 'Acceptance Fee without additional fees', |
---|
55 | 'clearance_incl': 'Acceptance Fee + Matric Gown Fee + Lapel/File Fee', |
---|
56 | 'hostel_maintenance': 'Hostel Accommodation Fee', |
---|
57 | 'application': 'Application Fee', |
---|
58 | #'bed_allocation': 'Bed Allocation Fee', |
---|
59 | #'transfer': 'Transfer Fee', |
---|
60 | 'transcript': 'Transcript Fee', |
---|
61 | 'late_registration': 'Late Course Registration Fee', |
---|
62 | 'welfare': 'Student Welfare Assurance Fee', |
---|
63 | 'union': 'Student Union Dues', |
---|
64 | 'lapel': 'Lapel/File Fee', |
---|
65 | 'matric_gown': 'Matriculation Gown Fee', |
---|
66 | 'concessional': 'Concessional Fee', |
---|
67 | } |
---|
68 | |
---|
69 | REPORTABLE_PAYMENT_CATEGORIES = { |
---|
70 | 'schoolfee': 'School Fee', |
---|
71 | 'schoolfee_incl': 'School Fee Plus', |
---|
72 | 'clearance': 'Acceptance Fee', |
---|
73 | 'clearance_incl': 'Acceptance Fee Plus', |
---|
74 | 'hostel_maintenance': 'Hostel Maintenance Fee', |
---|
75 | 'gown': 'Gown Hire Fee', |
---|
76 | } |
---|
77 | |
---|
78 | APP_CATS_DICT = { |
---|
79 | 'basic': 'PUTME, PUDE, PCE, PRENCE', |
---|
80 | 'no': 'No Application', |
---|
81 | 'pg_ft': 'Postgraduate Full-Time', |
---|
82 | 'pg_pt': 'Postgraduate Part-Time', |
---|
83 | 'cest': 'Part-Time, Diploma, Certificate', |
---|
84 | 'found': 'Foundation', |
---|
85 | 'ptee': 'Part-Time Entrance Examination', |
---|
86 | 'ioe_dp': 'Institute of Education Diploma', |
---|
87 | } |
---|
88 | |
---|
89 | STUDY_MODES_DICT = { |
---|
90 | 'ug_ft': 'Undergraduate Full Time', |
---|
91 | 'ug_pt': 'Undergraduate Part Time', |
---|
92 | 'de_ft': 'Direct Entry Full Time', |
---|
93 | 'de_pt': 'Direct Entry Part Time', |
---|
94 | 'dp_pt': 'Diploma Part Time', |
---|
95 | 'dp_ft': 'Diploma Full Time', |
---|
96 | 'special_pg_ft': 'Postgraduate Full Time', |
---|
97 | 'special_pg_pt': 'Postgraduate Part Time', |
---|
98 | 'found': 'Foundation', |
---|
99 | 'transfer': 'Transfer', |
---|
100 | } |
---|
101 | |
---|
102 | VERDICTS_DICT = { |
---|
103 | '0': 'not yet', |
---|
104 | 'A': 'Successful student', |
---|
105 | 'B': 'Student with carryover courses', |
---|
106 | 'C': 'Student on probation', |
---|
107 | #'D': 'Withdrawn from the faculty', |
---|
108 | #'E': 'Student who were previously on probation', |
---|
109 | #'F': 'Medical case', |
---|
110 | #'G': 'Absent from examination', |
---|
111 | #'H': 'Withheld results', |
---|
112 | #'I': 'Expelled/rusticated/suspended student', |
---|
113 | #'J': 'Temporary withdrawn from the university', |
---|
114 | #'K': 'Unregistered student', |
---|
115 | #'L': 'Referred student', |
---|
116 | #'M': 'Reinstatement', |
---|
117 | #'N': 'Student on transfer', |
---|
118 | #'O': 'NCE-III repeater', |
---|
119 | #'Y': 'No previous verdict', |
---|
120 | #'X': 'New 300 level student', |
---|
121 | 'Z': 'Successful student (provisional)', |
---|
122 | #'A1': 'First Class', |
---|
123 | #'A2': 'Second Class Upper', |
---|
124 | #'A3': 'Second Class Lower', |
---|
125 | #'A4': 'Third Class', |
---|
126 | #'A5': 'Pass', |
---|
127 | #'A6': 'Distinction', |
---|
128 | #'A7': 'Credit', |
---|
129 | #'A8': 'Merit', |
---|
130 | 'NEOR': 'No evidence of registration', |
---|
131 | 'NEOV': 'No evidence of verification', |
---|
132 | 'FRNS': 'Faculty requirements not satisfied', |
---|
133 | } |
---|
134 | |
---|
135 | DISABLE_PAYMENT_GROUP_DICT = { |
---|
136 | 'sf_all': 'School Fee - All Students', |
---|
137 | 'maint_all': 'Accommodation Fee - All Students', |
---|
138 | } |
---|