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

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

Implement webservice get_payment.

File size: 20.9 KB
RevLine 
[4947]1Changes
2*******
[3798]3
[14991]41.6.1.dev0 (unreleased)
5=======================
6
[16193]7* Implement webservice `get_payment`.
8
[16190]9* `year` (Year of Entrance) is no longer required when creating
10  an applicants container.
11
[16188]12* Implement temporary clearance.
[16187]13
[16186]14* `reg_number` is no longer a required field in `IApplicantBaseData`.
15
16* Add `entry_session` to student data exporters.
17
[16170]18* Add `DownloadTranscript` permission.
19
[16169]20* Implement webservice `get_unpaid_payments`.
21
[16157]22* Prepare `renderPDFAdmissionLetter` for merging with another pdf document.
23
24* Add `picture_editable` property attribute to `ApplicantsContainer`.
25
[16110]26* Add webservice to check if graduated student exists.
27
[16086]28* Implement `ExportPDFBaseDataPlusSlip` (without button
29  in the base package)
30
[16064]31* Implement `ApplicantRefereeReportExporter`.
32
[16059]33* Improve referee reports.
34
[16046]35* Use consistent flow value formatting for CGPA.
36
[16027]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
[16012]41* Implement `BatchProcessor.checkCreateRequirements` and
42  `BatchProcessor.checkUpdateRequirements` methods mainly
43  to protect course result lists of graduated student.
44
[16007]45* Do not allow course validation if no score has been entered.
46
[16000]47* Add `unlock_score` field to `CourseTicketProcessor`.
48
[15998]49* Add `UpdateCourseTicketsView`.
50
[15988]51* Don't show 'Base Data' header on slips if no form fields do
52  follow.
53
[15986]54* When adding course tickets, check if course has already been
55  passed at previous level.
56
57* Add `StudentTrimmedPaymentExporter` (requested by Uniben).
58
[15972]59* Add `AccommodationDisplayFormPage`.
60
[15970]61* Don't allow students to add former courses in course lists.
62
[15969]63* Use kofa-filterbox for filtering users when assigniing
64  local roles in academics section.
65
[15968]66* Add `waeup.local.ReportsOfficer` role.
67
[15966]68* Add `TrimmedDataExporter`.
69
[15964]70* Make `getUsers` customizable.
71
[15944]72* Add logging message to `releaseBedIfMaintenanceNotPaid`.
73
[15943]74* Provide components for file uploads in the applicants section.
75
[15941]76* Copy also files from applicants to students section.
77
[15932]78* Reset _curr_stud_id if student could not be created.
79
[15920]80* Add `TranscriptDataExporter` and reorganize exporter names.
81
[15918]82* Add `session_level`filter to `StudentStudyLevelExporter`.
83
[15880]84* Add LetterPDFCreator utility and use this pdf creator
85  for admission slips. letterhead_admission.jpg file
86  must exist in students/static.
87
[15875]88* Add application worklfow transition `reset6`.
89
[15873]90* Add `StudentOutstandingCoursesExporter`.
91
[15865]92* Sort lecturers on scores slip.
93
[15834]94* Don't show hint on pdf slips.
95
[15833]96* Make max passport picture size customizable.
97
[15818]98* Redirect to `ChangePasswordRequestPage` after successfully
99  adding an officer.
100
[15798]101* Add get_bursary_data webservice.
102
[15710]103* Implement bed selector.
104
[15664]105* Implement combi payments.
106
[15652]107* Make max file size customizable.
108
109* Add `score_editing_disabled` switch at course level.
110
[15628]111* Take `DELETION_MARKER` into consideration when updating passwords.
112
[15610]113* Implement parents access to student data.
114
[15587]115* Do not print picture on application slip if application is without
116  passport picture.
117
[15578]118* Do not copy applicant_id into reg_number field after applicant creation.
119
[15553]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
[15548]124* Allow to add applicants containers with a number instead of entrance year
125  in container code.
126
[15546]127* Add semester filter to Fix `CourseTicketExporter`.
128
[15545]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
[15502]133* Add passport picture switch to applicants containers.
134
[15476]135* Use decimal.Decimal to counteract Python floating point limitation.
136
[15446]137* Add level 0 (None) to course levels.
138
[15432]139* Ease customization of selectable payment categories.
140
[15430]141* Make maximum number of files listed in `finished` subfolder
142  customizable.
143
[15423]144* Add attendance_sheet.pdf view.
145
[15422]146* Implement course result validation workflow for lecturers.
147
[15417]148* Add graduated students filter.
149
[15416]150* Backup deleted graduated student data somewhere else to ease graduated
151  student data migration.
152
[15333]153* Add `transcript_remark` field to study levels. Add page to allow
154  transcript officers editing the field during transcript processing.
155
[15286]156* Increase password strength. Officers are now required
[15416]157  to set a password which has at least 8 characters and which contains
[15286]158  at least one uppercase letter, one lowercase letter and one
[15416]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.
[15286]163
[15277]164* Add `AccommodationPaymentsExporter` which can be used by
165  accommodation officers.
166
[15250]167* Add ReleaseExpiredAllocationsActionButton which has previously
168  only been used by Uniben.
169
[15243]170* Fix get_student_payment_stats. Department codes are not
171  unique. Use its path instead.
172
[15206]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`.
[15203]176
[15163]177* Implement new transcript processing workflow.
178
[15122]179* Always display applicant payments if they exist.
180
[15085]181* Allow `ApplicationsManager` to view statistics.
182
[15055]183* Add payment session filter to payment exporters.
184
[15051]185* Add `SessionPaymentsOverviewExporter`.
186
[15047]187* Rename `StudentPaymentsOverviewExporter`.
188
[15042]189* Fix `CourseTicketExporter`. Ticket level and session filter
190  did not work.
191
192* Add payment category filter to payment exporters.
193
[15037]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
[14992]201* Allow lecturer role assignment also at department level.
[14991]202
[14989]2031.6 (2018-04-05)
204================
[14551]205
[14984]206* Add ticket level and session filter to `CourseTicketExporter`.
207
[14951]208* Add 'Student Record Creation' Report page.
[14950]209
[14948]210* Add `CreateStudents` permission and `StudentsCreator` role.
211
[14939]212* Do not allow uploading data with trailing whitespaces.
213
[14934]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
[14914]219* Replace `gpa_boundaries` utility attribute by `GPABoundaries` method
[14915]220  which may return different values in custom packages depending on faculty,
221  department or certificate code (requested by AAU Ekpoma).
[14914]222
[14804]223* Allow `ApplicantOnlinePaymentProcessor` to import records without
224  `p_id` column in create mode.
225
[14734]226* Add `waeup.showStudents` permission to `ExportManager` role.
227
[14724]228* Fix `CertificateProcessor.checkHeaders`. The processor requires both
229  faculty_code *and* department_code in create mode.
230
[15333]231* Add 'Update all tickets' button to `StudyLevelEditFormPage`.
[14684]232
[14682]233* Do not allow to create more than 10 students with a single request to
234  avoid a timeout of Nginx/Apache.
235
[14648]236* Redirect to manage page after editing of certificate courses.
237
[14642]238* Add `course_category` attribute to course tickets. In the base package,
239  this attribute is omitted from display and manage pages.
240
[14638]241* Add `course_category` attribute to certificate courses.
242
[14584]243* Simplify configuration of maximum or minimum total credits.
[14582]244
[14574]245* Add `outstanding` attribute to course tickets.
246
[14572]247* Exclude graduated students from `LevelReport`, `SessionResultsPresentation`
248  and `RawScoreReport`.
249
[14568]250* Allow applicants in states `admitted`, `not admitted` or `created` to
251  download the payment slip.
252
[14553]253* Catch traceback (`RequiredMissing`) if a required field is cleared
254  by import.
[14551]255
[14602]256* Add role `FingerprintReaderDeviceRole` intended for fingerprint reader
257  devices that access the portal via XMLRPC.
[14551]258
[14602]259
[14549]2601.5 (2017-02-14)
261================
[13697]262
[14549]263* Happy Valentines Day everybody!
264
[14519]265* Sort arguments in table of `ReportsContainerPage`.
266
[14514]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
[14507]273* Add serial number column to Session Results Presentations.
274
[14497]275* Add Raw Score Report to base package.
276
[14491]277* Only user 'admin' is allowed to access the `DatacenterSettings` page.
278
[14507]279* Show correct level title on Level Reports and Session Results Presentations.
[14481]280
[14443]281* Get set of selected students also from list of matric numbers.
282
283* Confine Level Reports and Session Results Presentations to certificates.
284
[14373]285* Show report number (job_id) on report pdf slips.
286
[14368]287* Level report: Count and display the number of courses registered but
288  not taken.
289
[14293]290* Add control button to create graduated students.
291
[14292]292* Add option to render transcripts without passport picture and QR code.
293
[14256]294* Catch Reportlab `LayoutError`.
295
[14247]296* Replace `course_registration_allowed` by `course_registration_forbidden`
297  method.
298
[14170]299* Add export purge button.
300
[14169]301* Add report purge button.
302
[14133]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
[13959]310* Count mandates on configuration page and provide 'Purge' button.
311
[13950]312* Start `ApplicantExporter` and `ApplicantPaymentExporter` at the same
313  time when calling `ExportJobContainerJobStart`.
314
[13949]315* Add `ApplicantPaymentExporter`.
316
[13936]317* Add file upload functionality to `EditScoresPage`.
318
[13908]319* Add `LecturerLandingPage` and `LecturerCourses` `ManageLink`
320  viewlet.
321
[13898]322* Add `ExportPDFScoresSlip`.
323
[13894]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
[13886]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
[13872]333* Add  `ApplicantOnlinePaymentProcessor`.
334
[13773]335* Improve `AddStudyLevelFormPage`.
336
[13766]337* Create new exporter for lecturers and further restrict the usage of
[13767]338  exporters at course level. Lecturers can only export data of
339  current academic session.
[13766]340
[13736]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
[13711]345* Add `flash_notice` field.
346
[13702]347* Documentation updates.
[13697]348
[13745]349* Update pinned versions: six
[13697]350
[13745]351
[13695]3521.4.1 (2016-02-14)
353==================
[13257]354
[13651]355* Add new application workflow state (`processed`) and transition
356  (`process`).
[13613]357
[14514]358* Add `DegreeSource` and `degree` field to `ICertificate`.
[13651]359  Plugins must be updated!
[13613]360
[13659]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.
[13651]366
[13691]367* Upgrade versions.cfg to contain bugfix releases of packages we
368  depend on.
[13659]369
[13691]370
[13613]3711.4 (2016-01-14)
372================
373
[13610]374* Add button and view which allow students to unregister their
375  current course list unless the courses have not been validated.
376
[13574]377* Configure transfer payments and let students enter their desired
[14638]378  study course. Save entered text in `p_item` attribute.
[13574]379
[13651]380* Add further permissions to the local `ApplicationsManager` role and
[13570]381  make it assignable at applicants container level.
382
[13493]383* Disable rendering of HTML tags in fullnames.
384
[13484]385* Add bed statistics components.
386
[13457]387* Add option which allows students to select a desired hostel before
388  booking accommodation.
389
[13651]390* Add `BedProcessor`.
[13432]391
[13394]392* Add portal maintenance mode.
393
[13651]394* Allow also `reg_number` on public page to check application status
[13363]395  without password.
396
[13346]397* Remove `beds_reserved` attribute from hostels. Hostels do no longer
398  contain information about reserved bed spaces.
399
[13319]400* Add methods and page to release expired bed allocations.
[13288]401
[13344]402* Use lastname instead of firstname for first-time password requests.
[13288]403
[13471]404* When building docs, ignore members with dots in name.
[13344]405
[13613]406
[13288]4071.3.3 (2015-10-06)
408==================
409
[13263]410* Show file size of pdf documents in the documents section.
[13257]411
[13269]412* Add `MANIFEST.in`.
413
414
[13255]4151.3.2 (2015-09-14)
416==================
[12469]417
[13254]418* Add public page to check application status without password.
419
[13236]420* Fix department breakdown of student statistics.
421
[13223]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
[13199]428* Do only allow one running export job.
429
[13198]430* Add switch to disable all exports.
431
[13159]432* Enable import of list-of-choices fields.
433
[13156]434* Include 'end day' when searching for payments in a given period.
435
[13124]436* Do not create special application payment tickets with zero amount.
[13123]437
[13103]438* Remove manual clearance lock. Replace `clearance_locked` field by
439  property attribute.
440
[13091]441* Make student email field required.
442
[13087]443* Rename application workflow transitions and remove forbidden transitions.
444
[13073]445* Rename 'application section' for the sake of consistency.
446
[13055]447* Rename student views which are not layout-aware and thus not pages.
448
[13032]449* Register KofaSourceOrderedMultiSelectWidget for IterableSource and
450  KofaSourceOrderedMultiSelectWidget for IVocabularyTokenized.
451
[13031]452* Implement session-specific course registration deadline and
453  late registration payment.
454
[12981]455* Remove quite old bug in `doImport`: Replace empty strings *and* lists with
456  ignore-markers in update *and* create mode.
457
[12971]458* Add StudentUnpaidPaymentExporter to export only unpaid tickets.
459  This exporter is designed for finding and finally purging outdated
460  payment ticket.
461
[12960]462* Remove deprecated xml importer and exporter components.
463
[12958]464* Rearrange datacenter upload page. Provide modal windows to view all
465  processors and sources and vocabularies.
466
[12950]467* Reorganize doctests. Remove deprecated doctests.
468
[12926]469* Enable temporary suspension of officer accounts. Plugins must be
470  updated after restart.
471
[12912]472* Rename 'Portal Users' 'Officers'.
473
[12901]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
[12897]478* Filter students by current level in reports.
479
[12896]480* Add `StudentsUtils.increaseMatricInteger` method which allows to use various
481  matric number counters when computing the matric number.
482
[12889]483* Bypass school fee payment activation code creation if student is allowed
484  to proceed to next session.
485
[12896]486* Convert `level` into a schema field to be consistent with the documentation.
[12873]487
[12896]488* Rename classes `StudentPaymentsExporter` and `BedTicketsExporter` to be
[12865]489  in accordance with other exporter names.
490
[12900]491* Add `ReportsOfficer` and `ReportsManager` roles with corresponding
492  permissions.
[12844]493
[12896]494* Do not automatically allow import managers to import user data.
[12844]495
[12810]496* Skip empty rows produced by spreadsheet software.
497
[12632]498* Add components to  configure a student export jobs in faculties.
499
[12896]500* `StudentOnlinePaymentProcessor` : Raise `DuplicationError` if payment
501  (in state ``paid``) with same `p_session` and `p_category` exists.
[12623]502
[12896]503* Add new payment state ``waived``. This state can only be set by import
[12569]504  and is only used for the payments overview exporter to
505  mark sessions with waived fees.
506
[13269]507* Add exporter methods and export page to filter student data exports
[12518]508  by entering a list of student ids.
509
510* Student statistic can now be broken down by faculties or by departments.
511
[12896]512* Check if `p_id` exists in payments catalog when importing payment tickets in
[12513]513  create mode.
[12469]514
515
[12466]5161.3.1 (2015-01-14)
517==================
[12465]518
[12466]519* 1.3 was a brown bag release. Fix uploaded files.
[12465]520
521
[12463]5221.3 (2015-01-13)
523================
[11693]524
[12437]525* Add documents package.
[12418]526
[12437]527* Do not compare ResultEntry objects but their attributes.
528
[12415]529* Modify getWidgetsData so that we always get the same error format.
530
531* Validate all codes in university.
532
[12395]533* Catch traceback when creating an application slip with a corrupted
534  image file.
535
[12437]536* Remove deprecated HTML and REST widgets and use html2dict and rest2dict
537  instead.
[12247]538
[12190]539* UserProcessor: Check if imported roles do exist in the portal.
540
[11891]541* Enable localization of batch processing modules.
542
[11874]543* Hide 'Create students' button. Only user admin can see this button.
544
[11869]545* Add application_slip_notice field to ApplicantsContainer.
546
[11863]547* Remove 'Size' column from logfiles table.
548
[11862]549* Add permission, page and button to mass-clear all students in a department.
550
[11826]551* Hide export download button 24 hours after file generation.
552
[11825]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
[12862]560* Show flash message on general search page for the academic section.
[11794]561
[14638]562* Fix `CertificateCourseProcessor`. Mandatory is not a required field
[11798]563  and might be missing in import files. Improve logging. Extend and
564  fix CertCourseProcessorTests.
[11779]565
[11798]566* Provide customizable method for disabling clearance by clearance
567  officers.
[11772]568
[11798]569* Merge Javascript functions into one file. Add Javascript function to
570  calculate copyright notice year automatically.
[11741]571
[11798]572* Use lastname (surname) instead of firstname to verify found
573  application record on ApplicantRegistrationPage.
[11738]574
[11798]575* Append hash '#' also to datetimes to circumvent unwanted excel
576  automatic.
[11737]577
[11798]578* Method for (customizable) application passport upload requirements
579  added.
[11733]580
[11798]581* Filter payment ticket data exports by specifying the payment_date
582  period.
[11730]583
[11798]584* Method for (customizable) application payment slip download
585  requirements added.
[11726]586
[11798]587* Method for (customizable) application payment ticket upload
588  requirements added.
[11729]589
[11722]590* Remove unused rowadd javascript function.
591
[11702]592* certcode and reg_number added to DataForBursaryExporter.
593
[11699]594* Some batch processor names corrected.
[11693]595
[11701]596* Fixed ReST markup in setup.py long description.
597
598
[11689]5991.2 (2014-06-16)
600================
[11487]601
[11680]602* Redirect to login page after using password mandate.
603
[11676]604* Adding student payment tickets is logged.
605
[11672]606* Provide XMLRPC services for storing and retrieving fingerprint
607  scans.
608
[11664]609* Sort ContextualDictSource by dictionary values not by keys.
610
[11661]611* Add regular school fee and balance payments when exporting payments
612  overviews.
613
[11641]614* Add samePaymentMade method to StudentsUtils.
615
[11608]616* Fingerprint file upload enabled.
617
[11604]618* is_fresh property method added to Student class.
619
[11599]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.
[11589]625
[11599]626* Add setMatricNumber and constructMatricNumber methods to StudentsUtils.
627
[11585]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
[11575]633* Multiple payments in special application containers enabled.
634  Special payment applicants remain in state started after payment.
635
[11558]636* File input fields brought into shape with Bootstrap 3.
637
[11551]638* Transcript and access code pagetemplates adjusted.
639
[11550]640* Print QR codes on all student slips.
641
[11535]642* Allow adding current_level to base data section on all student slips
643  (requested by Uniben).
644
[11523]645* Windows is no longer supported. Installation manual removed.
646
[11497]647* Added JS helper to scroll to sequencelists after adding/removing items.
[11487]648
[11497]649
[11485]6501.1 (2014-03-13)
651================
[11258]652
[14574]653* Add display_fullname column to `CourseTicketExporter` (requested by Uniben).
[11484]654
[11483]655* Do also export student and course ticket data of students on probation.
656
[11482]657* 'Create student' option removed from 'Application Transition'
658  select field.
659
[11481]660* API docs added.
661
[11463]662* Back-to links replaced by animated jQuery plugins.
663
[11461]664* Default frontpage text updated.
665
[11460]666* Use absolute urls on datacenter pages.
667
[11451]668* Provide customizable method for disabling student payments.
669
[11481]670* After login and logout, regular users (officers) are redirected
[11439]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
[11438]676* Show tooltip alert and warning window before updating plugins.
677
[11437]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
[11436]683* jquery-ui.min.js is also used for tooltips.
684
[11435]685* Do not create TSC AC batch when updating plugins.
686  All TSC batches are created.
687
[11433]688* Make table on applicantsrootpage responsive.
689
[11431]690* Change width of input, select and textarea fields.
691
[11430]692* Use only https in theme.html.
693
[11386]694* INSTALL.txt updated and integrated into Sphinx documentation.
[11258]695
[11430]696* Redundancies removed in docs.
[11258]697
[11430]698
[11255]6991.0 (2014-02-22)
700================
[11253]701
[11255]702* Diazofied the complete package.
[11253]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
[11255]7260.1 (never released)
727====================
[4955]728
[7808]729Initial version. Copy from waeup.sirp.
Note: See TracBrowser for help on using the repository browser.