source: main/waeup.kofa/trunk/CHANGES.txt @ 16207

Last change on this file since 16207 was 16193, checked in by Henrik Bettermann, 4 years ago

Implement webservice get_payment.

File size: 20.9 KB
Line 
1Changes
2*******
3
41.6.1.dev0 (unreleased)
5=======================
6
7* Implement webservice `get_payment`.
8
9* `year` (Year of Entrance) is no longer required when creating
10  an applicants container.
11
12* Implement temporary clearance.
13
14* `reg_number` is no longer a required field in `IApplicantBaseData`.
15
16* Add `entry_session` to student data exporters.
17
18* Add `DownloadTranscript` permission.
19
20* Implement webservice `get_unpaid_payments`.
21
22* Prepare `renderPDFAdmissionLetter` for merging with another pdf document.
23
24* Add `picture_editable` property attribute to `ApplicantsContainer`.
25
26* Add webservice to check if graduated student exists.
27
28* Implement `ExportPDFBaseDataPlusSlip` (without button
29  in the base package)
30
31* Implement `ApplicantRefereeReportExporter`.
32
33* Improve referee reports.
34
35* Use consistent flow value formatting for CGPA.
36
37* Bugfix: If level_session of a studylevel object has changed,
38  coursetickets_catalog must be informed. Otherwise lecturers
39  don't see their students.
40
41* Implement `BatchProcessor.checkCreateRequirements` and
42  `BatchProcessor.checkUpdateRequirements` methods mainly
43  to protect course result lists of graduated student.
44
45* Do not allow course validation if no score has been entered.
46
47* Add `unlock_score` field to `CourseTicketProcessor`.
48
49* Add `UpdateCourseTicketsView`.
50
51* Don't show 'Base Data' header on slips if no form fields do
52  follow.
53
54* When adding course tickets, check if course has already been
55  passed at previous level.
56
57* Add `StudentTrimmedPaymentExporter` (requested by Uniben).
58
59* Add `AccommodationDisplayFormPage`.
60
61* Don't allow students to add former courses in course lists.
62
63* Use kofa-filterbox for filtering users when assigniing
64  local roles in academics section.
65
66* Add `waeup.local.ReportsOfficer` role.
67
68* Add `TrimmedDataExporter`.
69
70* Make `getUsers` customizable.
71
72* Add logging message to `releaseBedIfMaintenanceNotPaid`.
73
74* Provide components for file uploads in the applicants section.
75
76* Copy also files from applicants to students section.
77
78* Reset _curr_stud_id if student could not be created.
79
80* Add `TranscriptDataExporter` and reorganize exporter names.
81
82* Add `session_level`filter to `StudentStudyLevelExporter`.
83
84* Add LetterPDFCreator utility and use this pdf creator
85  for admission slips. letterhead_admission.jpg file
86  must exist in students/static.
87
88* Add application worklfow transition `reset6`.
89
90* Add `StudentOutstandingCoursesExporter`.
91
92* Sort lecturers on scores slip.
93
94* Don't show hint on pdf slips.
95
96* Make max passport picture size customizable.
97
98* Redirect to `ChangePasswordRequestPage` after successfully
99  adding an officer.
100
101* Add get_bursary_data webservice.
102
103* Implement bed selector.
104
105* Implement combi payments.
106
107* Make max file size customizable.
108
109* Add `score_editing_disabled` switch at course level.
110
111* Take `DELETION_MARKER` into consideration when updating passwords.
112
113* Implement parents access to student data.
114
115* Do not print picture on application slip if application is without
116  passport picture.
117
118* Do not copy applicant_id into reg_number field after applicant creation.
119
120* Successful applicant payments do trigger 'approve' transition only
121  if applicant is in state 'started' and either p_category is 'application' or
122  applicant is special.
123
124* Allow to add applicants containers with a number instead of entrance year
125  in container code.
126
127* Add semester filter to Fix `CourseTicketExporter`.
128
129* Add `FacultiesExportJobContainerSelectStudents` view to allow
130  bursary officers to export student data for a  small subset of students
131  by entering a list of student ids or matric numbers.
132
133* Add passport picture switch to applicants containers.
134
135* Use decimal.Decimal to counteract Python floating point limitation.
136
137* Add level 0 (None) to course levels.
138
139* Ease customization of selectable payment categories.
140
141* Make maximum number of files listed in `finished` subfolder
142  customizable.
143
144* Add attendance_sheet.pdf view.
145
146* Implement course result validation workflow for lecturers.
147
148* Add graduated students filter.
149
150* Backup deleted graduated student data somewhere else to ease graduated
151  student data migration.
152
153* Add `transcript_remark` field to study levels. Add page to allow
154  transcript officers editing the field during transcript processing.
155
156* Increase password strength. Officers are now required
157  to set a password which has at least 8 characters and which contains
158  at least one uppercase letter, one lowercase letter and one
159  digit. Stored insecure passwords are no longer accepted.
160  Officers with an insecure password can't login and are
161  redirected to the `ChangePasswordRequestPage` to request a
162  new password.
163
164* Add `AccommodationPaymentsExporter` which can be used by
165  accommodation officers.
166
167* Add ReleaseExpiredAllocationsActionButton which has previously
168  only been used by Uniben.
169
170* Fix get_student_payment_stats. Department codes are not
171  unique. Use its path instead.
172
173* Implement study level 0 (Level Zero) option for storing
174  orphaned course tickets (tickets without level assignment
175  or information). Add `ticket_session` field to `ICourseTicket`.
176
177* Implement new transcript processing workflow.
178
179* Always display applicant payments if they exist.
180
181* Allow `ApplicationsManager` to view statistics.
182
183* Add payment session filter to payment exporters.
184
185* Add `SessionPaymentsOverviewExporter`.
186
187* Rename `StudentPaymentsOverviewExporter`.
188
189* Fix `CourseTicketExporter`. Ticket level and session filter
190  did not work.
191
192* Add payment category filter to payment exporters.
193
194* Remove 'hidden' attribute from ordereddSelectionList which has
195  caused a malfunction in Internet Exporer.
196
197* Set ssl index URL in buildout.cfg
198
199* Use the 'new' recaptcha v2.
200
201* Allow lecturer role assignment also at department level.
202
2031.6 (2018-04-05)
204================
205
206* Add ticket level and session filter to `CourseTicketExporter`.
207
208* Add 'Student Record Creation' Report page.
209
210* Add `CreateStudents` permission and `StudentsCreator` role.
211
212* Do not allow uploading data with trailing whitespaces.
213
214* Do no longer hide the 'Create students' buttons but switch the portal to
215  maintenance mode to ensure that nobody can enter the portal during
216  record creation except for user 'admin'. This guarantees that record
217  creation is only started once.
218
219* Replace `gpa_boundaries` utility attribute by `GPABoundaries` method
220  which may return different values in custom packages depending on faculty,
221  department or certificate code (requested by AAU Ekpoma).
222
223* Allow `ApplicantOnlinePaymentProcessor` to import records without
224  `p_id` column in create mode.
225
226* Add `waeup.showStudents` permission to `ExportManager` role.
227
228* Fix `CertificateProcessor.checkHeaders`. The processor requires both
229  faculty_code *and* department_code in create mode.
230
231* Add 'Update all tickets' button to `StudyLevelEditFormPage`.
232
233* Do not allow to create more than 10 students with a single request to
234  avoid a timeout of Nginx/Apache.
235
236* Redirect to manage page after editing of certificate courses.
237
238* Add `course_category` attribute to course tickets. In the base package,
239  this attribute is omitted from display and manage pages.
240
241* Add `course_category` attribute to certificate courses.
242
243* Simplify configuration of maximum or minimum total credits.
244
245* Add `outstanding` attribute to course tickets.
246
247* Exclude graduated students from `LevelReport`, `SessionResultsPresentation`
248  and `RawScoreReport`.
249
250* Allow applicants in states `admitted`, `not admitted` or `created` to
251  download the payment slip.
252
253* Catch traceback (`RequiredMissing`) if a required field is cleared
254  by import.
255
256* Add role `FingerprintReaderDeviceRole` intended for fingerprint reader
257  devices that access the portal via XMLRPC.
258
259
2601.5 (2017-02-14)
261================
262
263* Happy Valentines Day everybody!
264
265* Sort arguments in table of `ReportsContainerPage`.
266
267* Add `entry_session` and `p_session` filter to Student Payment Statistics
268  generator. Adjust reports: Change footer and filename formats.
269
270* Add officer name fields do `IDepartment` and `IFaculty`.
271  Plugins must be updated!
272
273* Add serial number column to Session Results Presentations.
274
275* Add Raw Score Report to base package.
276
277* Only user 'admin' is allowed to access the `DatacenterSettings` page.
278
279* Show correct level title on Level Reports and Session Results Presentations.
280
281* Get set of selected students also from list of matric numbers.
282
283* Confine Level Reports and Session Results Presentations to certificates.
284
285* Show report number (job_id) on report pdf slips.
286
287* Level report: Count and display the number of courses registered but
288  not taken.
289
290* Add control button to create graduated students.
291
292* Add option to render transcripts without passport picture and QR code.
293
294* Catch Reportlab `LayoutError`.
295
296* Replace `course_registration_allowed` by `course_registration_forbidden`
297  method.
298
299* Add export purge button.
300
301* Add report purge button.
302
303* Add property attribute `total_score` in order to make provision
304  for additional scores (like contineous assessments) in custom
305  packages.
306
307* Make provision against storing other objects than applicant payments
308  in applicant containers.
309
310* Count mandates on configuration page and provide 'Purge' button.
311
312* Start `ApplicantExporter` and `ApplicantPaymentExporter` at the same
313  time when calling `ExportJobContainerJobStart`.
314
315* Add `ApplicantPaymentExporter`.
316
317* Add file upload functionality to `EditScoresPage`.
318
319* Add `LecturerLandingPage` and `LecturerCourses` `ManageLink`
320  viewlet.
321
322* Add `ExportPDFScoresSlip`.
323
324* Add `DownloadScoresView` which is for lecturers only. Remove
325  `waeup.showStudents` from `Lecturer` role. Adjust
326  `DataForLecturerExporter`. Only editable course tickets are being
327  exported.
328
329* Remove application fee fallback option. Application fees can only
330  be set via applicants containers. Hide Payment Tickets section on
331  application pages if fee isn't set.
332
333* Add  `ApplicantOnlinePaymentProcessor`.
334
335* Improve `AddStudyLevelFormPage`.
336
337* Create new exporter for lecturers and further restrict the usage of
338  exporters at course level. Lecturers can only export data of
339  current academic session.
340
341* Show certificate-specific p_level value on payment pages.
342  Ensure that only allowed payment levels can be selected when
343  adding a balance payment.
344
345* Add `flash_notice` field.
346
347* Documentation updates.
348
349* Update pinned versions: six
350
351
3521.4.1 (2016-02-14)
353==================
354
355* Add new application workflow state (`processed`) and transition
356  (`process`).
357
358* Add `DegreeSource` and `degree` field to `ICertificate`.
359  Plugins must be updated!
360
361* Upgrade bootstrap.py script and update some dependencies. For
362  already running instances a new init might be neccessary, i.e.
363  you might have to create a new virtualenv and run bootstap.py
364  and buildout from that new virtualenv to get rid of old
365  package versions in the runtime environment.
366
367* Upgrade versions.cfg to contain bugfix releases of packages we
368  depend on.
369
370
3711.4 (2016-01-14)
372================
373
374* Add button and view which allow students to unregister their
375  current course list unless the courses have not been validated.
376
377* Configure transfer payments and let students enter their desired
378  study course. Save entered text in `p_item` attribute.
379
380* Add further permissions to the local `ApplicationsManager` role and
381  make it assignable at applicants container level.
382
383* Disable rendering of HTML tags in fullnames.
384
385* Add bed statistics components.
386
387* Add option which allows students to select a desired hostel before
388  booking accommodation.
389
390* Add `BedProcessor`.
391
392* Add portal maintenance mode.
393
394* Allow also `reg_number` on public page to check application status
395  without password.
396
397* Remove `beds_reserved` attribute from hostels. Hostels do no longer
398  contain information about reserved bed spaces.
399
400* Add methods and page to release expired bed allocations.
401
402* Use lastname instead of firstname for first-time password requests.
403
404* When building docs, ignore members with dots in name.
405
406
4071.3.3 (2015-10-06)
408==================
409
410* Show file size of pdf documents in the documents section.
411
412* Add `MANIFEST.in`.
413
414
4151.3.2 (2015-09-14)
416==================
417
418* Add public page to check application status without password.
419
420* Fix department breakdown of student statistics.
421
422* Enable purging of applicants containers.
423
424* Enable pre-filling of applicants containers with empty
425  application records which are used during self-registration
426  to avoid excessive growth of the Data.fs.
427
428* Do only allow one running export job.
429
430* Add switch to disable all exports.
431
432* Enable import of list-of-choices fields.
433
434* Include 'end day' when searching for payments in a given period.
435
436* Do not create special application payment tickets with zero amount.
437
438* Remove manual clearance lock. Replace `clearance_locked` field by
439  property attribute.
440
441* Make student email field required.
442
443* Rename application workflow transitions and remove forbidden transitions.
444
445* Rename 'application section' for the sake of consistency.
446
447* Rename student views which are not layout-aware and thus not pages.
448
449* Register KofaSourceOrderedMultiSelectWidget for IterableSource and
450  KofaSourceOrderedMultiSelectWidget for IVocabularyTokenized.
451
452* Implement session-specific course registration deadline and
453  late registration payment.
454
455* Remove quite old bug in `doImport`: Replace empty strings *and* lists with
456  ignore-markers in update *and* create mode.
457
458* Add StudentUnpaidPaymentExporter to export only unpaid tickets.
459  This exporter is designed for finding and finally purging outdated
460  payment ticket.
461
462* Remove deprecated xml importer and exporter components.
463
464* Rearrange datacenter upload page. Provide modal windows to view all
465  processors and sources and vocabularies.
466
467* Reorganize doctests. Remove deprecated doctests.
468
469* Enable temporary suspension of officer accounts. Plugins must be
470  updated after restart.
471
472* Rename 'Portal Users' 'Officers'.
473
474* Add link 'Kofa Docs for this page' at the end of the content box
475  which refers to the corresponding section of the
476  `Kofa Documentation <http://kofa-doc.waeup.org>`_.
477
478* Filter students by current level in reports.
479
480* Add `StudentsUtils.increaseMatricInteger` method which allows to use various
481  matric number counters when computing the matric number.
482
483* Bypass school fee payment activation code creation if student is allowed
484  to proceed to next session.
485
486* Convert `level` into a schema field to be consistent with the documentation.
487
488* Rename classes `StudentPaymentsExporter` and `BedTicketsExporter` to be
489  in accordance with other exporter names.
490
491* Add `ReportsOfficer` and `ReportsManager` roles with corresponding
492  permissions.
493
494* Do not automatically allow import managers to import user data.
495
496* Skip empty rows produced by spreadsheet software.
497
498* Add components to  configure a student export jobs in faculties.
499
500* `StudentOnlinePaymentProcessor` : Raise `DuplicationError` if payment
501  (in state ``paid``) with same `p_session` and `p_category` exists.
502
503* Add new payment state ``waived``. This state can only be set by import
504  and is only used for the payments overview exporter to
505  mark sessions with waived fees.
506
507* Add exporter methods and export page to filter student data exports
508  by entering a list of student ids.
509
510* Student statistic can now be broken down by faculties or by departments.
511
512* Check if `p_id` exists in payments catalog when importing payment tickets in
513  create mode.
514
515
5161.3.1 (2015-01-14)
517==================
518
519* 1.3 was a brown bag release. Fix uploaded files.
520
521
5221.3 (2015-01-13)
523================
524
525* Add documents package.
526
527* Do not compare ResultEntry objects but their attributes.
528
529* Modify getWidgetsData so that we always get the same error format.
530
531* Validate all codes in university.
532
533* Catch traceback when creating an application slip with a corrupted
534  image file.
535
536* Remove deprecated HTML and REST widgets and use html2dict and rest2dict
537  instead.
538
539* UserProcessor: Check if imported roles do exist in the portal.
540
541* Enable localization of batch processing modules.
542
543* Hide 'Create students' button. Only user admin can see this button.
544
545* Add application_slip_notice field to ApplicantsContainer.
546
547* Remove 'Size' column from logfiles table.
548
549* Add permission, page and button to mass-clear all students in a department.
550
551* Hide export download button 24 hours after file generation.
552
553* Add helper to allow `meminfo` checks for cached memory, etc.
554
555* Allow external checks of system load before performing expensive
556  actions.
557
558* Add new dependency: `psutil` (required to check system state).
559
560* Show flash message on general search page for the academic section.
561
562* Fix `CertificateCourseProcessor`. Mandatory is not a required field
563  and might be missing in import files. Improve logging. Extend and
564  fix CertCourseProcessorTests.
565
566* Provide customizable method for disabling clearance by clearance
567  officers.
568
569* Merge Javascript functions into one file. Add Javascript function to
570  calculate copyright notice year automatically.
571
572* Use lastname (surname) instead of firstname to verify found
573  application record on ApplicantRegistrationPage.
574
575* Append hash '#' also to datetimes to circumvent unwanted excel
576  automatic.
577
578* Method for (customizable) application passport upload requirements
579  added.
580
581* Filter payment ticket data exports by specifying the payment_date
582  period.
583
584* Method for (customizable) application payment slip download
585  requirements added.
586
587* Method for (customizable) application payment ticket upload
588  requirements added.
589
590* Remove unused rowadd javascript function.
591
592* certcode and reg_number added to DataForBursaryExporter.
593
594* Some batch processor names corrected.
595
596* Fixed ReST markup in setup.py long description.
597
598
5991.2 (2014-06-16)
600================
601
602* Redirect to login page after using password mandate.
603
604* Adding student payment tickets is logged.
605
606* Provide XMLRPC services for storing and retrieving fingerprint
607  scans.
608
609* Sort ContextualDictSource by dictionary values not by keys.
610
611* Add regular school fee and balance payments when exporting payments
612  overviews.
613
614* Add samePaymentMade method to StudentsUtils.
615
616* Fingerprint file upload enabled.
617
618* is_fresh property method added to Student class.
619
620* Special application procedure modified. Special applicants must submit
621  their form before they can download payment slips. Thus the regular
622  workflow is now applied but, in contrast to regular applications,
623  special applicants can create and pay more than one payment ticket.
624  Also application slips are hidden.
625
626* Add setMatricNumber and constructMatricNumber methods to StudentsUtils.
627
628* When sending mails, always set from-address to 'no-reply@waeup.org'.
629  Real from-addresses are now set in Cc and Reply-To fields. This is
630  to tackle problems with yahoo (does not allow yahoo.com mails to be
631  sent from non-yahoo servers).
632
633* Multiple payments in special application containers enabled.
634  Special payment applicants remain in state started after payment.
635
636* File input fields brought into shape with Bootstrap 3.
637
638* Transcript and access code pagetemplates adjusted.
639
640* Print QR codes on all student slips.
641
642* Allow adding current_level to base data section on all student slips
643  (requested by Uniben).
644
645* Windows is no longer supported. Installation manual removed.
646
647* Added JS helper to scroll to sequencelists after adding/removing items.
648
649
6501.1 (2014-03-13)
651================
652
653* Add display_fullname column to `CourseTicketExporter` (requested by Uniben).
654
655* Do also export student and course ticket data of students on probation.
656
657* 'Create student' option removed from 'Application Transition'
658  select field.
659
660* API docs added.
661
662* Back-to links replaced by animated jQuery plugins.
663
664* Default frontpage text updated.
665
666* Use absolute urls on datacenter pages.
667
668* Provide customizable method for disabling student payments.
669
670* After login and logout, regular users (officers) are redirected
671  to the portal's index page not to the portal's root. The
672  root URL can now be rewritten be Nginx or Apache so that the user
673  is being redirected to the university website
674  when entering the root URL directly or clicking the acronym.
675
676* Show tooltip alert and warning window before updating plugins.
677
678* JSAction has been deprecated. KofaAction can be used instead. Additional
679  parameters can be used in @action decorators to enable tooltips and/or
680  warning windows. The old @jsaction decorator still triggers a default
681  warning message.
682
683* jquery-ui.min.js is also used for tooltips.
684
685* Do not create TSC AC batch when updating plugins.
686  All TSC batches are created.
687
688* Make table on applicantsrootpage responsive.
689
690* Change width of input, select and textarea fields.
691
692* Use only https in theme.html.
693
694* INSTALL.txt updated and integrated into Sphinx documentation.
695
696* Redundancies removed in docs.
697
698
6991.0 (2014-02-22)
700================
701
702* Diazofied the complete package.
703
704
7050.2.1 (2014-02-21)
706==================
707
708* Send mails to from-address, if site-wide config admin is
709  different from it.
710
711* Change flash message for successful applicants.
712
713* Use more attributes of applicants with payer objects.
714
715* Update copyright infos (year).
716
717* Localization updates.
718
719
7200.2 (2014-01-09)
721================
722
723Tons of changes.
724
725
7260.1 (never released)
727====================
728
729Initial version. Copy from waeup.sirp.
Note: See TracBrowser for help on using the repository browser.