Commit Graph

9936 Commits

Author SHA1 Message Date
Manfred Kindl bf005a54a7 Merge branch 'master' of https://github.com/FH-Complete/FHC-Core 2018-02-26 11:16:06 +01:00
Manfred Kindl 526cacbe96 Adding "anrede" to CIS-search and profile 2018-02-26 11:15:26 +01:00
Andreas Österreicher 67ae79d4e0 Infocenter Spalte fuer abgeschickte Studiengaenge hinzugefügt 2018-02-26 10:40:55 +01:00
oesi a07fa5e8ba Problem behoben wodurch UDF bei Mitarbeitern nicht korrekt ausgeblendet wurden 2018-02-26 09:56:28 +01:00
oesi 1a15c134d1 Problem behoben beim Prüfen der Vertrags-Beträge wenn Stundensatz oder Semesterstunden NULL sind 2018-02-23 15:41:23 +01:00
Manfred Kindl d1acd76baa Merge branch 'master' of https://github.com/FH-Complete/FHC-Core 2018-02-23 11:22:09 +01:00
Manfred Kindl feb3a4be08 Funktion getStudiengaengeDokument ignoriert Abgewiesene und Abbrecher 2018-02-23 11:13:10 +01:00
Manfred Kindl 74702d27ca Termindauer wird auf Auswahlseite angezeigt 2018-02-23 11:04:26 +01:00
alex 93a581e301 Merge remote-tracking branch 'origin/master' 2018-02-23 10:06:56 +01:00
alex 53fcda3504 added infomail when interessent freigegeben 2018-02-23 10:06:46 +01:00
Paolo 75d1a60401 - Removed parameter alternativeMarkRowClass from FilterWidget
- Now the parameter markRow must be a function that returns directly the class to mark records in FilterWidget
- Changed InfoCenter to mark locked record with the new markRow function
2018-02-22 13:54:30 +01:00
Andreas Österreicher 206725b491 Problem behoben beim Erstellen von Auslandssemesterzeugnissen wenn
Sonderzeichen im Ort oder in der Universität vorkommen
2018-02-22 08:13:16 +01:00
Andreas Österreicher c48a3403e3 Fixed Error when Signature Server is not running 2018-02-22 00:03:28 +01:00
Andreas Österreicher 413ea90948 Merge branch 'master' into signatur 2018-02-22 00:00:43 +01:00
Andreas Österreicher 0a8285ed03 Messaging Mail Template can be overwritten in the Database 2018-02-21 23:53:50 +01:00
Andreas Österreicher 45485ee02a Fixed Bug where wrong Messages are sent if they are not sent immediately
Messages are only sent with the Employee-Adress of the Sender instead of
the private Address. If the Sender is not an Employee, the Messages are
sent with the System-EMail
2018-02-21 23:27:24 +01:00
Andreas Österreicher b86aaf735c Added Permissions to Infocenter Role 2018-02-21 23:26:05 +01:00
Paolo 983a73fa48 Merge branch 'master' of https://github.com/FH-Complete/FHC-Core 2018-02-21 18:02:48 +01:00
Paolo 72bb40e786 - Added method escapeLike to DB_Model to escape strings for LIKE operator
- Added JS include jqueryui to InfoCenter
- Added left join to system.tbl_person_lock in infocenterData.php
- Added field LockDate to InfoCenter filter
- Added parameter markRow to InfoCenter filter
- Added DragNDrop to FilterWidget to sort/remove the selected filter fields
- FilterWidget now display the name of the loaded filter if available
- Added the property "name" to the jsonb of filters to display the name of the loaded filter
- Added the static method displayFilterName to the FilterWidget to display the name of the loaded filter
- The collapsible panel in FilterWidget now shows/hides the fields selection, the filter operators and the inputs to save the custom filter
- The GUI remembers if the collapsible panel should be closed or open
- Added the "Apply" button to the filter operators
- Added the markRow parameter to the FilterWidget, used to mark a row if one or more conditions are matched
- Added the alternativeMarkRowClass to use a different class to mark a row
- Added the public static function markRow to the FilterWidget
2018-02-21 17:48:03 +01:00
alex cca4fee51e mark header red if locked by other person, locking is possible either generally (app null) or only for certain apps. 2018-02-21 13:44:44 +01:00
Andreas Österreicher 30fd61b7a5 Bescheid Vorlage unterscheidet jetzt automatisch zwischen
Amtssignaturblock und manueller Signatur.
2018-02-21 11:43:00 +01:00
Andreas Österreicher a2e3686d47 XML für Dokumentenvorlagen werden automatisch erweitert um die
Information ob das Dokument anschließend signiert wird.
2018-02-21 11:40:49 +01:00
Andreas Österreicher 03f679cf5f GUI für Vorlagen angepasst 2018-02-21 08:41:19 +01:00
Andreas Österreicher 0903f37b89 Merge branch 'master' into signatur 2018-02-21 07:18:50 +01:00
Andreas Österreicher f7593653ea Maillib Added support for overriding the Mail FROM 2018-02-21 07:16:03 +01:00
Andreas Österreicher dd70f02791 Added Permission to Infocenter-role 2018-02-21 07:14:53 +01:00
Andreas Österreicher 7c2445dc89 Messages im FAS werden nach Datum sortiert anstatt nach Betreff 2018-02-20 18:42:23 +01:00
alex 695e7f60af added lock mechanism for persons, outsourced infocenter code to javascript 2018-02-20 18:05:36 +01:00
alex d9f6bfb76b statusgrund is shown for every status not only for abgewiesener 2018-02-20 18:00:37 +01:00
alex c987773f8f removed line 2018-02-20 17:58:03 +01:00
alex eb4c7cda61 Merge remote-tracking branch 'origin/master' 2018-02-20 17:39:19 +01:00
alex 4b4dcfff59 added lock tbl.person_lock for locking person 2018-02-20 17:39:00 +01:00
Andreas Österreicher bd2318bd38 MailDebug now also "works" with invalid Mail
Fixed Typo and Intendation
2018-02-20 17:17:56 +01:00
Andreas Österreicher f1b32cd00d - Neue Booleans fuer archiv, signiert, stud_selfservice zu tbl_akte
hinzugefügt
- Archiv zeigt nun alle Dokumente an die auf archiv gesetzt sind anstatt
nur Zugnisse
- Bei Vorlagen kann definiert werden ob das dokument signiert, archiviert
oder heruntergeladen werden kann.
- Vorlagen koennen mit Dokumentarten verknüpft werden
2018-02-20 17:10:37 +01:00
alex 6830e5f51d renamed column in nachrichten 2018-02-19 13:02:14 +01:00
Andreas Österreicher 77d844c578 Wenn ein Master-Studierender ausgewählt ist, wird bei der Neuanlage von
Projetkarbeiten jetzt per Default Master Thesis vorgeschlagen anstatt
Bachelorarbeit
2018-02-16 19:23:12 +01:00
Andreas Österreicher 949fcdd28c Toogle für erweitertes archivieren hinzugefügt 2018-02-16 19:00:55 +01:00
Andreas Österreicher 3c698036a2 Merge branch 'master' into signatur 2018-02-16 11:44:41 +01:00
Andreas Österreicher 1e4fc86be5 Fixed Broken Unit Tests 2018-02-16 11:43:59 +01:00
Andreas Österreicher 2ec77ad9bd Fixed SQL Error in dbupdate 2018-02-15 18:38:30 +01:00
Andreas Österreicher d1c3e63eda Merge branch 'master' into signatur 2018-02-15 18:25:07 +01:00
Andreas Österreicher c830f125e3 Removed unused Images 2018-02-15 18:24:03 +01:00
Andreas Österreicher b833a02791 Archivierung von Signierten Dokumenten im FAS hinzugefuegt 2018-02-15 17:16:42 +01:00
Manfred Kindl e9b4b9063c Merge remote-tracking branch 'origin/master' 2018-02-14 14:46:48 +01:00
Manfred Kindl b66aca0032 Anzeige von Zweitbetreuer in Übersichtsliste 2018-02-14 14:46:41 +01:00
Manfred Kindl aa48006604 Usability Verbesserungen 2018-02-14 14:46:13 +01:00
Andreas Österreicher 5bbfdc720c Set Default Mimetype for new Templates
Removed unneeded Includes
2018-02-14 11:50:46 +01:00
Andreas Österreicher 65fca4b7e1 Merge branch 'master' into signatur 2018-02-14 11:28:35 +01:00
Paolo c2b328c69f FilterWidget: if "is set" is chosen in the operation dropdown, then the operation value field and the option field will be hidden 2018-02-13 13:52:45 +01:00
Andreas Österreicher abbad04188 Removed FOP and XSLFO2PDF 2018-02-12 15:16:50 +01:00