Commit Graph

63 Commits

Author SHA1 Message Date
Gerald Raab 24c54c6b3c Index fuer system.tbl_log added 2018-03-23 11:32:28 +01:00
Manfred Kindl 54208d20b9 New columns in tbl_dms_version and tbl_dms_kategorie
New columns oe_kurzbz and berechtigung_kurzbz in tbl_dms_kategorie
New columns cis_suche (boolean) and schlagworte in tbl_dms_version
2018-03-19 17:17:44 +01:00
Manfred Kindl fc1bbd540b Web User Insert for public.tbl_log granted 2018-03-16 11:19:27 +01:00
Andreas Österreicher 68f934a5d0 Removed Budget Tables from Core -> moved to Extension
Fixed Problem during Extension installation
2018-03-15 06:53:50 +01:00
Andreas Österreicher 203876f104 DB Tabellen für Budgetantrag hinzugefügt 2018-03-07 00:21:28 +01:00
Andreas Österreicher 3fa86d9746 Added Default Filter for Infocenter 2018-03-02 16:39:46 +01:00
Andreas Österreicher c534d101ae Addon Update Permissions for Web User to Set Message Status 2018-03-02 16:22:38 +01:00
cris-technikum dc3d71fdfb Merge branch 'master' of https://github.com/FH-Complete/FHC-Core 2018-02-28 11:11:02 +01:00
cris-technikum ef331e1580 AMPELSYSTEM: new GUI with Sancho; new logic
. new GUI with Sancho and collapsable panel
. new logic:
1. popup only for notifications that are:
----  mandatory
----  unconfirmed
----  not expired
----  not before vorlaufszeit
2. overall display for all notifications that are
---- not before vorlaufszeit
-> confirmed and/or expired notifications are displayed serperately and only readable
2018-02-28 10:47:45 +01:00
Andreas Österreicher 07a20257b4 Kommentare fuer Datenbanktabellen hinzugefügt
Nicht mehr zu verwendende Datenbanktabelle und Spalten als Deprecated
markiert
2018-02-27 11:34:54 +01:00
Andreas Österreicher ac1f55b19c Web User fuer tbl_msg_status berechtigt damit der Message-Status gesetzt
werden kann
2018-02-26 15:37:23 +01:00
alex 4b4dcfff59 added lock tbl.person_lock for locking person 2018-02-20 17:39:00 +01:00
Andreas Österreicher 2ec77ad9bd Fixed SQL Error in dbupdate 2018-02-15 18:38:30 +01:00
alex 84bf884db7 write log entry when sending message 2018-02-01 16:16:32 +01:00
alex b9e7dc38cc enabled sending messages with person ids as receivers, person data can be retrieved by uid, link in infocenter details to send message 2018-02-01 10:26:37 +01:00
Andreas Österreicher c015d4dded Berechtigungen zum Update der LogTabelle hinzugefügt für
Personenzusammenlegung
Neue Einträge in APP Tabelle hinzugefügt für core, infocenter und
bewerbung
2018-01-26 11:24:45 +01:00
Manfred Kindl 304b37af0f Add index to tbl_akte 2018-01-23 16:00:29 +01:00
alex c268983785 added verarbeitunstätigkeit "datenwartung", Person zusammenlegen is logged in personlog 2018-01-19 16:46:31 +01:00
Andreas Österreicher f47898ccf1 Added missing PrimaryKey 2018-01-18 20:31:19 +01:00
Andreas Österreicher 78df57044e Resturlaubstage, Mehrarbeitsstunden und Urlaubsanspruch pro Jahr
entfernt. Diese können bei Mitarbeitern jetzt nicht mehr verwaltet
werden
2018-01-18 09:01:49 +01:00
Manfred Kindl b4f67ec0d3 Added property "message" to logtype "processstate" 2018-01-17 13:54:38 +01:00
Andreas Österreicher 5aafa2153b Tabelle für Verarbeitungstaetigkeiten hinzugefügt zur Kategorisierung
von Logeinträgen
2018-01-16 17:59:19 +01:00
Andreas Österreicher 765ef66bb3 Fehler beim Anlegen der Noten entschuldigt und unentschuldigt gehoben 2017-12-20 09:58:34 +01:00
Paolo a8b86031af Merge branch 'filters' 2017-12-06 11:02:33 +01:00
alex 7344ec63ce "inofficial" grades like "entschuldigt", "unentschuldigt" are now not shown on official documents (Studienerfolgsbestätigung, Zeugnis, Diplomasupplement, Lehrveranstaltungszeugnis, Zertifikat) 2017-12-05 10:07:19 +01:00
Andreas Österreicher 3f3479abaa Fixed Problem when adding Grades 2017-11-28 16:43:51 +01:00
Andreas Österreicher 5b54217733 Added new Logging System for Persons
Added a Wrapper to call CI functions from outside Codeigniter
2017-11-24 18:45:51 +01:00
alex 73ae230cf0 Added "Notenspiegel_erweitert" excel export for color highlighting of negative marks and Nachprüfungen. 2017-11-24 14:31:43 +01:00
Paolo ee3998f62e - Changed system/dbupdate_3.3.php to create table system.tbl_filters and what its needed
- Added model system/Filters_model to manage system.tbl_filters
- Removed method execQuery from model system/UDF_model
- Added property executedQueryMetaData to DB_Model
- Added property executedQueryListFields to DB_Model
- Added method getExecutedQueryListFields to DB_Model
- Added method getExecutedQueryMetaData to DB_Model
- Added method execReadOnlyQuery to DB_Model to execute read only queries from outside a model
- Changed DB_Model method _toPhp to store infos about an executed query into properties executedQueryMetaData and executedQueryListFields
- Updated library UDFLib to use execReadOnlyQuery
- Added widget FilterWidget to render and manage a filter into VileSci
- Added views widgets/filter/selectFields, widgets/filter/selectFilters and widgets/filter/tableDataset used by FilterWidget
2017-11-22 12:08:54 +01:00
Manfred Kindl 4550b0f355 BugFix tbl_akte.ausstellungsdetails 2017-11-20 18:40:57 +01:00
Manfred Kindl 25030993cd Merge remote-tracking branch 'origin/master' 2017-11-20 18:32:44 +01:00
Manfred Kindl 33d1afa8f4 tbl_akte.ausstellungsnation, tbl_akte.formal_geprueft_amum
ADD COLUMN ausstellungsnation and formal_geprueft_amum to public.tbl_akte 

CREATE FUNCTION campus.get_highest_content_version(bigint)
2017-11-20 18:29:47 +01:00
Andreas Österreicher 60a9afc4fb Tabelle extensions zu Tabellenprüfung hinzugefügt 2017-11-17 09:24:15 +01:00
Andreas Österreicher 7d04f8a9b2 Fixed Typo 2017-11-17 09:13:35 +01:00
Paolo 6b9875f5b9 Better SQL statements to create tbl_extensions in system/dbupdate_3.3.php 2017-11-15 15:09:13 +01:00
Paolo 56e68f6809 Fixed ALTER SEQUENCE system.tbl_extensions_id_seq OWNED BY in system/dbupdate_3.3.php 2017-11-15 14:45:19 +01:00
Manfred Kindl 8aaa7952f5 Merge remote-tracking branch 'origin/master' 2017-11-14 17:35:30 +01:00
Manfred Kindl 783c98a909 Neue Funktion get_highest_content_version 2017-11-14 17:16:35 +01:00
Paolo 53da4b1f34 Added tbl_extension and related stuff to dbupdate_3.3 2017-11-14 14:19:47 +01:00
cris-technikum 27879509ef DB-columns added for Aufnahmetermin (tbl_rt_person)
. 4 DB columns added to tbl_rt_person (dbupdate_3.3.php)
     --> insertamum, insertvon, updateamum, updatevon
. Class reihungstest adapted to new columns (reihungstest.class.php)
. All other files concerned adapted to pass appropriate data
2017-11-02 13:00:46 +01:00
Andreas Oesterreicher 91e589df27 Fehlenden FK für testtool.tbl_pruefling hinzugefügt 2017-10-10 15:32:42 +02:00
Andreas Oesterreicher ec62250b41 Fehlende Tabellenspalten hinzugefügt
Tabellenspalten sind im Check jetzt in doppelten Hochkomma damit die Spalte "table" korrekt abgefragt wird
2017-09-25 08:10:39 +02:00
Paolo cd81bac7eb Added foreign keys for columns sprache, orgeinheit_kurzbz and orgform_kurzbz to table system.tbl_phrasentext 2017-09-07 14:05:45 +02:00
Paolo fceb9a8b09 Forgot an error_log in dbupdate_3.3.php :P 2017-08-29 15:07:26 +02:00
Paolo e908be8021 dbupdate_3.3.php: added foreign key tbl_phrasentext_sprache_fkey on
system.tbl_phrasentext.sprache that references to public.tbl_sprache.sprache
2017-08-29 15:05:00 +02:00
kindlm 31e21acd67 New columns in tbl_service
- Added columns design_uid, betrieb_uid and operativ_uid to tbl_service
2017-08-17 11:38:16 +02:00
Paolo f5d3f20ec7 Merge branch 'master' into udf 2017-08-03 15:37:37 +02:00
Andreas Oesterreicher 42960ffe20 Moodle-Integration aus FHComplete Core entfernt und in eigenes Addon
ausgelagert.
Support für Moodle 1.9 entfernt
2017-08-02 14:05:31 +02:00
Paolo 66de1e18f8 - Removed /core from URL
- If UDf are not set in DB UDF view will not display them
- Removed placeholder from multiple dropdown widget
- Dropdown widget has null value as placeholder
- Added permission system/udf to checksystem
2017-08-01 18:25:23 +02:00
Paolo 2c0ca4be98 Bug fix dbupdate_3.3 2017-06-28 12:41:57 +02:00