Johann Hoffmann
fbe10cc2a1
PersonModel loadAllStudentUIDSForPersonID used in anw extension AdministrationApi aka Entschuldigungsmanagement
2026-01-29 15:08:24 +01:00
Harald Bamberger
4fa2de5105
Merge branch 'master' into feature-61232/Studierendenverwaltung_Karteireiter_Projektarbeit_portieren
2025-09-29 15:37:42 +02:00
ma0048
31f0be35c8
selbe person auch wenn nicht abbrecher
2025-07-02 12:53:54 +02:00
Alexei Karpenko
382006aa8b
Projektarbeit Studierendenverwaltung: now possible to save and edit Projektbetreuer
2025-05-16 13:37:21 +02:00
Harald Bamberger
e78c2e1bf7
Merge branch 'master' into feature-25999/C4_cleanup
2024-10-30 17:19:01 +01:00
Harald Bamberger
d4494836b1
fix file permissions erroneously commited as a21a292da6
2024-10-17 15:34:00 +02:00
SimonGschnell
e475fe568e
adds the dashboard menu punkt and adds greeting to the dashboard view
2024-10-17 09:58:28 +02:00
Johann Hoffmann
effad6f62d
only fetch person_id, vorname, nachname & unruly from tbl_person on checkUnruly()
2024-09-20 15:16:20 +02:00
Johann Hoffmann
79ea8c4521
renamed unrulyPerson api to checkPerson; built in logic into infoCenterDetails to trigger a number of checks about any changed data in the info center (in this case unruly) and update the page accordingly; Also fixed a bug when saving stammdaten without kontakt entries;
2024-09-17 14:09:49 +02:00
Johann Hoffmann
27c312d7d3
filterPerson unrulyPerson api & person model
2024-09-12 15:42:21 +02:00
Johann Hoffmann
c9471c344d
added unruly person boolean column to tbl_person; studStatus/leitung added a checkbox to mark persons as unruly unrelated to studstatus datastate;
2024-07-31 14:37:26 +02:00
SimonGschnell
04f6ee6156
Merge branch 'master' into feature-25999/C4_ma0594dev
2024-02-15 15:16:07 +01:00
SimonGschnell
a21a292da6
dokument upload
2024-01-29 16:48:41 +01:00
Harald Bamberger
4cc8b555d2
Merge branch 'master' into feature-25562/PV21_Datenbankstruktur_fuer_Vertraege_und_Gehaelter
2023-10-09 11:38:37 +02:00
Harald Bamberger
31426d3c5e
Merge branch 'master' into feature-27351/Digitalisierung_Formulare_Neu
2023-09-25 16:50:40 +02:00
Harald Bamberger
9bfcbf3bf1
Merge branch 'master' into feature-25562/PV21_Datenbankstruktur_fuer_Vertraege_und_Gehaelter
2023-09-19 11:06:32 +02:00
cgfhtw
64ce3d1f6a
Cleaned up commit from 'feature-27351/Digitalisierung_Formulare_Abmeldung_Unterbrechung_Wiederholung'
2023-07-04 10:34:14 +02:00
ma0048
f5ee097b72
- doppelte benutzer bug fix
2023-06-02 12:01:31 +02:00
Paolo
08de013c23
Fixes: code quality checks
2023-04-25 16:07:42 +02:00
Paolo
c831355012
- FilterWidget: now it is possible to provide the encryptedColumns parameter to specify which columns of a database table are encrypted, how to cast them and which password to use to decrypt them
...
- Added new constants PGSQL_BYTEA_TYPE, CRYPT_CONF_PASSWORDS, CRYPT_CAST, CRYPT_PASSWORD_NAME, CRYPT_SELECT_TEMPLATE, CRYPT_WHERE_TEMPLATE and CRYPT_WRITE_TEMPLATE to application/core/DB_Model.php
- Added new optional parameter encryptedColumns to application/core/DB_Model insert, update, load, loadWhere, execQuery, execReadOnlyQuery and _toPhp
- Added new private methods _addEncrypt, _addDecryptQuery and _addDecryptLoad to application/core/DB_Model.php
- core/DB_Model: now it is possible to provide the encryptedColumns parameter to specify which columns of a database table are encrypted, how to cast them and which password to use to decrypt them
- Adapted application/models/system/PersonLog_model.php
2023-02-08 13:33:40 +01:00
ma0048
acffebf515
check doppelte benutzer auch mit unterschiedlicher groß und kleinschreibung
2022-07-06 10:56:24 +02:00
Andreas Österreicher
1641a879af
PHP Version Compatibility fixed
2022-07-01 09:04:52 +02:00
ma0048
fdce499f37
prueft auf doppelte benutzer
2022-05-11 11:31:52 +02:00
Harald Bamberger
fce72b1f91
fix merge conflicts after merging master
2022-03-28 11:59:26 +02:00
Andreas Österreicher
d7ad3d80f3
Merge branch 'master' into feature-16190/Issues_automatisches_Beheben
2022-02-28 13:07:06 +01:00
KarpAlex
765b26a439
- added issue resolution job and libraries for defining how to resolve issues
...
- added issue inserts (fehlerupdate.php), included them in checksystem
- added getAufenthaltsdauer method to Bisio_model.php
- Add column parameterFuerBehebung to system.tbl_issue
2022-01-17 10:07:37 +01:00
ma0048
c36d0358a9
check duplicate auch studiengang wird nun beruecksichtigt
2022-01-13 15:16:34 +01:00
ma0048
2d46d80b5f
meldung wird nun auch angezeigt wenn es die selbe person id ist
2021-12-22 16:26:45 +01:00
ma0048
cf1b34769c
api & anpassungen fuer das kartenterminal
2021-11-12 12:16:35 +01:00
ma0048
d7364d08dd
Merge remote-tracking branch 'origin/feature-15389/infocenter_automatische_abfrage_ob_bewerberin_vorhanden' into feature/infocenter_anpassungen
2021-10-22 07:13:06 +02:00
ma0048
3e00e4b3a1
infocenter warning falls bewerberIn bereits vorhanden ist
2021-10-12 13:08:17 +02:00
KarpAlex
76f3afdda5
Person_model.php getPersonStammdaten method:
...
- added sorting order for contacts (by insertamum descending)
- rewrote old ->retval to new isError, hasData etc. functions
2021-09-28 15:52:17 +02:00
KarpAlex
5f187b5293
Merge branch 'master' into feature-10450/DVUH_requestMatrikelnummer
2021-03-07 21:44:56 +01:00
Cris
8a75bc9fdd
Added method getFullName() to Person_model
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-01-26 18:54:42 +01:00
Cris
f185c92db7
Created Anrechnungen Students GUI, Controller, DB-tables, library, phrases
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-01-19 13:03:26 +01:00
alex
a86dcbd290
- Added matr_aktiv to person table for indication of not yet active matrikelnummern
...
- PersonModel getPersonStammdaten: staatsbuergerschafts- and geburtsnationcode are also retrieved
2020-11-11 23:29:18 +01:00
alex
b41ef00b3d
crm/Prestudent_model: hasBewerber can optionally check bewerber only for a Studiengangtyp. In InfoCenter, only Bachelors are checked after Freigabe (for setting Bewerber and Reihungstestbooleans)
2020-02-11 16:42:04 +01:00
alex
7fdaaace50
If Prestudent is freigegeben for RT and has already a Bewerber with reihungstestangetreten = true, a new Bewerber for the prestudent is created, reihungstestangetreten and teilgenommen are set to true
2020-02-07 17:46:29 +01:00
Andreas Österreicher
16f6bdbf70
Merge branch 'feature-5128/FHC-IDAM_account_activation'
2020-02-03 14:53:24 +01:00
Paolo
4e6fc7c607
- Create new function getError in helper hlp_return_object_helper that should just returns retval
...
- Replace all show_error(getData( with show_error(getError(
- Replace all error($...->retval) with error(getError($...))
- Replace all ->outputJsonError(getData( with ->outputJsonError(getError(
- Replace all show_error($...->retval with show_error(getError($...
- Replace all outputJsonError($...->retval with outputJsonError(getError$...
- Replace all return error($...->retval) with return $...
2019-12-18 18:35:19 +01:00
Paolo
ceb3f212c9
- Added support for language in session in function getUserLanguage from helper hlp_language_helper
...
- If the language is loaded from database then it is checked that the language is enabled
2019-11-22 12:05:07 +01:00
alex
5255e6166d
crm/Prestudent_model, education/Lehrveransaltung_mode, person/Person_model: models are loaded in constructor to avoid multiple load
2019-09-06 15:49:47 +02:00
Paolo
3b4012798f
Fixed some comments typo
2019-04-30 13:13:34 +02:00
alex
a28df53718
Infocenter changes
...
- new button for Freigabe zum Reihungstest, sending message to bewerber when freigabe
- button Freigabe for Studiengang with Statusgrund
- Ausbildungssemester can be saved
- Using Vorlagen for Freigabe Mail to assistance and message to bewerber
- Added Nation of address at details page
- Scroll to top button on details page
- moved messageList js to own file
2018-11-30 16:48:28 +01:00
Paolo
46e85a2317
Merge branch 'master' into permissions
2018-06-28 14:52:09 +02:00
Paolo
25e66bf9dd
- Added function isEmptyString to fhc_helper
...
- Added function isEmptyArray to fhc_helper
- Adapted the code in application/* to use as much as possible this two new functions
- Removed the php function empty almost everywhere
2018-06-27 15:06:04 +02:00
Paolo
9d5c9b443e
Merge branch 'master' into permissions
2018-04-18 17:35:33 +02:00
Paolo
08c5733298
- Added method loadPhrases to FHC_Conroller as a wrapper to load phrases
...
- Added method getLanguage to Person_model to load the language for a user by the given UID
- Added comments to method getPhrasesByCategoryAndLanguage of system/Phrase_model, ORDER BY and more fields to SQL statement
2018-04-17 16:00:19 +02:00
Paolo
558b6106c0
Changed method getPersonFromStatus of Person_model to retrive also the UID(s) of the prestudent
2018-04-09 17:41:22 +02:00
Paolo
d9b80b790d
Removed permission system from models
2018-03-29 12:13:08 +02:00