source: main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py @ 14650

Last change on this file since 14650 was 14650, checked in by Henrik Bettermann, 8 years ago

Use and show course categories.

  • Property svn:keywords set to Id
File size: 9.7 KB
Line 
1## $Id: utils.py 14650 2017-03-23 06:09:02Z 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
21import string
22from kofacustom.nigeria.utils.utils import NigeriaKofaUtils
23
24class CustomKofaUtils(NigeriaKofaUtils):
25    """A collection of methods subject to customization.
26    """
27
28    PREFERRED_LANGUAGES_DICT = {
29        }
30
31    COURSE_CATEGORY_DICT = {
32        'C':'Core Course (C)',
33        'R':'Required Courses (R)',
34        'E':'Elective Courses (E)',
35        }
36
37    PAYMENT_CATEGORIES = {
38        'schoolfee': 'School Fee',
39        'schoolfee_1': 'School Fee Plus (1st instalment)',
40        'schoolfee_2': 'School Fee (2nd instalment)',
41        'schoolfee_incl': 'School Fee Plus',
42        'clearance': 'Acceptance Fee',
43        'clearance_incl': 'Acceptance Fee Plus',
44        'hostel_maintenance': 'Hostel Accommodation Fee',
45        'application': 'Application Fee',
46        'bed_allocation': 'Bed Allocation Fee',
47        'transfer': 'Transfer Fee',
48        'transcript_local': 'Local Transcript Fee',
49        'transcript_inter': 'International Transcript Fee',
50        'late_registration': 'Late Course Registration Fee',
51        'welfare': 'Student Welfare Assurance Fee',
52        'union': 'Student Union Dues',
53        'lapel': 'Lapel/File Fee',
54        'matric_gown': 'Matriculation Gown Fee',
55        'concessional': 'Concessional Fee',
56        'id_card': 'Student ID Card',
57        'gst_text_book_0': 'Text Book Fee GST101 GST102 GST111 GST112',
58        'gst_text_book_1': 'Text Book Fee GST101 GST102',
59        'gst_text_book_2': 'Text Book Fee GST111 GST112',
60        'gst_text_book_3': 'Text Book Fee GST222',
61        'ent_text_book_1': 'Text Book Fee ENT201',
62        'gst_registration_1': 'Registration Fee GST101 GST102 GST111 GST112',
63        'gst_registration_2': 'Registration Fee GST222',
64        'ent_registration_1': 'Registration Fee ENT201',
65        'fac_dep': 'Faculty and Departmental Dues',
66        'restitution': 'Restitution Fee',
67        }
68
69    SELECTABLE_PAYMENT_CATEGORIES = {
70        'schoolfee': 'School Fee without additional fees',
71        'schoolfee_1': 'School Fee (1st instalment) + Student Union Dues + Welfare Assurance Fee',
72        'schoolfee_2': 'School Fee (2nd instalment)',
73        'schoolfee_incl': 'School Fee + Student Union Dues + Welfare Assurance Fee',
74        'clearance': 'Acceptance Fee without additional fees',
75        'clearance_incl': 'Acceptance Fee + Matric Gown Fee + Lapel/File Fee',
76        'hostel_maintenance': 'Hostel Accommodation Fee',
77        #'application': 'Application Fee',
78        #'bed_allocation': 'Bed Allocation Fee',
79        #'transfer': 'Transfer Fee',
80        'transcript_local': 'Local Transcript Fee',
81        'transcript_inter': 'International Transcript Fee',
82        'late_registration': 'Late Course Registration Fee',
83        #'welfare': 'Student Welfare Assurance Fee',
84        #'union': 'Student Union Dues',
85        #'lapel': 'Lapel/File Fee',
86        #'matric_gown': 'Matriculation Gown Fee',
87        'concessional': 'Concessional Fee',
88        #'id_card': 'Student ID Card',
89        'gst_text_book_0': 'Text Book Fee GST101 GST102 GST111 GST112',
90        'gst_text_book_1': 'Text Book Fee GST101 GST102',
91        'gst_text_book_2': 'Text Book Fee GST111 GST112',
92        'gst_text_book_3': 'Text Book Fee GST222',
93        'ent_text_book_1': 'Text Book Fee ENT201',
94        'gst_registration_1': 'Registration Fee GST101 GST102 GST111 GST112',
95        'gst_registration_2': 'Registration Fee GST222',
96        'ent_registration_1': 'Registration Fee ENT201',
97        #'fac_dep': 'Faculty and Departmental Dues',
98        'restitution': 'Restitution Fee',
99        }
100
101    REPORTABLE_PAYMENT_CATEGORIES = {
102        'schoolfee': 'School Fee',
103        'schoolfee_incl': 'School Fee Plus',
104        'schoolfee_1': 'School Fee 1 Plus',
105        'schoolfee_2': 'School Fee 2',
106        'clearance': 'Acceptance Fee',
107        'clearance_incl': 'Acceptance Fee Plus',
108        'hostel_maintenance': 'Hostel Maintenance Fee',
109        }
110
111    BALANCE_PAYMENT_CATEGORIES = {
112        'schoolfee': 'School Fee',
113        'clearance': 'Acceptance Fee',
114        'hostel_maintenance': 'Hostel Maintenance Fee',
115        'late_registration': 'Late Course Registration Fee',
116        'welfare': 'Student Welfare Assurance Fee',
117        'union': 'Student Union Dues',
118        'lapel': 'Lapel/File Fee',
119        'matric_gown': 'Matriculation Gown Fee',
120        'id_card': 'Student ID Card',
121        'gst_text_book_1': 'Text Book Fee GST101 GST102',
122        'gst_text_book_2': 'Text Book Fee GST111 GST112',
123        'gst_text_book_3': 'Text Book Fee GST222',
124        'ent_text_book_1': 'Text Book Fee ENT201',
125        'gst_registration_1': 'Registration Fee GST101 GST102 GST111 GST112',
126        'gst_registration_2': 'Registration Fee GST222',
127        'ent_registration_1': 'Registration Fee ENT201',
128        'fac_dep': 'Faculty and Departmental Dues',
129        'restitution': 'Restitution Fee',
130        }
131
132    PREVIOUS_PAYMENT_CATEGORIES = {
133        'schoolfee': 'School Fee',
134        'clearance': 'Acceptance Fee',
135        }
136
137    APP_CATS_DICT = {
138        'basic': 'PUTME, PUDE, PCE, PRENCE',
139        'no': 'No Application',
140        'pg_ft': 'Postgraduate Full-Time',
141        'pg_pt': 'Postgraduate Part-Time',
142        'cest': 'Part-Time, Diploma, Certificate',
143        'found': 'Foundation',
144        'ptee': 'Part-Time Entrance Examination',
145        'ioe_dp': 'Institute of Education Diploma',
146        'ijmbe': 'IJMBE Preparation',
147        }
148
149    STUDY_MODES_DICT = {
150        'ug_ft': 'Undergraduate Full Time',
151        'ug_pt': 'Undergraduate Part Time',
152        'de_ft': 'Direct Entry Full Time',
153        'de_pt': 'Direct Entry Part Time',
154        'dp_pt': 'Diploma Part Time',
155        'dp_ft': 'Diploma Full Time',
156        'special_pg_ft': 'Postgraduate Full Time',
157        'special_pg_pt': 'Postgraduate Part Time',
158        'found': 'Foundation',
159        'transfer': 'Transfer',
160        'mug_ft': 'Undergraduate Full Time Merit List',
161        'mde_ft': 'Direct Entry Full Time Merit List',
162        'ijmbe': 'IJMBE Preparation',
163        }
164
165    VERDICTS_DICT = {
166        '0': 'not yet',
167        'A': 'Successful student',
168        'B': 'Student with carryover courses',
169        'C': 'Student on probation',
170        'D': 'Withdrawn from the faculty',
171        #'E': 'Student who were previously on probation',
172        #'F': 'Medical case',
173        #'G': 'Absent from examination',
174        #'H': 'Withheld results',
175        #'I': 'Expelled/rusticated/suspended student',
176        #'J': 'Temporary withdrawn from the university',
177        #'K': 'Unregistered student',
178        #'L': 'Referred student',
179        #'M': 'Reinstatement',
180        #'N': 'Student on transfer',
181        #'O': 'NCE-III repeater',
182        #'Y': 'No previous verdict',
183        #'X': 'New 300 level student',
184        'Z': 'Successful student (provisional)',
185        #'A1': 'First Class',
186        #'A2': 'Second Class Upper',
187        #'A3': 'Second Class Lower',
188        #'A4': 'Third Class',
189        #'A5': 'Pass',
190        #'A6': 'Distinction',
191        #'A7': 'Credit',
192        #'A8': 'Merit',
193        'NER': 'No evidence of registration',
194        'NYV': 'Not yet verified',
195        'FRNS': 'Faculty requirements not satisfied',
196        }
197
198    DISABLE_PAYMENT_GROUP_DICT = {
199        'sf_all': 'School Fee - All Students',
200        'sf_pg': 'School Fee - Postgraduate Students',
201        'sf_ug_pt': 'School Fee - Undergraduate Part-Time Students',
202        'sf_found': 'School Fee - Foundation Students',
203        'maint_all': 'Accommodation Fee - All Students',
204        'cl_regular': 'Acceptance Fee - Regular Students',
205        }
206
207    MODE_GROUPS = {
208        'All': ('all',),
209        'Undergraduate Full-Time': ('ug_ft', 'mde_ft', 'mug_ft', 'de_ft'),
210        'Undergraduate Part-Time': ('ug_pt', 'de_pt'),
211        'Postgraduate': ('pg_ft','special_pg_ft', 'special_pg_pt'),
212        'Foundation Programme': ('found',),
213        'Institute of Education': ('dp_ft'),
214        }
215
216    def fullname(self, firstname, lastname, middlename=None):
217        """Construct fullname.
218        """
219        try:
220            lastname = lastname.upper()
221        except AttributeError:
222            pass
223        # We remove single initial
224        if firstname and len(firstname) == 1:
225            firstname = ''
226        if middlename and len(middlename) == 1:
227            middlename = ''
228        if lastname and len(lastname) == 1:
229            lastname = ''
230        # We construct givennames
231        givennames = ''
232        if middlename and firstname:
233            givennames = '%s %s' % (firstname, middlename)
234        elif firstname:
235            givennames = firstname
236        elif middlename:
237            givennames = middlename
238        givennames = string.capwords(
239            givennames.replace('-', ' - ')).replace(' - ', '-')
240        # We construct fullname
241        fullname = ''
242        if lastname and givennames:
243            fullname = '%s, %s' % (lastname, givennames)
244        elif lastname:
245            fullname = lastname
246        elif givennames:
247            fullname = givennames
248        if '<' in fullname:
249            return 'XXX'
250        return fullname
Note: See TracBrowser for help on using the repository browser.