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

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

Back to work.

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