Cris
4375a1ad0e
Added (Ausbildungs-)semester to query, tabulator columns and filter
2019-10-01 15:33:35 +02:00
Cris
dfe4e3d82c
Embedded into FH-Complete Navigation
...
. Added navigation items to top and left side menu for
Lehrauftraege bestellen and Lehrauftraege erteilen.
. Added NavigationWidget to views.
2019-10-01 14:28:15 +02:00
Cris
15370267c6
Minor code and GUI changes
...
. changed file name lehrauftrag to orderLehrauftrag
. changed order of buttons
Both for consistecy
2019-10-01 08:14:36 +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
Cris
df12a9aa5d
Changed button show-accepted to show-approved
...
It makes more sense for lectures to show only approved lehraufträge by
one click to be then able to accept them.
2019-09-30 14:25:24 +02:00
Cris
04ac4f55fd
Removed groupBy option of tabulator
...
This was decided for better usability.
2019-09-30 14:22:04 +02:00
Cris
998e906ad3
Fixed: made row unselectable after updating the row
...
Changed command to work with our actual jquery version.
2019-09-30 14:20:05 +02:00
Cris
6b29461e06
Added empty password field
2019-09-30 14:16:48 +02:00
Cris
fd0eaaa366
Fixed: SQL subquery to only return one row
...
The subquery was sometimes returning more rows causing error message.
This is fixed now.
2019-09-30 14:11:04 +02:00
Cris
a70507a079
Adapted tabulator to display columns in correct order after query change
2019-09-25 16:58:33 +02:00
Cris
61a6bc7bfc
Fixed SQL query: corrected column order in subquery for Projektbetreuung
2019-09-25 16:25:04 +02:00
Cris
6f5de6a786
Adapted SQL query: gruppen aggregated in one cell, not in seperated rows
...
Before same lehreinheiten of same lector were shown in different rows,
when they were taught in different groups. This caused incorrect contract
inserts.
One contract is for per lector and per lehreinheit. Gruppen are only
displayed in one cell (aggregated if more)
2019-09-25 15:39:42 +02:00
Cris
d7cbc89d8b
Added password validation to accept Lehraufträge in view & controller
...
. added password input field in view
. added password check in controller
. adapted ajax data object and logic to handle password check
2019-09-25 12:15:19 +02:00
Cris
8685f5ed1b
Minor fix: Corrected wrong hover color behaviour
...
Now the row stays green when accepted. Before it was still changing
color when hovering.
2019-09-25 12:11:28 +02:00
Cris
dc64cadc4a
Changed: now rows are marked green only for accepted Lehraufträge
...
This is to achieve same behaviour for whole process Lehraufträge
bestellen/erteilen/akzeptieren.
2019-09-25 08:50:21 +02:00
Cris
43452a2127
Hided column 'Betrag' if lector has inkludierte Lehre
...
If the lectors actual Verwendung has inkludierte Lehre, the tabulators
column betrag is hided.
2019-09-24 16:10:23 +02:00
Cris
6caec74df5
Created SQL-query and tabulator to accept Lehraufträge
2019-09-24 10:10:42 +02:00
Cris
9829532e4f
Created View to accept Lehraufträge
...
Created view and jQuery functions to manipulate the tabulator.
2019-09-24 10:08:20 +02:00
Cris
aa5ad40d5c
Minor code enhancement
...
changed clearFilter method; deleted comment
2019-09-19 14:19:45 +02:00
Cris
dd22ae71e3
Added alert/exit when no lehrauftrag was selected
2019-09-19 14:17:03 +02:00
Cris
2d8618b746
Added button to show only new Lehraufträge
2019-09-19 14:16:26 +02:00
Cris
6d2f911d58
Extended tabulator functionalities
...
Added some adaptations like
. group by lektor
. deselection on rowUpdate
. row formatting
. Text "Anzahl" to bottom line
2019-09-19 14:07:59 +02:00
Cris
9de4faf25d
Created View data to approve Lehraufträge (query & tabulator)
2019-09-19 13:16:30 +02:00
Cris
1cbbf2652d
Created View to approve Lehraufträge
2019-09-19 13:15:17 +02:00
Cris
ad5309e273
Corrected SQL: bestellt/erteilt/akzeptiert in same row; added mitarbeiter_uid
...
. Corrected SQL to get bestellt/erteilt/akzeptiert in same row
Before it was creating new row for each stati, which was wrong.
. Added mitarbeiter_uid column.
. Changed column names for better maintainance and understanding.
(e.g. row_index instead of id)
2019-09-17 15:54:41 +02:00
Cris
c91cfcb679
Added tabulator options and behaviour
2019-09-12 14:18:14 +02:00
Cris
b92f3a1ee5
Adapted tabulator data-query (row index; some extra columns)
...
. Added incrementing id column which provides unique number to enable
tabulator to use it as row index.
. Added extra colums studiengang_kz, lv_oe_kurzbz
2019-09-12 14:16:08 +02:00
hainberg
35b37179e9
Added Javascript button functionalities and functions for Tabulator
...
Added buttons and functionalities for
. showing all
. showing new
. select all
. deselect all
...Lehraufträge in tabulator-table
Added methods to manipulate date-data and filtering in tabulator.
2019-09-12 14:09:57 +02:00
Cris
6c2cc7412d
Enhanced tabulator selection/filtering functionality
...
. Added buttons "select all" and "deselect all"
. Now filtering will deselect previously selected rows (before: if user
selected rows and filtered after, the previously selected rows were kept
causing misleading Lehrauftrag orderings)
. Added bottom calculations
2019-09-03 10:26:24 +02:00
hainberg
aad5f7bd5e
Amended Lehrauftrag Controller - GUI with Tabulator-table
...
Amended the Lehrauftrag Controller GUI:
. corrected DB query
. corrected processing of GET-params
. corrected filter of tabulator (LE-ID caused problems -> now LE_ID)
. now stg are retrieved by permission entitlement of user
. implemented Tabulator filter and other properties/functions
. minor GUI adaptations
. added phrase
2019-08-29 14:19:01 +02:00
Cris
757ba05bc7
Started Lehrauftrag data query [PRE-ALPHA-VERSION]
...
Started: Building the Lehrauftrag data query to populate the
tabulator-table.
2019-08-01 15:49:23 +02:00
Cris
bb99d7b722
Started Lehrauftrag View [PRE-ALPHA-VERSION]
...
Started: Building the Lehrauftrag view.
2019-08-01 15:47:47 +02:00
Paolo
6752dc649f
Now is possible to have more than one FilterWidget in a single page
2019-07-17 11:38:47 +02:00
Paolo
2013c86ad3
Added jQuery wrapper to tabulator
2019-07-12 18:03:04 +02:00
Paolo
9cb1062275
Added new option hideMenu to FilterWidget
2019-07-11 12:59:30 +02:00
Paolo
31caf460ec
Removed extra divs from views/widgets/filter/tableDataset.php
2019-07-11 12:14:35 +02:00
Paolo
73220d8dd6
More options to hide or show filter widget settings panel
2019-07-11 09:42:13 +02:00
Paolo
2922aa26fe
Added tabulator to composer, FHC-Header and a CSS for it
2019-07-09 11:57:52 +02:00
Paolo
f0ee8b0161
Added Tabulator to FilterWidget (alpha version)
2019-07-09 11:30:16 +02:00
Andreas Oesterreicher
7886cfc9e3
Tooltiptext für Notendurchschnitt auf Gradeliste hinzugefügt.
...
Menüpunkt im FAS gegendert
2019-07-01 14:37:14 +02:00
Andreas Österreicher
7ff6427d55
Notenspiegel Student umbenannt in Studienverlauf und Menüpunkt nach Berichte->Student verschoben
2019-06-25 08:48:20 +02:00
raab
1b87073060
Formatierung Datum der Anmeldefrist
2019-06-07 11:19:45 +02:00
Andreas Österreicher
8d5742136c
Gradelist
...
- added additional Informations for courses
- only display courses where the person is assigned to
- added SWS Sum
- Improved Multilanguage support
2019-05-28 18:37:21 +02:00
raab
ce61b30ec4
spalte anzahlaktepflicht, bugfixes
2019-05-24 13:03:44 +02:00
Paolo
56e5718120
Merge branch 'master' into cleanci
2019-05-10 10:36:21 +02:00
Andreas Österreicher
0136d78cfd
Aligned ECTS in Gradelist
2019-05-10 07:53:39 +02:00
Manfred Kindl
69d624b841
Fixed display of dragAndDrop filters
2019-05-06 14:06:44 +02:00
Paolo
d4c7f1f18d
Merge branch 'master' into cleanci
2019-04-30 13:14:37 +02:00
Paolo
3b4012798f
Fixed some comments typo
2019-04-30 13:13:34 +02:00
Paolo
3a692f8a5e
Removed not used libraries and views
2019-04-26 11:38:28 +02:00