source: main/kofacustom.nigeria/trunk/CHANGES.txt @ 13197

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

Do not allow to requery waived payments.

File size: 1.7 KB
Line 
1Changes
2*******
3
41.2 (unreleased)
5================
6
7- Do not allow to requery waived payments.
8
9- Replace `jamb_subjects` field by the list-of-choices field
10  `jamb_subjects_list` which allows to select items from the `jambsubjects`
11  vocabulary. This field is available only for CBT application.
12
13- Implement CBT application (Uniben).
14  Extend ug application interface. Redefine omit tuples.
15  Remove `jamb_age` field.
16
17- Implement JUPEB pre-studies application (Uniben).
18  Extend pg application interface.
19
20- Payment tickets must not be submitted to Interswitch if they
21  are older than 7 days.
22
23- Ensure that lga and nationality are not contradictory.
24
25- Be prepared for https webservice requests.
26
27- Add more exam subjects.
28
29- All fee amounts must be passed to Interswitch as integers
30  (mutltiples of Kobos) not floats.
31
32- Add `jamb_age` field.
33
34- Check if same payment has been made before calling `goto_interswitch`.
35
36- Add interswitch browser tests and add/modify components which are needed
37  for these tests.
38
39- Add base classes InterswitchPageApplicant and InterswitchPageStudent which
40  can be used in custom packages.
41
42- Add more exam grades (pass, distinction, credit-1 and credit-2).
43
44- Add NigeriaStudentStudyLevelExporter.
45
46- Add higher qualification 'WAEC Technical Examination' as first and second
47  sitting exam type.
48
49- Add LGA `Akwa Ibom / Nsit-Atai`.
50
51- Do not show current current level in student base data section on
52  slips (default).
53
541.1 (2014-03-14)
55================
56
57- Add display_fullname column to CourseTicketExporter (requested by Uniben).
58
59
601.0 (2014-02-22)
61================
62
63- Diazofied complete package.
64
65- We now work with waeup.kofa >= 1.0.
66
67
680.1 (2014-02-21)
69================
70
71- Initial implementation.
Note: See TracBrowser for help on using the repository browser.