Cris
c455778731
Fixed: Added formatted download-document-link after application was done
...
After refactoring the code and doing the application via AJAX call, the
document-download-link must be created on ajax success. This was missing
and is fixed now.
Signed-off-by: cris-technikum <[email protected] >
2021-03-29 17:50:19 +02:00
Cris
f9cbd9caf5
Refactored code
...
Signed-off-by: cris-technikum <[email protected] >
2021-03-25 16:51:11 +01:00
Cris
3ba4229eed
Refactored Students View + Controller
...
. Now application is done via AJAX call.
. Now messages are returned to user instead of hard exits.
. Now formatting status on client side, not on serverside.
Signed-off-by: cris-technikum <[email protected] >
2021-03-25 15:06:47 +01:00
Cris
4450f5a473
Removed unnessessary code
...
Signed-off-by: cris-technikum <[email protected] >
2021-03-25 12:14:26 +01:00
Cris
997f6f406b
Fixed: Now application can only be done for actual study semester
...
Before student could apply for past study semester, which should not be
possible. Fixed now.
Signed-off-by: cris-technikum <[email protected] >
2021-03-24 17:16:17 +01:00
Cris
683e9ffdda
Modified to request recommendation (+send mails) ONLY if LV has lectors
...
Modifications done for STGL Overview and Detailview
Signed-off-by: cris-technikum <[email protected] >
2021-03-24 16:22:56 +01:00
Cris
3a0720e4de
Changed: If LV has no lectors, show empty field instead of error message
...
Signed-off-by: cris-technikum <[email protected] >
2021-03-22 17:28:29 +01:00
Cris
00656efaef
Changed filename on download to 'Anrechnungsantrag_OrgForm_LVID_VornameNachname'
...
Adapted STGL and lectors views to change the filename on download event.
All download functions moved from view to library.
Signed-off-by: cris-technikum <[email protected] >
2021-03-22 12:12:04 +01:00
cris-technikum
41e8b4094e
Merge branch 'feature-11970/AnrechnungJob_MailToSTGL' into feature/Anrechnungen_NEU
2021-03-18 10:58:57 +01:00
Cris
d345cbb43b
Added 'Zurücknehmen'-button for recommendation in STGL Detail View
...
Requested recommendations can now be withdrawn.
Now a button 'Zurücknehmen' is displayed as long as the Anrechnung
is processed by the lector and only as long the lector has not provided
a recommendation.
Signed-off-by: cris-technikum <[email protected] >
2021-03-18 10:55:58 +01:00
Cris
7340564d1e
Added job to send mail to STGL with yesterdays new Anrechnungen
...
. added AnrechnungJob sendMailToSTGL()
. removed functions to send mail from CTRL
Signed-off-by: cris-technikum <[email protected] >
2021-03-16 17:42:46 +01:00
Cris
9a3addd79d
Removed comments on 'if (! defined('BASEPATH')) exit('No direct script access allowed');'
...
Signed-off-by: cris-technikum <[email protected] >
2021-02-18 14:59:11 +01:00
Cris
abcf41f7a3
Added feature to withdraw approvals/rejections for STGL
...
Signed-off-by: cris-technikum <[email protected] >
2021-02-17 19:07:13 +01:00
Cris
86a065d0d6
Fixed: Now checking user by prestudent_id to entitle to read DMS document
...
Signed-off-by: cris-technikum <[email protected] >
2021-02-16 16:31:42 +01:00
Andreas Österreicher
3366f091dd
Anrechnungen - Fixed Details Page for People with multiple Accounts
2021-02-15 21:12:14 +01:00
Andreas Österreicher
4d81f91840
Problem behoben wodurch falsche Anrechnungen geladen wurden
2021-02-15 16:44:34 +01:00
Cris
acec92fa2b
Adapted mail message for students (different text for approved/rejected)
...
Signed-off-by: cris-technikum <[email protected] >
2021-02-15 11:26:59 +01:00
Cris
77774e8cec
Corrected STGL permission check to check against UID
...
Signed-off-by: cris-technikum <[email protected] >
2021-02-08 18:01:06 +01:00
KarpAlex
fd79551f00
- Pruefungsprotokoll bugfix: replaced bitwise and with logical and
2021-02-04 20:37:05 +01:00
Cris
c8ceacc972
Added checks if user is entitled to read DMS document / Anrechnung
...
Signed-off-by: cris-technikum <[email protected] >
2021-02-04 17:05:05 +01:00
Cris
e6da4b2e2d
Minor changes
...
- unfold 'Antrag Voraussetzungen' in Infopanels
- open Detailpage on same page (not on new tab)
- unified sancho mails titles
Signed-off-by: cris-technikum <[email protected] >
2021-02-04 10:56:03 +01:00
Cris
e9664c179a
Added Genehmigungs GUI + Begreundungsnotiz for rejected Anrechnungen in STGL VIEWS
...
Signed-off-by: cris-technikum <[email protected] >
2021-02-04 10:24:08 +01:00
Cris
a3c33ed385
Added change of status when STGL requests for recommendation
...
Signed-off-by: cris-technikum <[email protected] >
2021-02-03 16:21:15 +01:00
Cris
5a8c779bcd
Corrected URI and permissions
...
Signed-off-by: cris-technikum <[email protected] >
2021-02-03 16:18:06 +01:00
Cris
e780a3e505
Added GUI for STGL Detail VIEW + logic (Antrag- and Empfehlungdata)
...
Signed-off-by: cris-technikum <[email protected] >
2021-02-03 15:30:53 +01:00
Cris
0affbf4e41
Added param to calling function rejectAnrechnung to work properly
...
Signed-off-by: cris-technikum <[email protected] >
2021-02-03 14:53:40 +01:00
Cris
ec16354594
Adapted Controller for lector Details to process Empfehlungen
...
Signed-off-by: cris-technikum <[email protected] >
2021-02-03 11:03:58 +01:00
Cris
b8046aeccf
Added insertvon when saving new Anrechnung
...
Signed-off-by: cris-technikum <[email protected] >
2021-02-03 10:55:46 +01:00
Cris
8fc338ccb4
Added GUI/functionality to add begruendung for 'NICHT EMPFEHLEN' in lectors overview
...
. Begruendung is added as Notiz
. GUI to attach begruendung will slide down the moment 'Nicht Empfehlen'
is clicked
. added phrases
Signed-off-by: cris-technikum <[email protected] >
2021-02-02 14:06:49 +01:00
Cris
da3720e65d
Added lectors detail view CONTROLLER
...
+ adaptations to AnrechnungLib
+ phrases
Signed-off-by: cris-technikum <[email protected] >
2021-02-01 10:11:57 +01:00
Cris
70d02e25f9
Removed doublecheck of last status
...
Signed-off-by: cris-technikum <[email protected] >
2021-01-29 11:54:52 +01:00
Cris
8ba7744acb
HOTFIX: Removed test-UIDS!
...
Signed-off-by: cris-technikum <[email protected] >
2021-01-29 08:23:25 +01:00
Cris
aff6e2ed8a
Changed: Now "Herkunft der Kenntnisse" are required
...
Signed-off-by: cris-technikum <[email protected] >
2021-01-28 19:38:59 +01:00
Cris
14d1762c9f
Changed email links to correct CIS URL
...
Signed-off-by: cris-technikum <[email protected] >
2021-01-28 16:52:14 +01:00
Cris
bd293f3b3a
Changed mail text to inform students about approved/rejected Anrechnungen
...
Signed-off-by: cris-technikum <[email protected] >
2021-01-28 16:04:21 +01:00
Cris
8d09ee7299
Modified to update Zeugnisnote, if already exists
...
During approving process the zeugnisnote is set to 6 (angerechnet).
If zeugnisnote already exists, it will be updated now.
Signed-off-by: cris-technikum <[email protected] >
2021-01-28 11:28:44 +01:00
Cris
6a37c71cfc
Added sending Sanchomail to lector asking to recommend Anrechnung
...
Mails are send to lectors (prio for LV-Leitung, if not present to all
lectors of LV) Anyway, as many there recommendation may be requested
for many lvs at the same time, the receiver array will be unique to ensure
sending only once to one and the same lector. e.g. if lector is lv-leitung
for lv x and lector for lv y, will get only one mail.
Signed-off-by: cris-technikum <[email protected] >
2021-01-28 10:21:56 +01:00
Cris
35009097f1
Added sending Sanchomail to student when Anrechnung was approved/rejected
...
Signed-off-by: cris-technikum <[email protected] >
2021-01-27 14:49:30 +01:00
Cris
697e5057cf
Added sending Sanchomail when Anrechnung is (not) recommended by lector
...
Mail goes to STGL. If not present, it will be sent to STGL assistance.
Signed-off-by: cris-technikum <[email protected] >
2021-01-27 11:37:51 +01:00
Cris
3fb2c3d387
Added Sanchomail sent when Anrechnung is applied by student
...
Mail goes to STGL. If not present, it will be sent to STGL assistance.
Signed-off-by: cris-technikum <[email protected] >
2021-01-27 10:33:19 +01:00
Cris
7d0ff4fcee
Added check, when STGL tries to request recommendation for already recommended Antraege
...
Signed-off-by: cris-technikum <[email protected] >
2021-01-26 13:56:34 +01:00
Cris
5b77a5d08f
Restricted to upload only pdf files
...
Signed-off-by: cris-technikum <[email protected] >
2021-01-25 18:23:59 +01:00
Cris
1b00ae78b4
Created Anrechnungen LektorInen: GUI, Controller, Tabledata, Phrases
...
Signed-off-by: cris-technikum <[email protected] >
2021-01-25 17:07:39 +01:00
Cris
dc98b766c9
Now filtering / formatting correctly the updated data
...
...by adding status_kurzbz to returning json object
Signed-off-by: cris-technikum <[email protected] >
2021-01-21 12:50:07 +01:00
Cris
97d86cc702
Added logic & GUI adaptations for requesting recommendations
...
. Added request recommendation-methods in Controller and Library
Signed-off-by: cris-technikum <[email protected] >
2021-01-20 19:07:33 +01:00
Cris
9a0ea02e0c
Minor code enhancement
...
Signed-off-by: cris-technikum <[email protected] >
2021-01-20 19:03:53 +01:00
Cris
f0ef091c5f
Added logic & GUI adaptations for rejecting Anrechnungen
...
. Added rejecting-methods in Controller and Library
Signed-off-by: cris-technikum <[email protected] >
2021-01-20 11:48:07 +01:00
cris-technikum
964bd40c14
Added logic & GUI adaptations for approving Anrechnungen
...
. Added approve-methods in Controller and Library
. Added row selection checks to avoid selecting approved and rejected
Antraege
Signed-off-by: cris-technikum <[email protected] >
2021-01-20 11:02:15 +01:00
Cris
360aec41ee
Restricted tabledata to retrieve only for studies of STGL
...
Signed-off-by: cris-technikum <[email protected] >
2021-01-19 15:47:31 +01:00
Cris
8d26cc9a86
Added permission lehre/anrechnung_genehmigen to Controller
...
Signed-off-by: cris-technikum <[email protected] >
2021-01-19 15:45:04 +01:00