Andreas Österreicher
e724f7159f
Datentyp der Offsetpunkte auf Numeric korrigiert
2020-02-07 11:31:08 +01:00
alex
db50f6c856
- Updated pruefling - getReihungstestPerson method to calculate RT results with new formula
...
- added offsetpoints to testtool.vw_auswertung_ablauf and vw_auswertung
2020-01-13 18:11:13 +01:00
alex
57d4da7cbd
- vilesci/stammdaten/auswertung_fhtw.php: RT punkte werden anhand Formel mit Gewichtung berechnet
...
- Spalte "offsetpunkte" in testtool.tbl_gebiet hinzugefügt, sodass berechnete Prozente immer positiv sind
- RT-punkte ohne Physik entfernt
2019-12-17 18:02:42 +01:00
Andreas Österreicher
d442b5f6e7
Fehlende Phrase für Rückstelldatum hinzugefügt
2019-12-11 15:48:34 +01:00
Manfred Kindl
4f22079ef8
Merge remote-tracking branch 'origin/master'
2019-12-02 18:29:17 +01:00
Manfred Kindl
1ca3da12eb
Merge branch 'feature-4092/Berechtigung_aendern_der_ZGV_FAS'
2019-12-02 18:29:04 +01:00
Andreas Österreicher
152ee0cfff
Merge branch 'feature-4889/Projekte_Admin_setzt_den_Projekttyp'
2019-12-02 14:55:48 +01:00
Andreas Österreicher
7f752bf666
Merge branch 'feature-3478/Reporting_User_speichert_und_lädt_Ansichten_einer_Pivot_Tabelle'
2019-12-02 14:30:54 +01:00
Manfred Kindl
abf663d97d
Natalie statt Dragana in Account Deaktivierung Mail
2019-11-28 17:28:50 +01:00
alex
5aa8027a37
system/dbupdate_3.3.php
...
- foreign key fk_tbl_projekt_projekttyp in fue.tbl_projekte: ON DELETE RESTRICT statt ON DELETE CASCADE
- privileges fue.tbl_projekttyp: Only SELECT for Web and Wawi
2019-11-28 15:28:17 +01:00
alex
e86db7b610
system/dbupdate_3.3.php
...
- added statistik_kurzbz for system.tbl_filters to Gegenpruefung array
2019-11-27 15:51:46 +01:00
alex
e4f1215d50
- added database table fue.tbl_projekttyp
...
- foreign key projekttyp_kurzbz in fue.tbl_projekt table
2019-11-19 14:27:29 +01:00
Andreas Österreicher
c17bbfff5d
Added missing tables and columns to DB-Reverse-Check
2019-11-15 08:26:47 +01:00
Paolo
3e5e65bfc4
Merge branch 'feature-4026/TabulatorWidget' into feature-3994/Digitaler_Lehrauftrag
2019-11-04 16:58:19 +01:00
Manfred Kindl
763c34e27d
Merge branch 'master' into feature-4092/Berechtigung_aendern_der_ZGV_FAS
2019-10-30 20:17:43 +01:00
Manfred Kindl
71aba3a78c
Recht in Checksystem
2019-10-30 20:17:29 +01:00
Cris
3129707a10
Adapted GUI and filter to UPDATE also CHANGED HOURS
...
Up to now changes were identified only by comparing betrag with
vertrag_betrag.
Problem is: when a new Lehrauftrag betrag is set with 0 or NULL and only
hours are set, a later change of hours cannot be identified (as the betrag
and vertrag_betrag do not change). This is fixed now.
2019-10-29 16:21:13 +01:00
Andreas Österreicher
bc05f32d5e
Merge branch 'feature-4164/Markierung_weitergeleiteter_analog_zum_Parken'
2019-10-29 15:04:02 +01:00
Andreas Österreicher
25c2d57993
Added missing Phrases for Password Change
2019-10-28 07:42:10 +01:00
Manfred Kindl
4e9588cf76
Alte Vorlagen Ausbildungsverträge in Core gelöscht
...
-> sind in Addon FHTW
2019-10-25 19:45:43 +02:00
alex
7ccffc24ee
- Added database column statistik_kurzbz in system.tbl_filters
...
- Added row 'report' for app in system.tbl_app
2019-10-23 13:16:24 +02:00
Cris
ce84e0bea4
Removed unused vertrag data from queries and filters
...
. Removed unused:
- vertrag_insertvon (now using insertvon of vertrag_vertragsstatus instead)
- vertrag_insertamum
- vertrag_updatevon
- vertrag_updateamum
2019-10-21 17:33:41 +02:00
Cris
06f31997f2
Added bestellt_von/erteilt_von/akzeptiert_von columns and TOOLTIPS
...
. added tooltips on bestellt-, erteilt- and akzeptiert-column with
insertvon information
. adapted tooltips on status column
. added columns to all tabulator queries and to the filters
2019-10-21 17:29:23 +02:00
Paolo
790065a281
Added phrases for password change page
2019-10-18 14:42:08 +02:00
Cris
280c4ca19f
Adapted filters for DUMMY lectors
2019-10-16 12:00:40 +02:00
Andreas Österreicher
6d14423b82
Merge branch 'feature-4210/BIS_UHSTAT2_Erweiterungen'
2019-10-15 13:56:38 +02:00
Andreas Österreicher
934f8dc3c5
Fehlende Berechtigung für Tabelle aufenthaltfoerderung hinzugefügt
2019-10-15 09:35:02 +02:00
Cris
0514ec87ba
Renamed main title to Lehrauftraege bestellen/erteilen/annehmen
2019-10-14 16:56:50 +02:00
Cris
a793a2f88c
Added hidden column with vertragdata
...
. Added hidden columns with vertragsdata to erteilt- and akzeptiert-
tabulator tables. This is to be able to detect where contract were
changed and mark/disable that lehrauftrag.
. Adapted filter
2019-10-14 16:44:03 +02:00
Cris
c370a27c18
Added table columns orgform_kurzbz and ausbildungssemester
...
. Columns lehrveranstaltung-orgform_kurzbz and -semester are now visible
in all tabulator-tables in bestellen - erteilen - akzeptieren.
. Renamed names of auftraege (no need to display semester text anymore)
. Adapted filter
2019-10-14 16:39:31 +02:00
Cris
d87e47c3ab
Major addition of tabulator functionality methods II / Enhanced code
...
II: Same as for orderLehrauftrag is here adapted to approveLehrauftrag:
. MOVED out function from datasetRepFieldDefs to javascript for better
maintainance
. Added status column and status icons with tooltips
. Added status buttons to filter status rapidly
. GroupBy Lehrveranstaltung: rows are grouped by LV, formatted
. Added calculation per group AND total
. Rows formatting enhanced and bootstrapped
. Fixed selection of data
. day of date now with 2 digits
2019-10-11 15:14:53 +02:00
Cris
7605daed01
Added vertrag-columns and lv bezeichnung to tabulator query and filter
...
Mainly usage is to update contract.
2019-10-11 13:55:36 +02:00
Manfred Kindl
33f6b41c98
Insertamum in Vorlagen
...
Insertamum, Insertvon, Updateamum und Updatevon in Vorlagen Class und Vorlagenverwaltung
2019-10-07 19:02:01 +02:00
alex
fce3659573
- Infocenter Übersicht: zurückgestellte BewerberInnen werden grün markiert
2019-10-03 15:22:54 +02:00
alex
73e248534b
- infocenterDetails: added phrases rueckstelldatumUeberschritten and parkenZurueckstellenInfo
2019-10-03 10:15:10 +02:00
alex
38ae98cc36
- Infocenter Details: possible to set persons on hold, i.e. person is out of workflow temporalily (e.g. when waiting for info), but this can only be undone manually
2019-10-02 17:19:31 +02:00
Andreas Österreicher
c0afb92ddc
Merge branch 'feature-4190/Cronjobs_log_in_database'
2019-10-02 14:29:53 +02:00
Andreas Österreicher
ebcf75cfb4
Merge branch 'feature-3995/User_bucht_Zeit_auf_Arbeitspaket'
2019-10-02 13:53:38 +02:00
Andreas Österreicher
0dd82d42b3
Merge branch 'feature-3854/Refactor_sqls_for_filterwidgets'
2019-10-02 10:57:58 +02:00
Cris
4375a1ad0e
Added (Ausbildungs-)semester to query, tabulator columns and filter
2019-10-01 15:33:35 +02:00
Cris
1c3a5c395d
Added permission lehrauftrag_akzeptieren
...
This permission is for lectors to accept their lehraufträge.
2019-09-30 15:26:47 +02:00
Cris
6ff2f19c56
Changed the STG-Kürzel to 'typ + kurzbz' in Lehraufträge + Vertragsmodel
...
Before the organisational unit was set, but it should be a combination
of typ + kurzbz of the stg. This is changed now in
. all Lehraufträge
. Vertragsmodel
. filtersupdate
2019-09-30 15:09:45 +02:00
alex
05898bdde5
system/dbupdate_3.3.: removed UPDATE, INSERT, DELETE permissions from user web for public.tbl_variablename
2019-09-26 17:46:40 +02:00
Paolo
1273c32419
- Renamed controller system/JobsViewer.php to system/LogsViewer.php
...
- Renamed directory views/system/jobs to views/system/logs
- Changed FilterWidget query in view system/logs/logsViewerData.php to load all logs
- Added more filters in database to load different log types
2019-09-26 17:40:51 +02:00
alex
4cb766d293
- added rights SELECT UPDATE INSERT DELETE for web and vilesci for tables bis.tbl_bisio_zweck and bis.tbl_aufenthaltfoerderung
2019-09-26 17:05:56 +02:00
Cris
aefc0dfd2c
Adapted filter for orderLehrauftraege and approveLehrauftraege
...
Added columns stg_oe_kurzbz and gruppe.
2019-09-25 17:01:05 +02:00
Cris
3abfaebb1a
Created filter to accept Lehraufträge
2019-09-24 10:11:07 +02:00
Cris
cad203496f
Created filter to approve Lehraufträge
2019-09-19 13:18:03 +02:00
Andreas Österreicher
6669014ac4
Neue Felder für UHSTAT2 Meldung zu IO Karteireiter hinzugefügt
...
Mehrfachangabe von Zweck des Auslandsaufenthalts
Mehrfachangabe von Förderung des Auslandsaufenthalts
Neue Felder für erworbene und angerechnete ECTS hinzugefügt
BIS Schnittstelle um die neuen Felder erweitert
2019-09-19 09:19:09 +02:00
Andreas Oesterreicher
1da2a19d57
Ansprechpartner bei Account Deaktivierung korrigiert
2019-09-18 13:39:03 +02:00